On 10/2/2017 6:17 AM, Gianmaria Lari wrote:
This code works as expected...
The following code is pretty the same except I added the fingering to
the notes...
\version "2.19.65"
\score {
\articulate
\fixed c'' { d^.-1 c^.-1 d^.-1 c^.-1} %with fingering
\layout {}
\midi { }
}
but the generated codes is no more 'staccato'.
Is this normal?
Best regards, g.
Hello,
If you reverse the order of fingering / articulation, it works just fine
on my end. Is this what you wanted? (see attached)
\version "2.19.65"
\include "articulate.ly"
\score {
\articulate
\fixed c'' { d-1^. c-1^. d-1^. c-1^.} %with fingering
\layout {}
\midi { }
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user