From bc31715b197075c45c0d196d792693c96c461576 Mon Sep 17 00:00:00 2001
From: fred <fred>
Date: Tue, 26 Mar 2002 21:48:55 +0000
Subject: [PATCH] lilypond-1.1.39

---
 ly/property.ly | 37 ++++++++++++++++++-------------------
 1 file changed, 18 insertions(+), 19 deletions(-)

diff --git a/ly/property.ly b/ly/property.ly
index 61b3333070..9e088a7325 100644
--- a/ly/property.ly
+++ b/ly/property.ly
@@ -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
-- 
2.39.5