lilypond-user
[Top][All Lists]
Advanced

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

Re: updates


From: Stan Sanderson
Subject: Re: updates
Date: Mon, 19 Jan 2004 10:09:18 -0600

On Monday, January 19, 2004, at 08:14 AM, Kieren Richard MacMillan wrote:


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

Does this allow different staff sizes per system?


A cursory investigation suggests that it doesn't, at least in the form below.

Stan

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
address@hidden
http://mail.gnu.org/mailman/listinfo/lilypond-user







reply via email to

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