CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Han-Wen Nienhuys <[EMAIL PROTECTED]>    05/08/22 14:06:44

Modified files:
        input/regression: tie-manual.ly 

Log message:
        new file

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/regression/tie-manual.ly.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: lilypond/input/regression/tie-manual.ly
diff -u lilypond/input/regression/tie-manual.ly:1.1 
lilypond/input/regression/tie-manual.ly:1.2
--- lilypond/input/regression/tie-manual.ly:1.1 Mon Aug 22 14:06:11 2005
+++ lilypond/input/regression/tie-manual.ly     Mon Aug 22 14:06:44 2005
@@ -1,7 +1,8 @@
 \header {
 
   texidoc = "Tie formatting may be adjusted manually, by setting the
[EMAIL PROTECTED] property."
[EMAIL PROTECTED] property. The override should be placed at
+the second note of the chord."
 
 }
 
@@ -13,8 +14,12 @@
 
 
 \relative c'' {
-  \override TieColumn #'tie-configuration =
-  #'((0 . -1)  (2 . -1) (5.5 . 1) (7 . 1))
   
-  <b d f g>~  <b d f g>
+  <b d f g>~
+
+  
+  \once \override TieColumn #'tie-configuration =
+     #'((0 . -1)  (2 . -1) (5.5 . 1) (7 . 1))
+
+  <b d f g>
 } 


_______________________________________________
Lilypond-cvs mailing list
Lilypond-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to