Il giorno lun 1 dic 2014 alle 23:20, Orm Finnendahl
<orm.finnend...@selma.hfmdk-frankfurt.de> ha scritto:
Hi,
in the following example, the "m" is printed above the beam whereas
all other right hand fingerings are notated below the beam. Is this
related to the larger size of the letter "m"? Can someone shed a light
on this and how this could be avoided?
Known problem, there's an open issue:
https://code.google.com/p/lilypond/issues/detail?id=3435
I used the workaround suggested there in the attached file (I've also
changed a bit your input).
\version "2.18.0"
global = {
\key e \minor
\time 4/4
\override StrokeFinger.font-size = #-6
}
RH = #rightHandFinger
upper = \relative c' {
\global
\set fingeringOrientations = #'(left)
\set strokeFingerOrientations = #'(up)
\set stringNumberOrientations = #'(down)
<e-1 \2 \RH #2 >8
<fis-3 \2 \RH #3 >
<g-4 \2 \RH #2 >
<a-1 \1 \RH #4 >
}
lower = \relative c {
\global
\set fingeringOrientations = #'(left)
\set strokeFingerOrientations = #'(down)
\set stringNumberOrientations = #'(up)
<e,-0 \6 \RH#1 >2
}
\score {
\new StaffGroup <<
\new Staff { \clef "treble_8" << \upper \\ \lower >> }
\new TabStaff \with {
stringTunings = #guitar-tuning
} <<
\new TabVoice { \voiceOne \upper }
\new TabVoice { \voiceTwo \lower }
>>
>>
\layout {
\omit Voice.StringNumber
}
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user