lilypond-user
[Top][All Lists]
Advanced

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

Re: autobeaming over rests


From: Jean Abou Samra
Subject: Re: autobeaming over rests
Date: Thu, 19 Jan 2023 21:45:46 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0

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

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