lilypond-user
[Top][All Lists]
Advanced

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

Re: TAB with right hand fingering(s) IN CHORDS ?


From: Éric
Subject: Re: TAB with right hand fingering(s) IN CHORDS ?
Date: Sun, 28 Jan 2018 16:50:37 -0700 (MST)

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



reply via email to

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