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: Sat, 10 Sep 2016 10:29:39 -0400

Hi Michael,

> I was hoping to be able to change staff sizes within a score without the
> bizarre kludge of creating an entirely new score everytime the staff size
> changes.

I’m not sure “bizarre” was a necessary descriptor… On a mailing list (such as 
this one) where people are generously donating their time to help people who 
post, those kinds of words can often be counterproductive.

The following version does not require the creation of a new score.

%%%%  SNIPPET BEGINS
\version "2.19"

\header {
  tagline = ##f
}

\layout {
  indent = 0
  \context {
    \Score
    \remove "Bar_number_engraver"
    \omit TimeSignature
  }
}

{
  c'4 d' e' f' g' a' b' c''
  \stopStaff \startStaff \magnifyStaff #(magstep -3)
  \repeat unfold 13 { s1 }
}
%%%%  SNIPPET ENDS

I hope that helps.
Kieren.
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: address@hidden




reply via email to

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