lilypond-user
[Top][All Lists]
Advanced

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

Re: fingering and midi


From: Ben
Subject: Re: fingering and midi
Date: Mon, 2 Oct 2017 07:48:00 -0400
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0

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 { }
    }

Attachment: fing.png
Description: PNG image


reply via email to

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