Hi Pierre-Luc,

Am Mi., 24. Okt. 2018 um 16:01 Uhr schrieb Pierre-Luc Gauthier
<p.luc.gauth...@gmail.com>:
>
> Hi there,
>
> Is this a bug?
>
> \version "2.21.0"
> %#(set-global-staff-size 4)
> \book {
>   #(set-global-staff-size 4)
>   \score {
>     {\tempo 4=120 c4}
>     \layout {}
>   }
> }
>
> I'm trying to set the global staff size of a single book and I got
> this strange result.
>
> Am I using it wrong?

Yep, set-global-staff-size _must_ be set at top-level, outside of \book.

> It does work as expected if you use set-global-staff-size alone in
> file itself but then, all the \book{}s are concerned.

Though:

#(set-global-staff-size 4)
\book { { \tempo 4=120 c'4 } }

#(set-global-staff-size 14)
\book { { \tempo 4=120 c'4 } }

#(set-global-staff-size 24)
\book { { \tempo 4=120 c'4 } }

works here.

Cheers,
  Harm

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to