lilypond-user
[Top][All Lists]
Advanced

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

Re: Displaying string number above fingering


From: Eluze
Subject: Re: Displaying string number above fingering
Date: Fri, 14 Dec 2012 15:33:50 -0800 (PST)

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.



reply via email to

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