]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-manual.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / tie-manual.ly
index c8d8d9dc89eea8252dc1304e2aa0a9fa4e8a07a8..d04d4cf4306a94eede19f6ece97c5c225875e546 100644 (file)
@@ -2,23 +2,28 @@
 
   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.19.21"
 
 \layout {
-  raggedright = ##t
+  ragged-right = ##t
 }
 
 
-\relative c'' {
+\relative {
   
-  <b d f g>~
+  <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>