]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/engraving-ties-manually.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / engraving-ties-manually.ly
index 24c2538cf9abb532d665de8bd4931404942cf334..76bf91d1ce127dde4f8ca20714f4861876e0e9eb 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.16.0"
+\version "2.17.6"
 
 \header {
   lsrtags = "rhythms"
@@ -22,7 +22,7 @@ second number indicates the direction (1 = up, -1 = down).
 
 \relative c' {
   <c e g>2~ <c e g>
-  \override TieColumn #'tie-configuration =
+  \override TieColumn.tie-configuration =
     #'((0.0 . 1) (-2.0 . 1) (-4.0 . 1))
   <c e g>2~ <c e g>
 }