]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/laissez-vibrer-ties.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / laissez-vibrer-ties.ly
index d2f12381ad0f521b937d8a3cea8d8fae55b48ef4..bfc4f1600e790ec7dac00b9377674952199e1936 100644 (file)
@@ -4,10 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.16.0"
 
 \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,6 +17,7 @@ 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
@@ -29,4 +30,3 @@ using @code{'tie-configuration}.
           (-1 . ,UP))
   <c d e f>4\laissezVibrer r
 }
-