lilypond-user
[Top][All Lists]
Advanced

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

Arpeggios with arrows across voices


From: Nick Payne
Subject: Arpeggios with arrows across voices
Date: Wed, 02 Feb 2011 22:02:53 +1100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7

In the section of the NR dealing with arpeggios, there is nothing under known issues and warnings regarding arpeggioArrowUp and arpeggioArrowDown not working to get arrowed arpeggios across voices. The arpeggio doesn't get an arrow unless it is explicitly overridden in the Staff context, as can be seen in this example:

%========================
\version "2.13.47"

\score {
    \new Staff {
        \set Staff.connectArpeggios = ##t
        \new Voice {
            \relative c'' {
<< { \arpeggioArrowUp <b e g>4\arpeggio }
                \\ { e,\arpeggio } >>
                \revert Staff.Arpeggio #'stencil
                \revert Staff.Arpeggio #'X-extent
                \override Staff.Arpeggio #'arpeggio-direction = #UP
<< { <b' e g>4\arpeggio }
                \\ { e,\arpeggio } >>
            }
        }
    }
    \layout {
        \context {
            \Staff
                \consists "Span_arpeggio_engraver"
        }
    }
}
%========================

Nick

Attachment: test.preview.png
Description: PNG image


reply via email to

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