lilypond-user
[Top][All Lists]
Advanced

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

Re: Cross-voice arpeggios


From: Bertalan Fodor
Subject: Re: Cross-voice arpeggios
Date: Fri, 20 Aug 2004 15:43:56 +0200
User-agent: Mozilla Thunderbird 0.7.1 (Windows/20040626)

Great, thanks! That's definitely the solution. Becaus my previous hack had other problems as well (dot collisions, for example)
Maybe it would worth mentioning in the manual.

Bert

Mats Bengtsson wrote:

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







reply via email to

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