]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/arpeggio-bracket.ly
bump .ly \version to 2.10.0
[lilypond.git] / input / regression / arpeggio-bracket.ly
index fd5038ec964ef18a6c1e67298e63c40864076999..064b5d9111b292fc7ab4a3ea12a439528845caf7 100644 (file)
@@ -1,20 +1,18 @@
+\layout { ragged-right= ##t }
 
 
-\version "2.4.0"
+\version "2.10.0"
 \header{
-texidoc="
+  texidoc="
 A square bracket on the left indicates that the player should not
 arpeggiate the chord.
 "
 }
 
-\score{
-     \relative c''{
-        \arpeggioBracket
-        
-        <fis,  d a >\arpeggio
-        }
-     
-    \layout { raggedright= ##t }
+\relative c''{
+  \arpeggioBracket
+  
+  <fis,  d a >\arpeggio
 }
 
+