lilypond-user
[Top][All Lists]
Advanced

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

Re:changing staff-size throughout a score


From: Flaming Hakama by Elaine
Subject: Re:changing staff-size throughout a score
Date: Thu, 8 Sep 2016 14:25:22 -0700

From: Michael Rivers <address@hidden>
If this is possible, it would be very nice to know how to do. When making
worksheets, I want to make the examples in regular sized staves and make the
lines for the student responses with larger staves. Sibelius is stuck with
one staff size throughout the whole document. As far as I know, Finale is
the only notation software that handles changing staff sizes with ease. It
would be great if Lilypond could join it.

Here is one way to get staves of different sizes:

<<
    \new Staff = "teacher" \with { \magnifyStaff #7/7 } {
        \relative { c4 d e f | g a b c }
    }
    \new Staff = "student" \with { \magnifyStaff #9/7 } {
        \relative { s1 | s1 }
    }
>>



David Elaine Alt
415 . 341 .4954                                           "Confusion is highly underrated"
address@hidden
self-immolation.info
skype: flaming_hakama
Producer ~ Composer ~ Instrumentalist
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 

reply via email to

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