]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/arpeggio-bracket.ly
* lily/parser.yy (bass_number),
[lilypond.git] / input / regression / arpeggio-bracket.ly
index e1b47be9f2dd393586edf635f935ffdad696a025..fd5038ec964ef18a6c1e67298e63c40864076999 100644 (file)
@@ -1,6 +1,6 @@
 
 
-\version "2.1.22"
+\version "2.4.0"
 \header{
 texidoc="
 A square bracket on the left indicates that the player should not
@@ -9,12 +9,12 @@ arpeggiate the chord.
 }
 
 \score{
-     \notes\relative c''{
-        \override Staff.Arpeggio  #'print-function = \arpeggioBracket
+     \relative c''{
+        \arpeggioBracket
         
         <fis,  d a >\arpeggio
         }
      
-    \paper { raggedright= ##t }
+    \layout { raggedright= ##t }
 }