lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Title/Subtitle Left-Align


From: nagymusic
Subject: Re: Title/Subtitle Left-Align
Date: Fri, 1 Feb 2019 07:21:39 -0700 (MST)

Ok, just one last question:

How about having the dedication, title, subtitle, subsubtitle left-aligned,
but the composer right-aligned? I understand that the bookTitleMarkup
displays everything on the left so including the composer text there
wouldn't work unless there's a workaround.

Here's what I have so far:

\version "2.19.82"

\paper {
  bookTitleMarkup = \markup \halign #-1.25 \pad-around #6 \column
  {
    \italic \fromproperty #'header:dedication
    \lower #1 \huge \larger \larger \bold \fromproperty #'header:title
    \lower #1 \large \bold \fromproperty #'header:subtitle
    \smaller \bold \fromproperty #'header:subsubtitle
    
  }
}

\header { dedication = "Dedication" title = "Title" subtitle = "Subtitle" 
composer = "Composer" }

{ R1 * 100 }

%%%%

% \halign # - .. to adjust to indent



--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]