]> git.donarmstrong.com Git - lilypond.git/commitdiff
Update tieDotted to have the same form as slurDotted.
authorGraham Percival <graham@percival-music.ca>
Mon, 23 May 2005 18:23:56 +0000 (18:23 +0000)
committerGraham Percival <graham@percival-music.ca>
Mon, 23 May 2005 18:23:56 +0000 (18:23 +0000)
ly/property-init.ly

index 614fd0c9ec6b5b37ca29cb8b3f62f5d1de061ffd..dd36fd80dc0b3072633e8a5e4de27cad480a2f6d 100644 (file)
@@ -38,8 +38,14 @@ tieUp = \override Tie  #'direction = #1
 tieDown = \override Tie  #'direction = #-1
 tieNeutral = \revert Tie #'direction 
 
-tieDotted = \override Tie  #'dashed = #1
-tieSolid = \revert Tie #'dashed
+tieDotted = {
+  \override Tie #'dash-period = #0.75
+  \override Tie #'dash-fraction = #0.1
+}
+tieSolid = {
+  \revert Tie #'dash-period
+  \revert Tie #'dash-fraction
+}
 
 setEasyHeads = \sequential {
   \override NoteHead #'print-function = #Note_head::brew_ez_stencil