]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/contemporary-glissando.ly
Split WWW target in two stages WWW-1 and WWW-2
[lilypond.git] / input / lsr / contemporary-glissando.ly
index 1a6e92f2661eca46eb62e6b9a794f092c6ba8b4b..4e71e4d351e1da4520a5c1e64d1463a4c7dc6908 100644 (file)
@@ -1,18 +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.46"
 
 \header {
   lsrtags = "expressive-marks"
- texidoc = "
+
+  texidoc = "
 A contemporary glissando without a final note can be typeset using a
 hidden note and cadenza timing.
-" }
-% begin verbatim
+
+"
+  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 "|"
 }