Hi all,

How can I display the string number above fingerings in all cases?

Here's a small snippet that will semi randomly arrange fingerings and
string numbers:

%%% BEGIN snippet
\version "2.16.1"

theMusic = \new Staff \with {midiInstrument = #"cello"} {
  \relative d {
    \key c \major
    \time 3/4
    \clef "bass"

    d8-1-\2 ( e-\thumb-\1 d-1-\2 )
    b-2-\3 ( a-\thumb-\2 g-1-\3 )  |                                    % 11
    a ( b-2 a ) e4-2-\4 d8-\thumb-\3  |                                % 12
  }
}

\score {
  \theMusic
  \layout {}
}
%%% END snippet

Best regards,

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

Reply via email to