lilypond-user
[Top][All Lists]
Advanced

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

Re: TAB with right-hand fingerings?


From: bb
Subject: Re: TAB with right-hand fingerings?
Date: Sun, 28 Jan 2018 12:52:26 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0

Thanks for help! Problem solved.

Regards


Am 28.01.2018 um 12:15 schrieb Pierre Perol-Schneider:
Hi Bernhard,

Try :

\version "2.18.2"

#(define RH rightHandFinger)

\new TabStaff \relative c {
  c-\RH #1 e-\RH #2 g-\RH #3 c-\RH #4
}

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

Cheers,
Pierre

2018-01-28 11:46 GMT+01:00 Blöchl Bernhard <address@hidden>:
The left hand fingering is defined in the TAB, but how to get right a hand fingering?
I tried this:

#(define RH rightHandFinger)
\new TabStaff \relative c {
   \set strokeFingerOrientations = #'( down)
  c-\RH #1 e-\RH #2 g-\RH #3 c-\RH #4
}

Compiles, but without fingering

Thanks for Help

PS: I ask for capital letters for the right hand fingering in a separate thread.

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



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


reply via email to

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