%% DO NOT EDIT this file manually; it is automatically %% generated from LSR http://lsr.dsi.unimi.it %% Make any changes in LSR itself, or in Documentation/snippets/new/ , %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. \version "2.14.2" \header { lsrtags = "expressive-marks" texidoc = " In a @code{PianoStaff}, it is possible to let an arpeggio cross between the staves by setting the property @code{PianoStaff.connectArpeggios}. " doctitle = "Creating cross-staff arpeggios in a piano staff" } % begin verbatim \new PianoStaff \relative c'' << \set PianoStaff.connectArpeggios = ##t \new Staff { 4\arpeggio 4\arpeggio 4\arpeggio 4\arpeggio } \new Staff { \clef bass \repeat unfold 4 { 4\arpeggio } } >>