]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/arpeggio-bracket.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / arpeggio-bracket.ly
1
2
3 \version "2.1.26"
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      \notes\relative c''{
13          \override Staff.Arpeggio  #'print-function = \arpeggioBracket
14          
15          <fis,  d a >\arpeggio
16          }
17      
18     \paper { raggedright= ##t }
19 }
20