CVSROOT: /cvsroot/lilypond
Module name: lilypond
Branch:
Changes by: Graham Percival <[EMAIL PROTECTED]> 05/05/23 18:23:56
Modified files:
ly : property-init.ly
Log message:
Update tieDotted to have the same form as slurDotted.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ly/property-init.ly.diff?tr1=1.71&tr2=1.72&r1=text&r2=text
Patches:
Index: lilypond/ly/property-init.ly
diff -u lilypond/ly/property-init.ly:1.71 lilypond/ly/property-init.ly:1.72
--- lilypond/ly/property-init.ly:1.71 Thu May 5 23:45:30 2005
+++ lilypond/ly/property-init.ly Mon May 23 18:23:56 2005
@@ -38,8 +38,14 @@
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
_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs