From 712c310a7de0aa4c29aab7dda1a239cc791340b7 Mon Sep 17 00:00:00 2001
From: fred <fred>
Date: Tue, 26 Mar 2002 23:57:38 +0000
Subject: [PATCH] lilypond-1.3.106

---
 ly/property.ly | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ly/property.ly b/ly/property.ly
index 15656a9161..754e2854cc 100644
--- a/ly/property.ly
+++ b/ly/property.ly
@@ -48,8 +48,8 @@ voiceFour = {
 	\shiftOn
 }
 
-slurDotted = \property Voice.Slur \push #'dash = #1
-slurNoDots = \property Voice.Slur \pop #'dash
+slurDotted = \property Voice.Slur \push #'dashed = #1
+slurNoDots = \property Voice.Slur \pop #'dashed
 
 	
 tiny  = 
-- 
2.39.5