]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/property.ly
release: 1.3.31
[lilypond.git] / ly / property.ly
index 9e755f6a1180b64b8571c0b054998892b0719a00..8fe96e79a81f541b627aa6f545a92f04f84bdf10 100644 (file)
@@ -52,28 +52,28 @@ voicefour = {
 infinity=10000
 
 beamslopeproportional = 
-       \property Score.beamslopedamping = 0
+       \property Score.beamSlopedamping = 0
 
 beamslopedamped = 
-       \property Score.beamslopedamping = 1
+       \property Score.beamSlopedamping = 1
 
 
 beamslopezero = 
-       \property Score.beamslopedamping = \infinity
+       \property Score.beamSlopedamping = \infinity
 
 
 % 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 = 0
+       \property Score.beamQuantisation = 0
 
 
 beamposnormal = 
-       \property Score.beamquantisation = 1
+       \property Score.beamQuantisation = 1
 
 
 beampostraditional = 
-       \property Score.beamquantisation = 2
+       \property Score.beamQuantisation = 2
 
 
 slurnormal = 
@@ -117,9 +117,10 @@ endincipit = \notes{
     \nobreak \bar "";
 }
 
-autoBeamOff = \property Voice.noAutoBeaming = #t
+autoBeamOff = \property Voice.noAutoBeaming = ##t
 autoBeamOn = \property Voice.noAutoBeaming = ##f
 
 
 emptyText = \property Voice.textEmptyDimension = ##t
 fatText = \property Voice.textEmptyDimension = ##f
+