From: gpercival Date: Mon, 23 May 2005 18:23:56 +0000 (+0000) Subject: Update tieDotted to have the same form as slurDotted. X-Git-Tag: release/2.5.32^2~159 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6cf98ba7052aca6ed176366855e64b87341d11b1;p=lilypond.git Update tieDotted to have the same form as slurDotted. --- diff --git a/ly/property-init.ly b/ly/property-init.ly index 614fd0c9ec..dd36fd80dc 100644 --- a/ly/property-init.ly +++ b/ly/property-init.ly @@ -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