]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/contemporary-glissando.ly
Merge master into nested-bookparts
[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.62"
4
5 \header {
6   lsrtags = "expressive-marks"
7
8   texidoces = "
9 Se puede tipografiar un gissando contemporáneo sin nota final
10 utilizando una nota oculta y temporalización de cadenza.
11
12 "
13   doctitlees = "Glissando contemporáneo"
14
15   texidoc = "
16 A contemporary glissando without a final note can be typeset using a
17 hidden note and cadenza timing.
18
19 "
20   doctitle = "Contemporary glissando"
21 } % begin verbatim
22 \relative c'' {
23   \time 3/4
24   \override Glissando #'style = #'zigzag
25   c4 c
26   \cadenzaOn
27   c4\glissando
28   \hideNotes
29   c,,4 
30   \unHideNotes
31   \cadenzaOff
32   \bar "|"
33 }