]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/property-init.ly
cleanup. Separate into internal
[lilypond.git] / ly / property-init.ly
index c784a0ba521d97d6e0e5520a8bef8979745f12d9..51fbb8bc449f268dc3720453d1f1d47d11a709a3 100644 (file)
@@ -1,6 +1,6 @@
 % property-init.ly
 
-\version "1.9.8"
+\version "2.1.21"
 
 stemUp = \property Voice.Stem \set #'direction = #1
 stemDown = \property Voice.Stem \set #'direction = #-1 
@@ -222,7 +222,7 @@ forgetAccidentals = {
 turnOff = #(cons '() '())
 
 % For drawing vertical chord brackets with \arpeggio
-% This is a shorthand for the value of the molecule-callback property 
+% This is a shorthand for the value of the print-function property 
 % of either Staff.Arpeggio or PianoStaff.Arpeggio, depending whether 
 % cross-staff brackets are desired.