lilypond-user
[Top][All Lists]
Advanced

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

Re: \arpeggioUp with connected voices


From: Mats Bengtsson
Subject: Re: \arpeggioUp with connected voices
Date: Fri, 07 Mar 2008 11:24:22 +0100
User-agent: Thunderbird 2.0.0.5 (X11/20070716)

See http://lists.gnu.org/archive/html/lilypond-user/2006-10/msg00174.html
with follow-ups.

  /Mats

Arjan Bos wrote:
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:




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
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
        Mats Bengtsson
        Signal Processing
        School of Electrical Engineering
        Royal Institute of Technology (KTH)
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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