> dynamicLengthOff = {
> \override DynamicText.extra-spacing-width = #'(+inf.0 . -inf.0)
> \override DynamicText.extra-spacing-height = #'(0 . 0)
> }
Nice idea, thanks!
Werner
>> 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 us
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 th
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 'pp'
[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 `Sta