lilypond-user
[Top][All Lists]
Advanced

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

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


From: Pierre-Luc Gauthier
Subject: set-global-staff-size *inside* \book {}
Date: Wed, 24 Oct 2018 09:48:49 -0400

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

Yes a size of 4 is absurd but is quite obvious for debugging.

Thanks
-- 
Pierre-Luc Gauthier



reply via email to

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