lilypond-user
[Top][All Lists]
Advanced

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

Re: Spacing issue with magnifyStaff


From: foxfanfare
Subject: Re: Spacing issue with magnifyStaff
Date: Mon, 3 Sep 2018 09:43:40 -0700 (MST)

Malte Meyn-3 wrote
> smallInstrument = \with { … }
> 
> should do the trick :) Also, if you need that often, you can define 
> another context SmallStaff and use \new SmallStaff:
> 
> \layout {
>    \context {
>      \Staff
>      \name "SmallStaff"
>      \alias "Staff"
>      fontSize = #(magnification->font-size 4/7)
>      \override StaffSymbol.staff-space = #4/<
>    }
>    \context {
>      \Score
>      \accepts "SmallStaff"
>    }
>    \context {
>      \StaffGroup
>      \accepts "SmallStaff"
>    }
>    %% add more of these blocks with \accept if you need
> }

Thanks for the tips!

... I don't know if it is something I love or that I hate, but each time I
feel confident in using LilyPond, I realize I still have a lot of things to
learn!



--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html



reply via email to

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