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 [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________ lilypond-user mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/lilypond-user