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: Thu, 31 Jan 2019 19:20:39 -0700 (MST)

Thanks for the suggestion! I used \column to include subtitles:

\header {
  piece = \markup {
    \pad-around #6
    \column {
      \line { \fontsize #3 \bold "Title" }
      \line { \lower #1 \fontsize #2 \bold "subtitle" }
      \line { \lower #1 \fontsize #1 \bold "subsubtitle" }
    }
  }
}


Would you happen to know where can one look up the \fontssize # .. standard
text sizes conversions in points? In other words, what \fontsize #
correspond to default Lilypond Title, Subtitle, Subsubtitle font sizes? I
know that \abs-fontsize # .. displays the absolute size.

Thank you once again!



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



reply via email to

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