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

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to