]> git.donarmstrong.com Git - lilypond.git/commitdiff
Added \tieDashed
authorerik <erik>
Thu, 9 Jun 2005 23:07:02 +0000 (23:07 +0000)
committererik <erik>
Thu, 9 Jun 2005 23:07:02 +0000 (23:07 +0000)
ChangeLog
THANKS
ly/property-init.ly

index 392085c7abf385182b3651c6e340ff49e9e167c1..c49ac73986ec82841836f9ad9088d718a70cff2a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
+
+       * ly/property-init.ly: Added tieDashed.
+
+        * THANKS: Added some bughunters for 2.5.
+
 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * lily/program-option.cc: add debug-gc option.
diff --git a/THANKS b/THANKS
index 9f83f7a163a027447d7c99fe53b1226d3f62af4f..204271f76d1b18749c00a13644830987a883298d 100644 (file)
--- 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
index a203c44d20a43ef05b77f68b0142459cd7a4357b..e5814cb5b88c9f84e5f6d70c1f3fa6abee46496b 100644 (file)
@@ -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