]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/expressive/glissando.ly
Add warning for LSR files.
[lilypond.git] / input / lsr / expressive / glissando.ly
1 %%  Do not edit this file; it is auto-generated from LSR!
2 \version "2.10.12"
3
4 \header { texidoc = "
5 Between notes, there may be simple glissando lines.  Here, the first
6 two glissandi are not consecutive.
7
8
9 The engraver does no time-keeping, so it involves some trickery to get
10 @code{>} working correctly. 
11 " }
12
13 \layout{
14   line-width = 50.\mm
15   indent = 0
16 }
17
18 \new Staff \relative c''{
19   \override Glissando #'breakable = ##t
20   
21   %% gliss non gliss and 
22   c4 \glissando d e \glissando f \glissando \break
23   %% consecutive 
24   c \glissando d, \glissando e'
25   << { \stemUp e8 \glissando g8 }
26      \context Voice = VB {\stemDown \repeat unfold 4 d16 } >>
27   \override Glissando  #'style = #'zigzag
28   c4 \glissando c,, \glissando c' \glissando d
29 }
30