Re: Extending the staff for time signature changes between scores

2016-05-19 Thread Simon Albrecht
On 19.05.2016 23:54, David Kastrup wrote: 2.19.40 has […] So I have no idea what problem you are seeing here. The only problem was that I thought these changes had already made it into v2.19.39, with which version I made the tests. Sorry for the noise, and thanks again for this new possib

Re: Extending the staff for time signature changes between scores

2016-05-19 Thread David Kastrup
David Kastrup writes: > Simon Albrecht writes: > >> 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 th

Re: Extending the staff for time signature changes between scores

2016-05-19 Thread David Kastrup
Simon Albrecht writes: > 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: >

Re: Extending the staff for time signature changes between scores

2016-05-19 Thread Malte Meyn
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:

Re: Extending the staff for time signature changes between scores

2016-05-19 Thread 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

Re: Extending the staff for time signature changes between scores

2016-05-19 Thread Knute Snortum
Thanks, that works. --- Knute Snortum (via Gmail) On Wed, May 18, 2016 at 6:23 PM, David Wright wrote: > On Wed 18 May 2016 at 08:43:12 (-0700), Knute Snortum wrote: > > My situation is this: I have two \score sections and at the end of the > > first I want to alert the reader that the next st

Re: Extending the staff for time signature changes between scores

2016-05-18 Thread David Wright
On Wed 18 May 2016 at 08:43:12 (-0700), Knute Snortum wrote: > My situation is this: I have two \score sections and at the end of the > first I want to alert the reader that the next staff will have a time > signature change. Lilypond does this for me perfectly within a score but > between two sco

Re: Extending the staff for time signature changes between scores

2016-05-18 Thread Knute Snortum
Well, that seems to work the same as leaving the s16 off. That is, the staff lines don't extend over the new time signature. I've attached a PNG where the top time signature is engraved incorrectly and the bottom time signature is correct. --- Knute Snortum (via Gmail) On Wed, May 18, 2016 at

Re: Extending the staff for time signature changes between scores

2016-05-18 Thread Kieren MacMillan
Hi Knute, Using s16*0 solves most of the problem. =) Hope that helps! Kieren. Kieren MacMillan, composer ‣ website: www.kierenmacmillan.info ‣ email: i...@kierenmacmillan.info ___ lilypond-user mailing list lilypond-

Extending the staff for time signature changes between scores

2016-05-18 Thread Knute Snortum
My situation is this: I have two \score sections and at the end of the first I want to alert the reader that the next staff will have a time signature change. Lilypond does this for me perfectly within a score but between two scores it gets problematic. Consider this code: %%% Start code \versio