Le 19/01/2023 à 21:35, Werner LEMBERG a écrit :
The NR says that autobeaming doesn't work over rests.  In some
situations this means a lot of additional work.  As an example,
consider a piece that uses almost exclusively a saltarello-like
rhythm:

```
\time 6/8 d8[ r d] d[ r d]
```

I now wonder whether it makes sense to control this behaviour with a
property, and whether this behaviour (i.e., autobeaming over rests)
can be easily implemented at all...


Depending on how regular this actually is, you might be able to do something like

\version "2.24.0"

\new Voice <<
  { \time 6/8 d8 r d d r d }
  \repeat unfold 2 { s8[ s8 s8] }
>>


Best,
Jean

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

Reply via email to