lilypond-user
[Top][All Lists]
Advanced

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

Re: #(set-global-staff-size 40)


From: Pierre Perol-Schneider
Subject: Re: #(set-global-staff-size 40)
Date: Sat, 31 Jan 2015 18:30:40 +0100

Try :


tagline = \markup\fontsize #-5 "My Tagline"


See also :

 

http://lilypond.org/doc/v2.18/Documentation/notation/setting-the-staff-size

\score{
  …
  \layout{
    #(layout-set-staff-size 15)
  }
}

and for v2.19 : http://lilypond.org/doc/v2.19/Documentation/notation/setting-the-staff-size


\magnifyStaff


Cheers,

Pierre



reply via email to

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