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
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to