]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-manual.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / tie-manual.ly
index 079852eba225cf5468c09b1dc6c04b3f54e86f9e..b9a535b8fe510e1b44c63e04940644a519ade5bd 100644 (file)
@@ -1,20 +1,30 @@
 \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.
+
+You can leave a Tie alone by introducing a non-pair value
+(eg. @code{#t}) in the @code{tie-configuration} list.
+
+"
 
 }
 
-\version "2.7.7"
+\version "2.17.6"
 
 \layout {
-  raggedright = ##t
+  ragged-right = ##t
 }
 
 
 \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>
 }