lilypond-user
[Top][All Lists]
Advanced

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

\arpeggioArrow* across voices


From: Patrick Schmidt
Subject: \arpeggioArrow* across voices
Date: Mon, 23 Aug 2010 10:04:13 +0200

Hi all,

it doesn't seem to be possible to draw arrow-type arpeggios across several voices. In the following example the arpeggio is drawn but the arrow is missing.

\version "2.13.30"
musicVoiceOne =  {
  \arpeggioArrowUp
  <b e' gis' b' e''>4\arpeggio
}
musicVoiceTwo =  {
  %\arpeggioArrowUp
  e4\arpeggio
}
chordTest =  {
  \arpeggioArrowUp
  <e b e' gis' b' e''>4\arpeggio
}
\score {
  \new Staff \with {
    \consists "Span_arpeggio_engraver"
  }{
    <<
      \set Staff.connectArpeggios = ##t
      \new Voice {
        \voiceOne
        \musicVoiceOne
      }
      \new Voice {
        \voiceTwo
        \musicVoiceTwo
      }
    >>
  }
}
{ \chordTest }

Did I miss something or is this a (known?) bug? Is there a workaround?

Thanks for your help
patrick

PNG image


reply via email to

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