]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/arpeggio-bracket.ly
Merge branch 'dev/kainhofer' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond into...
[lilypond.git] / input / regression / arpeggio-bracket.ly
index d5fcc2624f75f992e10a80988819bc623bb7184f..064b5d9111b292fc7ab4a3ea12a439528845caf7 100644 (file)
@@ -1,20 +1,18 @@
+\layout { ragged-right= ##t }
 
 
-\version "2.1.21"
+\version "2.10.0"
 \header{
-texidoc="
+  texidoc="
 A square bracket on the left indicates that the player should not
 arpeggiate the chord.
 "
 }
 
-\score{
-     \notes\relative c''{
-        \property Staff.Arpeggio \override #'print-function = \arpeggioBracket
-        
-        <fis,  d a >\arpeggio
-        }
-     
-    \paper { raggedright= ##t }
+\relative c''{
+  \arpeggioBracket
+  
+  <fis,  d a >\arpeggio
 }
 
+