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