Hello, all --

Stan wrote:

I am amazed at the frequency of updates, and at the fact that
each seems to include a feature which was on the wish list.

Agreed! Kudos and thanks to the team!


2.1.12 offers the new "#(set-staff-size 18)", for example

Does this allow different staff sizes per system?


e.g.

\context Staff = descant
<<
    #(set-staff-size 12)
    \descantMusic
>>
\context GrandStaff
<<
    \context Staff = upperVoices
    <<
        #(set-staff-size 18)
        \sopranoAndAltoMusic
    >>
    \context Staff = lowerVoices
    <<
        #(set-staff-size 18)
        \tenorAndBassMusic
    >>
>>

Thanks,
Kieren.



_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to