Creating cross-staff arpeggios in a piano staff: Difference between revisions
Import snippet from LSR |
mNo edit summary |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
In a <code>PianoStaff</code> | In a <code>PianoStaff</code> it is possible to let an ''arpeggio'' cross between the staves by setting the property <code>PianoStaff.connectArpeggios</code>. | ||
<lilypond version="2.24 | <lilypond version="2.24"> | ||
\new PianoStaff \relative c'' << | \new PianoStaff \relative c'' << | ||
\set PianoStaff.connectArpeggios = ##t | \set PianoStaff.connectArpeggios = ##t | ||
| Line 19: | Line 19: | ||
</lilypond> | </lilypond> | ||
[[Category:Expressive marks]] | [[Category:Expressive marks]] | ||
[[Category:Included in the official documentation]] | [[Category:Included in the official documentation]] | ||
[[Category:Snippet]] | |||