]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/contemporary-glissando.ly
Update LSR snippets
[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 %% Tags: expressive-marks
4 \version "2.11.35"
5
6 \header { texidoc = "
7 Use a glissando without final note. Contemporary glissando !
8 " }
9 % begin verbatim
10 \relative c'' {
11     \override Glissando #'style = #'zigzag
12      \time 3/4
13      c4 c
14          \cadenzaOn  c\glissando \hideNotes c,, \unHideNotes \cadenzaOff
15          \bar "|"
16          }
17
18 \addlyrics { Use cadenzaOn glissando hideNotes }
19 \addlyrics { unHideNotes cadenzaOff, skip_and_\bar \skip 4  }
20 \layout{raggedright = ##t}
21 \header { tagline="" }
22 % begin verbatim