From: Erik Sandberg Date: Thu, 9 Jun 2005 23:07:02 +0000 (+0000) Subject: Added \tieDashed X-Git-Tag: release/2.5.30~10 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e526eb5c8a861abe811d68e99faa2b6de702e2cc;p=lilypond.git Added \tieDashed --- diff --git a/ChangeLog b/ChangeLog index 392085c7ab..c49ac73986 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-06-10 Erik Sandberg + + * ly/property-init.ly: Added tieDashed. + + * THANKS: Added some bughunters for 2.5. + 2005-06-09 Han-Wen Nienhuys * lily/program-option.cc: add debug-gc option. diff --git a/THANKS b/THANKS index 9f83f7a163..204271f76d 100644 --- a/THANKS +++ b/THANKS @@ -61,6 +61,7 @@ Antti Kaihola Arjan Bos David Bobroff Bernard Hurley +Bruce Fairchild Bruce McIntyre Bruce Fairchild Daniel Johnson @@ -79,6 +80,7 @@ Josiah Boothby Juergen Reuter Karl Hammar Laura Conrad +Olivier Guéry Paul Scott Richard Schoeller Rob Platt @@ -193,7 +195,7 @@ Matthias Kilian Nancho Alvarez Nick Busigin Nicolas Sceaux -Olivier Guery +Olivier Guéry Patrick Atamaniuk Paul Scott Pawel D diff --git a/ly/property-init.ly b/ly/property-init.ly index a203c44d20..e5814cb5b8 100644 --- a/ly/property-init.ly +++ b/ly/property-init.ly @@ -38,6 +38,10 @@ tieUp = \override Tie #'direction = #1 tieDown = \override Tie #'direction = #-1 tieNeutral = \revert Tie #'direction +tieDashed = { + \override Tie #'dash-period = #0.75 + \override Tie #'dash-fraction = #0.4 +} tieDotted = { \override Tie #'dash-period = #0.75 \override Tie #'dash-fraction = #0.1