lilypond-user
[Top][All Lists]
Advanced

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

Re: capital letters for right hand fingering?


From: bb
Subject: Re: capital letters for right hand fingering?
Date: Sun, 28 Jan 2018 13:02:09 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0

Thanks for help! I asked that in context with TAB with right hand solution. May be the complete solution is interesting for others as well?

\version "2.18.2"

#(define RH rightHandFinger and with capital letters)
\new TabStaff \relative c {
  c-\RH #1 e-\RH #2 g-\RH #3 c-\RH #4
}

\layout {
  \context {
    \TabStaff
      \override StrokeFinger.digit-names = ##("P" "I" "M" "A" "X")
    \consists New_fingering_engraver
    strokeFingerOrientations = #'(down)
  }
}


Am 28.01.2018 um 12:34 schrieb Thomas Morley:
2018-01-28 11:58 GMT+01:00 Blöchl Bernhard <address@hidden>:
How to get capital letters for right hand fingering? I add an example code.

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


#(define RH rightHandFinger)
\new Staff \relative c' {
   \override StrokeFinger.digit-names = ##("P" "I" "M" "A" "X")
   \set strokeFingerOrientations = #'(down)
   c-\RH #1 e-\RH #2 g-\RH #3 c-\RH #4
}

HTH,
   Harm




reply via email to

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