Dear List,

Could anyone please tell me how I can do an arrowed arpeggio with \arpeggioUp when two voices share the arpeggio? I've tried this (adjusted from <http://lilypond.org/doc/v2.11/Documentation/user/lilypond/Arpeggio#Arpeggio >):

\version "2.11.39"
\score {
  \new StaffGroup {
    \set Score.connectArpeggios = ##t
    <<
      \new Voice \relative c' {
        \arpeggioUp
        <e g>4\arpeggio
      }
      \new Voice  \relative c {
        \clef bass
        \arpeggioUp
        <c e>4\arpeggio
      }
    >>
  }
  \layout {
    \context {
      \Score
      \consists "Span_arpeggio_engraver"
    }
  }
}

but that gives an unarrowed arpeggio:

Attachment: arpeggioUp.pdf
Description: Adobe PDF document





Thanks,
A.J.


---
People have believed for hundreds of years that newts in a well mean that the water's fresh and drinkable, and in all that time never asked themselves whether the newts got out to go to the lavatory.

-- (Terry Pratchett, Reaper Man)

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to