thanks for details and correcting my beginner mistakes.

This code compile (in Frescobaldi 3.0) but with error message for me, for
both fingerings : 
side-axis not set for grob StrokeFinger
while there is no message error when I compile it using LilyBin on line :


\version "2.19.60"

#(define RH rightHandFinger)

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

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



Any suggestion ?
Regards
Éric



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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to