]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/arpeggio-bracket.ly
MusicXML test suite: use custom py formatter for MusicXML files
[lilypond.git] / input / regression / arpeggio-bracket.ly
index 7261880a3b8cb44034aa0df8a34d3343074e40cb..60d1dc4257575f36c0ba69bae0bce9f1259c1188 100644 (file)
@@ -1,20 +1,18 @@
+\layout { ragged-right= ##t }
 
 
-\version "2.1.36"
+\version "2.14.0"
 \header{
-texidoc="
+  texidoc="
 A square bracket on the left indicates that the player should not
 arpeggiate the chord.
 "
 }
 
-\score{
-     \notes\relative c''{
-        \arpeggioBracket
-        
-        <fis,  d a >\arpeggio
-        }
-     
-    \paper { raggedright= ##t }
+\relative c''{
+  \arpeggioBracket
+  
+  <fis,  d a >\arpeggio
 }
 
+