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

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to