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