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: Paul
Subject: Re: changing staff-size throughout a score
Date: Sat, 10 Sep 2016 10:15:05 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

On 09/10/2016 10:04 AM, Michael Rivers wrote:

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. Many apologies for being unclear.

How about this? (Hmmm... the barlines are the wrong size at the transition points.) -Paul

\version "2.19.42"
\relative c' {
  c d e f
  \break
  \stopStaff
  \magnifyStaff #2
  \startStaff
  c d e f
  \break
  \stopStaff
  \magnifyStaff #1
  \startStaff
  c d e f
}



reply via email to

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