]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/engraving-ties-manually.ly
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / Documentation / snippets / engraving-ties-manually.ly
index bf70463602a65b176d94816e6440ec47a2a54a68..f2a49ce9c3879028a17eda03aed9199c2a373b45 100644 (file)
@@ -1,10 +1,10 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% generated from LSR http://lsr.di.unimi.it
 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.2"
+\version "2.18.0"
 
 \header {
   lsrtags = "rhythms"
@@ -19,10 +19,9 @@ second number indicates the direction (1 = up, -1 = down).
   doctitle = "Engraving ties manually"
 } % begin verbatim
 
-
 \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>
 }