lilypond-user
[Top][All Lists]
Advanced

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

tenuto + accent


From: Martín Rincón Botero
Subject: tenuto + accent
Date: Mon, 25 Apr 2022 11:30:44 +0200

Dear list,

compare:

{
  c'4->-.
}


with:

{
  c'4->--
}


This last compound articulation is wrong. In the first example the staccato (even though it was typed after the accent) is correctly printed first (immediately below the note-head) and then the accent. With tenuto-accent, apparently Lilypond expects you to type both articulations in the right order, which indeed prints a correct articulation:

{
  c'4--->
}

Enhancement request: tenuto-accents should be printed correctly independently of the order of input, just like staccato-accents.

Regards,
Martín.




reply via email to

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