bug-lilypond
[Top][All Lists]
Advanced

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

articulate.ly messes up drum rolls with articulations and slurs


From: David Kastrup
Subject: articulate.ly messes up drum rolls with articulations and slurs
Date: Thu, 01 Jul 2021 23:36:16 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Please look/listen at the following:

\version "2.23.3"

\include "articulate.ly"

sample =
\drums {
  sn 4:32-> 4:32 2:32 |
  4:32-. 4:32 2:32 |
  4:32->\pp\< 4:32~4:32 4:32~ |
  4:32 4:32 4.:32\ff r8 |
}

\book {
  \score {
    \header { piece = "notation" }
    \sample
    \layout {}
  }
  \score {
    \header { piece = "articulate rendition" }
    \articulate \sample
    \midi {}
    \layout {}
  }
}
Separate rolls are not separated, articulations are executed on every
single stroke (where they are inaudible for drums) instead of the note
as such, ties (indicating an actual lack of separation) instead tie the
whole roll into a single stroke, dynamics, well...

This is pretty much a disaster.

-- 
David Kastrup

reply via email to

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