]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/arpeggio-bracket.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / arpeggio-bracket.ly
1
2
3 \version "2.3.22"
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 \score{
12      \relative c''{
13          \arpeggioBracket
14          
15          <fis,  d a >\arpeggio
16          }
17      
18     \layout { raggedright= ##t }
19 }
20