bug-lilypond
[Top][All Lists]
Advanced

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

Re: connect directed arpeggio


From: Thomas Morley
Subject: Re: connect directed arpeggio
Date: Tue, 3 Mar 2015 10:16:19 +0100

2015-03-03 7:03 GMT+01:00 Helge <address@hidden>:
> I have a problem with  connecting arpeggio. The arrow of
>  \arpeggioArrowDown or -Up vanishes when I connect the arpeggios of two
>  staves. You can reproduce it with the example below. Comment out the
>  connectArpeggios line and you see arrows.
>
>  Is this a known bug?
>
>  Regards Helge
>
>
>  \version "2.18.0"
>
>  upperHarpII = \relative c'' {
>    \arpeggioArrowDown  <b c>2\arpeggio r
>  }
>  lowerHarpII = \relative c' {
>    \clef bass
>    \arpeggioArrowDown  <a e a,>2\arpeggio r
>  }
>
>  \score {
>    \new PianoStaff \with {
>      connectArpeggios = ##t
>    } <<
>      \new Staff \upperHarpII
>      \new Staff \lowerHarpII
>    >>
>  }

It's a known problem, can't find a matching issue for it, though.

There was a discussion on -devel some time ago.

http://comments.gmane.org/gmane.comp.gnu.lilypond.devel/23062
or
http://lilypond.1069038.n5.nabble.com/cross-staff-versions-of-arpeggioArrowUp-etc-td119964.html

I attach the still working code suggested there, although from
discussion I'd say it's not finished.


Cheers,
  Harm

Attachment: arpeggio-arrows.ly
Description: Text Data


reply via email to

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