lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

`StaffGroup` prevents articulation shifted under time signature


From: Werner LEMBERG
Subject: `StaffGroup` prevents articulation shifted under time signature
Date: Mon, 23 May 2022 10:32:32 +0000 (UTC)

[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 `StaffGroup`.  How can I change this?  Within full scores it is of
great importance to retain this ability.


    Werner

PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]