]> git.donarmstrong.com Git - lilypond.git/commitdiff
new file
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 22 Aug 2005 14:06:44 +0000 (14:06 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 22 Aug 2005 14:06:44 +0000 (14:06 +0000)
input/regression/tie-manual.ly

index 079852eba225cf5468c09b1dc6c04b3f54e86f9e..babf8180c7edcd2ceb08304718978b1cbb1d2994 100644 (file)
@@ -1,7 +1,8 @@
 \header {
 
   texidoc = "Tie formatting may be adjusted manually, by setting the
-@code{tie-configuration} property."
+@code{tie-configuration} property. The override should be placed at
+the second note of the chord."
 
 }
 
 
 
 \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>
 }