Am 09.09.2016 um 20:05 schrieb Kieren MacMillan:
> 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?

I think he meant that. And if I'm not completely mistaken I sent
basically the same approach in my previous message:
https://lists.gnu.org/archive/html/lilypond-user/2016-09/msg00198.html

Isn't it, Michael?

Best
Urs

> 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
> 


-- 
Urs Liska
www.openlilylib.org

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to