]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/property.ly
release: 1.3.31
[lilypond.git] / ly / property.ly
index b056e3511126c42c57794a4d37758fb06387a708..8fe96e79a81f541b627aa6f545a92f04f84bdf10 100644 (file)
@@ -8,7 +8,7 @@ SEE THE REFERENCE MANUAL FOR EXPLANATIONS.
 
 %}
 
-\version "1.2.16";
+\version "1.3.4";
 
 %hmm, (these) abbrevs suck, imo
 % i guess they're meant as some form of doco
@@ -24,6 +24,12 @@ slurdown = \property Voice.slurVerticalDirection = \down
 shifton  = \property Voice.horizontalNoteShift = #1
 shiftoff = \property Voice.horizontalNoteShift = #0
 
+cadenzaOn = \property Score.timing = ##f
+cadenzaOff = { \property Score.timing = ##t
+       \property Score.measurePosition = #(make-moment 0 1)
+       }
+
+       
 onevoice = {   
        \stemboth \shiftoff     
 }
@@ -46,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 = 
@@ -111,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
+