]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/arpeggio-bracket.ly
Update documentation targets
[lilypond.git] / input / regression / arpeggio-bracket.ly
index 31f31880c26d9e19266346f28724726d04e414d2..3446871a6520325913bfb517df907ebfd631c134 100644 (file)
@@ -1,20 +1,18 @@
+\layout { ragged-right= ##t }
 
 
-\version "2.3.22"
+\version "2.12.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
 }
 
+