]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/contemporary-glissando.ly
Add support for max-systems-per-page.
[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
23 \relative c'' {
24   \time 3/4
25   \override Glissando #'style = #'zigzag
26   c4 c
27   \cadenzaOn
28   c4\glissando
29   \hideNotes
30   c,,4 
31   \unHideNotes
32   \cadenzaOff
33   \bar "|"
34 }