]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/arpeggio-bracket.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / arpeggio-bracket.ly
index e1b47be9f2dd393586edf635f935ffdad696a025..7e4275c1a886a3422613eae560a565ea5b8b6597 100644 (file)
@@ -1,20 +1,18 @@
+\layout { ragged-right= ##t }
 
 
-\version "2.1.22"
+\version "2.11.51"
 \header{
-texidoc="
+  texidoc="
 A square bracket on the left indicates that the player should not
 arpeggiate the chord.
 "
 }
 
-\score{
-     \notes\relative c''{
-        \override Staff.Arpeggio  #'print-function = \arpeggioBracket
-        
-        <fis,  d a >\arpeggio
-        }
-     
-    \paper { raggedright= ##t }
+\relative c''{
+  \arpeggioBracket
+  
+  <fis,  d a >\arpeggio
 }
 
+