]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/arpeggio-bracket.ly
4e5f835d3bf88c5caca2f1061ca1d76a57537e86
[lilypond.git] / input / regression / arpeggio-bracket.ly
1 \layout { ragged-right= ##t }
2
3
4 \version "2.16.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