]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/arpeggio-bracket.ly
MusicXML: src-dir rather than srcdir.
[lilypond.git] / input / regression / arpeggio-bracket.ly
1 \layout { ragged-right= ##t }
2
3
4 \version "2.11.51"
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