This code works as expected...

\version "2.19.65"
\include "articulate.ly"

\score {
  \articulate
  \fixed c' {d^. c^. d^. c^.} %without fingering
  \layout {}
  \midi { }
}


the generated midi file is 'staccato' and because of \articulate the
generated music score looks a bit strange.

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.
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to