lilypond-user
[Top][All Lists]
Advanced

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

set-global-staff-size


From: Vaughan McAlley
Subject: set-global-staff-size
Date: Tue, 20 Aug 2019 11:50:58 +1000

Hi everyone,

The manual says:

“To set the staff size globally for all scores in a file (or in a \book block, to be precise), use set-global-staff-size”

What am I doing wrong here? The size 8 one is large and the size 50 one is normal (20 probably?)

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.19.81"

\book {
    #(set-global-staff-size 50)
    \score {
      c'1^"#(set-global-staff-size 50)"
    \layout {}
    }
}

\book {
    #(set-global-staff-size 8)
    \score {
      c'1^"#(set-global-staff-size 8)"
    \layout {}
    }
}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Vaughan



reply via email to

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