And another thread here:
http://lilypond.1069038.n5.nabble.com/Extending-staff-lines-through-key-change-td184706.html#a184726
Cheers,
Pierre
2016-10-29 16:14 GMT+02:00 Thomas Morley :
> 2016-10-29 12:51 GMT+02:00 Pierre Perol-Schneider
> :
> > (please be carefull to answer to the list)
> > Hi Ti
2016-10-29 12:51 GMT+02:00 Pierre Perol-Schneider
:
> (please be carefull to answer to the list)
> Hi Tim,
> See: http://lilypond.org/doc/v2.19/Documentation/internals/staffsymbol
>
> Cheers,
> Pierre
>
> 2016-10-29 12:28 GMT+02:00 T.A. Oosterhoff :
>
>> Hello Pierre,
>>
>> Thanks for the solution:
(please be carefull to answer to the list)
Hi Tim,
See: http://lilypond.org/doc/v2.19/Documentation/internals/staffsymbol
Cheers,
Pierre
2016-10-29 12:28 GMT+02:00 T.A. Oosterhoff :
> Hello Pierre,
>
> Thanks for the solution:
>
> \override Staff.StaffSymbol.break-align-symbols = #'(time-signatu
Hi,
Thanks. See:
http://lilypond.1069038.n5.nabble.com/Extending-the-staff-for-time-signature-changes-between-scores-td190740.html#a190774
Cheers,
Pierre
2016-10-28 16:34 GMT+02:00 T.A. Oosterhoff :
> >
> \version "2.18.2"
>
> % when interpreted with 2.18.2 it's okay : the staff for the \key g
>
\version "2.18.2"
% when interpreted with 2.18.2 it's okay : the staff for the \key g \major
is visible
% when interpreted with 2.19.49 it's wrong: the staff for the \key g \major
is missing
\relative c'
{ \repeat volta 2 { c d e f \key g \major } }
% kind regards, Tim Oosterhoff