lilypond-user
[Top][All Lists]
Advanced

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

Re: set-global-staff-size *inside* \book {}


From: Thomas Morley
Subject: Re: set-global-staff-size *inside* \book {}
Date: Thu, 25 Oct 2018 18:03:29 +0200

Hi Pierre-Luc,

Am Mi., 24. Okt. 2018 um 16:01 Uhr schrieb Pierre-Luc Gauthier
<address@hidden>:
>
> 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



reply via email to

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