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
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to