lilypond-user
[Top][All Lists]
Advanced

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

Displaying string number above fingering


From: Olivier Biot
Subject: Displaying string number above fingering
Date: Wed, 12 Dec 2012 00:12:43 +0100

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

reply via email to

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