]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.2.0
authorfred <fred>
Tue, 26 Mar 2002 22:24:44 +0000 (22:24 +0000)
committerfred <fred>
Tue, 26 Mar 2002 22:24:44 +0000 (22:24 +0000)
ly/property.ly

index f3f21a99603ad529420d5850325b0853f7233e44..dae72e45408259cfd3e4d1602886c14bf49c5c2b 100644 (file)
@@ -8,7 +8,7 @@ SEE THE REFERENCE MANUAL FOR EXPLANATIONS.
 
 %}
 
-\version "1.1.66";
+\version "1.2.0";
 
 %hmm, (these) abbrevs suck, imo
 % i guess they're meant as some form of doco
@@ -138,5 +138,5 @@ endincipit = \notes{
     \nobreak \bar "";
 }
 
-autoBeamOff = \property Voice.beamAuto = ""
-autoBeamOn = \property Voice.beamAuto = "1"  
+autoBeamOff = \property Voice.noAutoBeaming = "1"
+autoBeamOn = \property Voice.noAutoBeaming = ""