See http://lists.gnu.org/archive/html/lilypond-user/2004-08/msg00236.html
for a solution that hopefully can be upgraded to version 2.6.

   /Mats

Gilles wrote:
Hi.

Is it possible to connect notes in different voices
with an arpeggio symbol?  E.g. (which doesn't work):

%-----
\version "2.6.3"

upper = \relative c' {
  e'1\arpeggio |
}

lower = \relative c' {
  e1\arpeggio |
}

guitarStaff = \context Staff = "Guitar" {
  <<
    \new Voice { \voiceOne \upper }
    \new Voice { \voiceTwo \lower }
  >>
}

\score {
  \guitarStaff
  \layout {}
}
%-----



Thanks,
Gilles


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

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================


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

Reply via email to