Re: Key signature and clef sneaking in

2016-03-01 Thread Pierre Perol-Schneider
Or even: << \new Staff \relative { \key es \major es'8 f g as bes c d es } { \skip 1*1/100 \new Staff \relative { \key es \major \once\omit Staff.TimeSignature \once\override Staff.Clef.X-extent = #'(-1 . 0) \once\override Staff.Clef.full-size-change =

Re: Key signature and clef sneaking in

2016-03-01 Thread Pierre Perol-Schneider
And with a full-size clef: << \new Staff \relative { \key es \major es'8 f g as bes c d es } { \skip 1*1/100 \new Staff \relative { \key es \major \once\omit Staff.TimeSignature \once\override Staff.Clef.extra-offset = #'(.8 . 0) \once\override Staff.K

Re: Key signature and clef sneaking in

2016-03-01 Thread Pierre Perol-Schneider
Hi Simon, Hi Kieren, How about: << \new Staff \relative { \key es \major es'8 f g as bes c d es } { \skip 1*1/100 \new Staff \relative { \key es \major \once\omit Staff.TimeSignature \once\override Staff.Clef.extra-offset = #'(.5 . 0) s4*96/100 s4 es'

Re: Key signature and clef sneaking in

2016-03-01 Thread Kieren MacMillan
Hi Simon, > If I have a new Staff appearing in the middle of a system, how can I make the > key signature and clef not expand spacing in the other staves, i.e. shift to > the right below the previous music? Maybe there’s a hint here? << \new Staff \relative { \key es \major es'8 f g

Key signature and clef sneaking in

2016-03-01 Thread Simon Albrecht
Hello, this is complicated to describe, but the example should be easily understood. If I have a new Staff appearing in the middle of a system, how can I make the key signature and clef not expand spacing in the other staves, i.e. shift to the right below the previous music? Best, Simon \ver