shutterfreak wrote
> 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 {}
> }

\set stringNumberOrientations = #'(up)

and

\override StringNumber #'outside-staff-priority = #9999

will help

Eluze




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Displaying-string-number-above-fingering-tp137522p137715.html
Sent from the User mailing list archive at Nabble.com.

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to