lilypond-user
[Top][All Lists]
Advanced

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

fingering and midi


From: Gianmaria Lari
Subject: fingering and midi
Date: Mon, 2 Oct 2017 12:17:40 +0200

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.


reply via email to

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