]> 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 c8d8d9dc89eea8252dc1304e2aa0a9fa4e8a07a8..b9a535b8fe510e1b44c63e04940644a519ade5bd 100644 (file)
@@ -2,14 +2,19 @@
 
   texidoc = "Tie formatting may be adjusted manually, by setting the
 @code{tie-configuration} property. The override should be placed at
-the second note of the chord."
+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.13"
+\version "2.17.6"
 
 \layout {
-  raggedright = ##t
+  ragged-right = ##t
 }
 
 
@@ -18,7 +23,7 @@ the second note of the chord."
   <b d f g>~
 
   
-  \once \override TieColumn #'tie-configuration =
+  \once \override TieColumn.tie-configuration =
      #'((0 . -1)  (2 . -1) (5.5 . 1) (7 . 1))
 
   <b d f g>