Hi Michael,
> print an example of a scale in normal sized print,
> followed by an arbitrary number of larger staves for students to draw their
> own scales. That would require being able to change the size of a single
> staff on the fly.
Not really…
%%% SNIPPET BEGINS
\version "2.19"
\paper {
ragged-last-bottom = ##f
tagline = ##f
top-margin = 0.5\in
bottom-margin = 1\in
}
\layout {
indent = 0
\context {
\Score
\remove "Bar_number_engraver"
\omit TimeSignature
}
}
\score {
\new Staff \with { \magnifyStaff #3/4 } { c'4 d' e' f' g' a' b' c'' }
}
\score {
\new Staff { \repeat unfold 10 { s1 \break } }
}
%%% SNIPPET ENDS
Or did you mean something else?
Kieren.
________________________________
Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: [email protected]
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user