lilypond-user
[Top][All Lists]
Advanced

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

Re: \arpeggioArrowUp and polyphony


From: Nick Payne
Subject: Re: \arpeggioArrowUp and polyphony
Date: Fri, 19 Aug 2011 06:26:25 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0) Gecko/20110812 Thunderbird/6.0

On 19/08/11 01:57, Mario Moles wrote:

> Your code compiles fine, giving a nice output with 2.14.2 ! ???

>

> Harm

You are sure? Your pdf output print the arrow?

In the mine no!


No arrow on the arpeggio with 2.15.8 either, but you can use the following:

\version "2.15.7"

\paper { ragged-right = ##t }

\new Staff
\with
{
\consists "Span_arpeggio_engraver"
}

\relative c''
{
\set Staff.connectArpeggios = ##t
\override Staff.Arpeggio  #'arpeggio-direction = #UP
<<
{ ces\arpeggio }
\\
{ es,\arpeggio }
>>
}


reply via email to

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