lilypond-user
[Top][All Lists]
Advanced

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

arpeggio symbol placement


From: Peter Buhr
Subject: arpeggio symbol placement
Date: Tue, 21 Dec 2010 07:28:16 -0500

In the following example, the arpeggio symbol appears over the time signature,
about 1cm from the chord, and the finger number is to the left of the arpeggio
symbol, while I want the finger number to be on the right of the arpeggio
symbol. Suggestions?


\version "2.13.40"
\include "english.ly"
#(set-global-staff-size 24)
melody = \relative c {
    \set fingeringOrientations = #'(left)
    \set Staff.connectArpeggios = ##t
    \stemUp <g''-4 e>2\arpeggio f4 e \break
}
bass = \relative c {
    \set fingeringOrientations = #'(left)
    <g' e>2\arpeggio d4 c \break
}
\score {
    <<
        \new Staff \with {
            \consists "Span_arpeggio_engraver"
        } <<
            \clef "treble_8"
            \context Voice = one \melody
            \context Voice = two \bass
        >>
    >>
}



reply via email to

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