lilypond-devel
[Top][All Lists]
Advanced

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

Fingering


From: Picander
Subject: Fingering
Date: Tue, 20 Jan 2004 20:15:37 +0000
User-agent: KMail/1.5.4

Often a violin part has fingering opposite to stem, not always on top of staff
Lilypond 2.1.12 doesn't put the fingering up and down by default (i don't know 
if there is some tweak to do this)
If i force a number to go below the staff (with _ ) it often overlaps other 
objects (slurs, notes) or are too near to the notes

example (see 2nd and 3rd bar endings)

\header {
    title = "2."
}

#(set-staff-size 21)
#(set-paper-size "a4")

\paper { %interscorelinefill = 0
        %lastpagefill = 0
        pagenumber = no
        }
\score {
        \context Staff = violino { \modernAccidentals
                \notes  \relative c''' {
                        \key c \major \time 4/4 \clef violin

                        % 1
                        g16-. e( a) g-. f d g f e-. c( f) e-. d b e-4 d
                        c-. a( d) c-. b g c b a-. f( b) a-. g e a_4 g
                        f( d g) f-. e c f e d(-4 b e) d-.-0 c a d_4 c

                }
        }
}





reply via email to

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