]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/laissez-vibrer-ties.ly
Imported Upstream version 2.14.2
[lilypond.git] / Documentation / snippets / laissez-vibrer-ties.ly
diff --git a/Documentation/snippets/laissez-vibrer-ties.ly b/Documentation/snippets/laissez-vibrer-ties.ly
new file mode 100644 (file)
index 0000000..d2f1238
--- /dev/null
@@ -0,0 +1,32 @@
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.dsi.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.0"
+
+\header {
+  lsrtags = "expressive-marks, keyboards, fretted-strings"
+
+  texidoc = "
+Laissez vibrer ties have a fixed size. Their formatting can be tuned
+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
+     = #`((-7 . ,DOWN)
+          (-5 . ,DOWN)
+          (-3 . ,UP)
+          (-1 . ,UP))
+  <c d e f>4\laissezVibrer r
+}
+