]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/contemporary-glissando.ly
Merge branch 'lilypond/translation' of ssh://trettig@git.sv.gnu.org/srv/git/lilypond...
[lilypond.git] / input / lsr / contemporary-glissando.ly
index 1821f37809553c5ee19163ff3b1118679b718908..6a9bcc7e8980d96b226a524741b9a9da7fe345b2 100644 (file)
@@ -1,21 +1,26 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.38"
+\version "2.11.49"
 
 \header {
   lsrtags = "expressive-marks"
- texidoc = "
-Use a glissando without final note. Contemporary glissando!
-" }
-% begin verbatim
+
+  texidoc = "
+A contemporary glissando without a final note can be typeset using a
+hidden note and cadenza timing.
+
+"
+  doctitle = "Contemporary glissando"
+} % begin verbatim
 \relative c'' {
   \time 3/4
   \override Glissando #'style = #'zigzag
   c4 c
-  \cadenzaOn  c\glissando \hideNotes c,, \unHideNotes \cadenzaOff
+  \cadenzaOn
+  c4\glissando
+  \hideNotes
+  c,,4 
+  \unHideNotes
+  \cadenzaOff
   \bar "|"
 }
-
-\addlyrics { Use cadenzaOn glissando hideNotes }
-\addlyrics { unHideNotes cadenzaOff, skip_and_\bar \skip 4 }
-