1 Nov 2007 10:11
Re: Cross-staff arpeggios
Mats Bengtsson <mats.bengtsson <at> ee.kth.se>
2007-11-01 09:11:45 GMT
2007-11-01 09:11:45 GMT
Cross-staff arpeggios already work in StaffGroups and GrandStaffs, without
adding any extra engraver:
\score {
\new StaffGroup {
\set StaffGroup.connectArpeggios = ##t
<<
\new Staff \relative c' {
<e g>4\arpeggio
}
\new Staff \relative c {
\clef bass
<c e>4\arpeggio
}
>>
}
}
/Mats
Eyolf Østrem wrote:
> In the section about arpeggios in the documentation, there is an
> example of cross-staff arpeggios in a PianoStaff context:
>
> <at> lilypond[quote,ragged-right,fragment,relative=1,verbatim]
> \new PianoStaff <<
> \set PianoStaff.connectArpeggios = ##t
> \new Staff { <c' e g c>\arpeggio }
> \new Staff { \clef bass <c,, e g>\arpeggio }
> >>
(Continue reading)
RSS Feed