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: Urs Liska
Subject: Re: changing staff-size throughout a score
Date: Fri, 9 Sep 2016 20:54:57 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

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


-- 
Urs Liska
www.openlilylib.org



reply via email to

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