]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/contemporary-glissando.ly
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[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.38"
4
5 \header {
6   lsrtags = "expressive-marks"
7  texidoc = "
8 A contemporary glissando without a final note can be typeset using a
9 hidden note and cadenza timing.
10 " }
11 % begin verbatim
12 \relative c'' {
13   \time 3/4
14   \override Glissando #'style = #'zigzag
15   c4 c
16   \cadenzaOn c\glissando \hideNotes c,, \unHideNotes \cadenzaOff
17   \bar "|"
18 }