]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.1.39
authorfred <fred>
Tue, 26 Mar 2002 21:48:55 +0000 (21:48 +0000)
committerfred <fred>
Tue, 26 Mar 2002 21:48:55 +0000 (21:48 +0000)
ly/property.ly

index 61b3333070a2883068bc6e62cfd76ba0e9ce1b8f..9e088a732518598b3063716eed824039aa6d7f77 100644 (file)
@@ -146,9 +146,9 @@ voicefour = {
        \shifton
 }
 
-onestaff = {   
+onestaff = 
        \translator Staff=one
-}
+
 
 staffone = {   
        \translator Staff=one
@@ -181,39 +181,38 @@ normal=1
 traditional=2
 infinity=10000
 
-beamslopeproportional = {
+beamslopeproportional = 
        \property Score.beamslopedamping = \none
-}
 
-beamslopedamped = {
+beamslopedamped = 
        \property Score.beamslopedamping = \normal
-}
 
-beamslopezero = {
+
+beamslopezero = 
        \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 = {
+beamposfree = 
        \property Score.beamquantisation = \none
-}
 
-beamposnormal = {
+
+beamposnormal = 
        \property Score.beamquantisation = \normal
-}
 
-beampostraditional = {
+
+beampostraditional = 
        \property Score.beamquantisation = \traditional
-}
 
-slurnormal = {
-       \property Voice.slurdash = 0
-}
 
-slurdotted = {
+slurnormal = 
+       \property Voice.slurdash = ""
+
+
+slurdotted = 
        \property Voice.slurdash = 1
-}
+
 
 %{
  for grace note hack, see input/test/grace.ly