]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/arpeggio-bracket.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / arpeggio-bracket.ly
1 \layout { ragged-right= ##t }
2
3
4 \version "2.12.0"
5 \header{
6   texidoc="
7 A square bracket on the left indicates that the player should not
8 arpeggiate the chord.
9 "
10 }
11
12 \relative c''{
13   \arpeggioBracket
14   
15   <fis,  d a >\arpeggio
16 }
17
18