Re: `StaffGroup` prevents articulation shifted under time signature

2022-05-23 Thread Werner LEMBERG
> dynamicLengthOff = { > \override DynamicText.extra-spacing-width = #'(+inf.0 . -inf.0) > \override DynamicText.extra-spacing-height = #'(0 . 0) > } Nice idea, thanks! Werner

Re: `StaffGroup` prevents articulation shifted under time signature

2022-05-23 Thread Werner LEMBERG
>> The following example >> >> ``` >> << >>\new Staff { f'1 } >>\new Staff { f'1 \tweak X-offset #-5 \pp } >> \new StaffGroup << >>\new Staff { f'1 } >>\new Staff { f'1 \tweak X-offset #-5 \pp } >> ``` >> >> shows that I can't move the 'pp' to sit under the time signature if >> I

Re: `StaffGroup` prevents articulation shifted under time signature

2022-05-23 Thread David Kastrup
Werner LEMBERG writes: > [LilyPond version 2.23.9] > > The following example > > ``` > << > \new Staff { f'1 } > \new Staff { f'1 \tweak X-offset #-5 \pp } >>> > > \new StaffGroup << > \new Staff { f'1 } > \new Staff { f'1 \tweak X-offset #-5 \pp } >>> > ``` > > shows that I can't move

Re: `StaffGroup` prevents articulation shifted under time signature

2022-05-23 Thread Jean Abou Samra
Le 23/05/2022 à 12:32, Werner LEMBERG a écrit : [LilyPond version 2.23.9] The following example ``` << \new Staff { f'1 } \new Staff { f'1 \tweak X-offset #-5 \pp } \new StaffGroup << \new Staff { f'1 } \new Staff { f'1 \tweak X-offset #-5 \pp } ``` shows that I can't move the

`StaffGroup` prevents articulation shifted under time signature

2022-05-23 Thread Werner LEMBERG
[LilyPond version 2.23.9] The following example ``` << \new Staff { f'1 } \new Staff { f'1 \tweak X-offset #-5 \pp } >> \new StaffGroup << \new Staff { f'1 } \new Staff { f'1 \tweak X-offset #-5 \pp } >> ``` shows that I can't move the 'pp' to sit under the time signature if I use