From 1bb750a575eb1677de1a29b80a140a691f1a0222 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Mon, 23 May 2005 18:23:56 +0000 Subject: [PATCH] Update tieDotted to have the same form as slurDotted. --- ly/property-init.ly | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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 -- 2.39.5