]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/property.ly
release: 1.2.15
[lilypond.git] / ly / property.ly
index 351e34d0081ea93f7963a8df9e2b27176e87ff41..ea41ac9656b675a4665b2016e1986073985daca6 100644 (file)
@@ -66,17 +66,13 @@ voicefour =
 % ugh, cluttering global namespace...
 
 % ugh2. 
-none=0
-free=0
-normal=1
-traditional=2
 infinity=10000
 
 beamslopeproportional = 
-       \property Score.beamslopedamping = \none
+       \property Score.beamslopedamping = 0
 
 beamslopedamped = 
-       \property Score.beamslopedamping = \normal
+       \property Score.beamslopedamping = 1
 
 
 beamslopezero = 
@@ -86,15 +82,15 @@ beamslopezero =
 % this sucks, you'd want to pass an array, at least
 % (or embedded code: you still can't dictate the slope / stemlength)
 beamposfree = 
-       \property Score.beamquantisation = \none
+       \property Score.beamquantisation = 0
 
 
 beamposnormal = 
-       \property Score.beamquantisation = \normal
+       \property Score.beamquantisation = 1
 
 
 beampostraditional = 
-       \property Score.beamquantisation = \traditional
+       \property Score.beamquantisation = 2
 
 
 slurnormal =