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: i...@kierenmacmillan.info _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user