]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/contemporary-glissando.ly
Split WWW target in two stages WWW-1 and WWW-2
[lilypond.git] / input / lsr / contemporary-glissando.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.11.46"
4
5 \header {
6   lsrtags = "expressive-marks"
7
8   texidoc = "
9 A contemporary glissando without a final note can be typeset using a
10 hidden note and cadenza timing.
11
12 "
13   doctitle = "Contemporary glissando"
14 } % begin verbatim
15 \relative c'' {
16   \time 3/4
17   \override Glissando #'style = #'zigzag
18   c4 c
19   \cadenzaOn
20   c4\glissando
21   \hideNotes
22   c,,4 
23   \unHideNotes
24   \cadenzaOff
25   \bar "|"
26 }