]> git.donarmstrong.com Git - lilypond.git/blobdiff - init/property.ly
release: 0.1.62
[lilypond.git] / init / property.ly
index 587db1d47f950ec78dd99e5073a2e63bce14f863..9520dbb86f8b59d77a3b41e368dfcc309faef5b7 100644 (file)
@@ -17,6 +17,10 @@ pletvisibility               1       show number
 pletvisibility         2       show number, and bracket-if-no-beam
 pletvisibility         4       show number, and bracket
 
+slurdash               0       normal slurs
+slurdash               1       dotted slurs
+slurdash               >1      dashed slurs
+
 [Score?]
 beamslopedamping       0       no damping              \beamslopeproportional  
 beamslopedamping       1       damping1)               \beamslopedamped
@@ -127,3 +131,11 @@ beampostraditional = {
        \property Score.beamquantisation = \traditional
 }
 
+slurnormal = {
+       \property Voice.slurdash = 0
+}
+
+slurdotted = {
+       \property Voice.slurdash = 1
+}
+