kastdeur / lilydrum

Set up a lilydrum file in the same way as there is a bagpipe.ly. Main focus is on pipeband (snare) drumming.
https://deboone.nl/lilydrum
MIT License
9 stars 3 forks source link

`\tutti` ending with a flame looks misaligned #18

Closed kastdeur closed 1 year ago

kastdeur commented 1 year ago

Snippet from a score: Screenshot from 2023-01-29 17-16-35

kastdeur commented 1 year ago

Can be reproduced by the following script. Leaving off the third bar, the alignment looks proper.

\new PipeBandDrumStaff {
    \drummode {
      d4 g4 d4 \flam g4 |
      \tutti {
        \flam d4 g4 d4 \flam g4
      }
      |
      d4 g4 d4 \flam g4 |
    }
}

tutti-endflam preview