]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/arpeggio-bracket.ly
cleanup. Separate into internal
[lilypond.git] / input / regression / arpeggio-bracket.ly
index b13faa8d3f2cd169ab441b5093b9805ca384c008..d5fcc2624f75f992e10a80988819bc623bb7184f 100644 (file)
@@ -1,6 +1,6 @@
 
 
-\version "2.1.7"
+\version "2.1.21"
 \header{
 texidoc="
 A square bracket on the left indicates that the player should not
@@ -10,7 +10,7 @@ arpeggiate the chord.
 
 \score{
      \notes\relative c''{
-        \property Staff.Arpeggio \override #'molecule-callback = \arpeggioBracket
+        \property Staff.Arpeggio \override #'print-function = \arpeggioBracket
         
         <fis,  d a >\arpeggio
         }