lilypond-user
[Top][All Lists]
Advanced

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

Re: Inputting fingerings separate from melody?


From: Jean-Julien Fleck
Subject: Re: Inputting fingerings separate from melody?
Date: Mon, 20 Jan 2020 18:41:36 +0100



Le lun. 20 janv. 2020 à 17:20, Davide Liessi <address@hidden> a écrit :
Il giorno lun 20 gen 2020 alle ore 16:38 address@hidden
<address@hidden> ha scritto:
> Is there a way to input fingerings separate from melody?

You can attach fingerings to invisible rests and combine them with the
melody using <<>>.
See the example below.

Won't it be colliding if you replace f' by a' ?
See http://lilybin.com/2j3myw/1

Cheers,

JJ
 
Best wishes.
Davide


\version "2.18.2"

music-with-fingerings = {
  c'4-1 d'4-2
  f'4\finger \markup \tied-lyric #"4~3"
  c'4\finger "2 - 3"
}

\score {
  \new Staff {
    \music-with-fingerings
  }
}

music = {
  c'4 d'4 f'4 c'4
}

fingerings = {
  s4-1 s4-2
  s4\finger \markup \tied-lyric #"4~3"
  s4\finger "2 - 3"
}

\score {
  \new Staff <<
    \music
    \fingerings
  >>
}



--
JJ Fleck
Physique et Informatique
PCSI1 Lycée Kléber

reply via email to

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