LGTM
https://codereview.appspot.com/13063045/
___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel
On 01.11.2007 (10:11), Mats Bengtsson wrote:
> Cross-staff arpeggios already work in StaffGroups and GrandStaffs, without
> adding any extra engraver:
Ah, great! Thanks. Why didn't I think of that...?
e
--
"To make a bad day worse, spend it wishing for the impo
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' {
4\arpeggio
}
\new Staff
In the section about arpeggios in the documentation, there is an
example of cross-staff arpeggios in a PianoStaff context:
@lilypond[quote,ragged-right,fragment,relative=1,verbatim]
\new PianoStaff <<
\set PianoStaff.connectArpeggios = ##t
\new Staff { \arpeggio }