]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/contemporary/double-glissando.ly
Merge branch 'master' into lilypond/translation
[lilypond.git] / input / lsr / contemporary / double-glissando.ly
1 %%  Do not edit this file; it is auto-generated from LSR!
2 \version "2.11.23"
3
4 \header { texidoc = "
5 To make double-glissandi, i.e. to connect chords with glissando lines,
6 you have to create another voice, then attach a glissando to it.
7 " }
8
9 {\clef bass
10 << {  % New voice ( = \voiceOne) without stems or beams
11  
12         \override Stem #'stencil = ##f
13         \override Beam #'stencil = ##f
14
15         % Attach glissando to noteheads
16         e8 \glissando fis
17  
18     } \\ { % Original voice with chords rearranged so that glissando is attached to a & b
19         <e a,> \glissando <fis b,>
20 } >>}