lilypond-user
[Top][All Lists]
Advanced

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

Re: changing global staff size on the fly


From: Mark Polesky
Subject: Re: changing global staff size on the fly
Date: Fri, 20 Jun 2014 16:04:32 -0700

Your code is operating in the Voice context, and you need to be in the Staff context:

\set Staff.fontSize = #new-size
\override Staff.StaffSymbol.staff-space = #(magstep new-size)
\override Staff.StaffSymbol.thickness = #(magstep new-size)

By the way, I wouldn't reduce the thickness property like this.
Classical engravers did not use thinner lines when the staves were smaller.
Thin staff lines are uncomfortable to read.

- Mark

reply via email to

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