lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Extending the staff for time signature changes between scores


From: Malte Meyn
Subject: Re: Extending the staff for time signature changes between scores
Date: Thu, 19 May 2016 22:48:49 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2



Am 19.05.2016 um 22:19 schrieb Simon Albrecht:
On 19.05.2016 03:23, David Wright wrote:
\layout {
   \context {
     \Staff
     \override StaffSymbol.break-align-symbols = #'(time-signature
key-signature staff-bar break-alignment)
   }
}

I tried to use the proper LilyPond list syntax here:
\override StaffSymbol.break-align-symbols =
time-signature,key-signature,staff-bar,break-alignment
– which would be beautiful, but the parser doesn’t expect it there.
Could that be made working, David?


Cannot reproduce, it works in 2.19.42:

\version "2.19.42"

\layout {
  \context {
    \Staff
\override StaffSymbol.break-align-symbols = time-signature,key-signature,staff-bar,break-alignment
  }
}

\paper {
  ragged-last = ##f
}

{ R1*5 \time 3/4 }



reply via email to

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