Only marks truly cross-staff arpeggios as cross-staff (issue 13063045)

2013-08-21 Thread janek . lilypond
LGTM https://codereview.appspot.com/13063045/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Cross-staff arpeggios

2007-11-01 Thread Eyolf Østrem
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

Re: Cross-staff arpeggios

2007-11-01 Thread Mats Bengtsson
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

Cross-staff arpeggios

2007-10-31 Thread Eyolf Østrem
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 }