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:18:09 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

Looks like \stopStaff and \startStaff aren't needed.  -Paul

\version "2.19.42"

\relative c' {
  c d e f
  \break
  \magnifyStaff #2
  c d e f
  \break
  \magnifyStaff #1
  c d e f
}



reply via email to

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