lilypond-user
[Top][All Lists]
Advanced

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

Re: Reduced fontsize when using partcombine


From: Kieren MacMillan
Subject: Re: Reduced fontsize when using partcombine
Date: Sat, 26 Aug 2006 14:16:04 -0400

Hi, Trevor:

Is there a way to reduce _all_ the notes in a partcombined staff in a simpler way

This is what I do:

                \new PianoStaff = "reduction"
                        \with
                        {
                                fontSize = #-2
                                \override StaffSymbol #'staff-space = #(magstep 
-2)
                                \override VerticalAlignment #'forced-distance = 
#8
                        }
                <<
                        \new Staff = "redUpper" << \global \redNotesUpper >>
                        \new Staff = "redLower" << \global \redNotesLower >>
                >>

That way, everything that appears in the "reduction" PianoStaff (or its component Staff contexts) is reduced in size.

Hope this helps!
Kieren.




reply via email to

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