]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/laissez-vibrer-ties.ly
Merge branch 'master' of /home/jcharles/GIT/Lily/. into translation
[lilypond.git] / Documentation / snippets / laissez-vibrer-ties.ly
index c3ddd952d51abee53e00563e90ae621a3cfba449..c2b459e8109dffc1f37ff0f65634f121de96f717 100644 (file)
@@ -4,10 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.12.2"
+\version "2.17.11"
 
 \header {
-  lsrtags = "expressive-marks, keyboards, fretted-strings"
+  lsrtags = "connecting-notes, contemporary-notation, expressive-marks, fretted-strings, keyboards, specific-notation"
 
   texidoc = "
 Laissez vibrer ties have a fixed size. Their formatting can be tuned
@@ -17,16 +17,16 @@ using @code{'tie-configuration}.
   doctitle = "Laissez vibrer ties"
 } % begin verbatim
 
+
 \relative c' {
   <c e g>4\laissezVibrer r <c f g>\laissezVibrer r
   <c d f g>4\laissezVibrer r <c d f g>4.\laissezVibrer r8
 
   <c d e f>4\laissezVibrer r
-  \override LaissezVibrerTieColumn #'tie-configuration
+  \override LaissezVibrerTieColumn.tie-configuration
      = #`((-7 . ,DOWN)
           (-5 . ,DOWN)
           (-3 . ,UP)
           (-1 . ,UP))
   <c d e f>4\laissezVibrer r
 }
-