lilypond-user
[Top][All Lists]
Advanced

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

Re: Cross-voice arpeggios


From: Mats Bengtsson
Subject: Re: Cross-voice arpeggios
Date: Fri, 20 Aug 2004 15:01:57 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040616

Since there is support for connecting arpeggios between
different staves, I figured it should be possible to do the
same thing for your situation. It seems that the following
solution works:

\version "2.2.5"
\score{\new Staff \with {\consists "Span_arpeggio_engraver"}
  \notes\relative c'{\set Staff.connectArpeggios = ##t
  << { cis4.\arpeggio b8 a4} \\ { <gis e>2\arpeggio fis4 }>>
  }
}

   /Mats


Bertalan Fodor wrote:
I want to make cross-voice arpeggios for 2.2.5

I've found this but, \hideNotes in not allowed chords:
http://lists.gnu.org/archive/html/lilypond-user/2003-10/msg00032.html

So I invented a solution:
<<  \context Voice = "arp" { \hideNotes <cis' e,>4.\arpeggio }
{ cis4. h8 a4} \\ { <gis e>2 fis4 }
 >>
I.e. I use an invisible chord for making the arpeggio.
But that gives me a warning about clashing notecolumns (I understand why), and I'm curious if there is a cleaner solution. Does anyone have something like this?

Bert


_______________________________________________
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]