lilypond-user
[Top][All Lists]
Advanced

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

TAB with right hand fingering(s) IN CHORDS ?


From: Éric
Subject: TAB with right hand fingering(s) IN CHORDS ?
Date: Sun, 28 Jan 2018 07:53:19 -0700 (MST)

Hello
expending the thread "TAB with right  hand fingering?", it's a pity it is
not usable in chords with more than 1 fingering?
Even with only 1 fingering in a chord, it works only when attached to the
1rst note  like this :


#(define RH rightHandFinger)

\score {
  \new TabStaff \relative c {
    <c-\RH #1 e>
  }
}

\layout {
  \context {
    \TabStaff
    \consists New_fingering_engraver
    strokeFingerOrientations = #'(down)
  }
}


If you just flip the notes, it doesn't works, like that :

#(define RH rightHandFinger)

\score {
  \new TabStaff \relative c {
    <e c-\RH #1>
  }
}


\layout {
  \context {
    \TabStaff
    \consists New_fingering_engraver
    strokeFingerOrientations = #'(down)
  }
}


Éric




--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html



reply via email to

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