lilypond-user
[Top][All Lists]
Advanced

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

Re: Connected arpeggio between voices


From: Mats Bengtsson
Subject: Re: Connected arpeggio between voices
Date: Thu, 01 Dec 2005 20:46:13 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050319

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
address@hidden
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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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