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: Kieren MacMillan
Subject: Re: changing staff-size throughout a score
Date: Fri, 9 Sep 2016 14:05:25 -0400

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: address@hidden




reply via email to

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