]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/contemporary-glissando.ly
e27853457762d58d383f6aa5e7ff7952e0066ad4
[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.13.1"
4
5 \header {
6   lsrtags = "expressive-marks"
7
8 %% Translation of GIT committish: dff50e8e1d3134657a6b6203b9c93826dc4cef65
9   texidoces = "
10 Se puede tipografiar un gissando contemporáneo sin nota final
11 utilizando una nota oculta y temporalización de cadenza.
12
13 "
14   doctitlees = "Glissando contemporáneo"
15   
16 %% Translation of GIT committish: 6ce7f350682dfa99af97929be1dec6b9f1cbc01a
17 texidocde = "
18 Ein modernes Glissando ohne eine Endnote kann gesetzt werden, indem
19 eine Kadenz eingesetzt wird und die Endnote unsichtbar gemacht wird.
20
21 "
22   doctitlede = "Moderne Glissandi"
23
24   texidoc = "
25 A contemporary glissando without a final note can be typeset using a
26 hidden note and cadenza timing.
27
28 "
29   doctitle = "Contemporary glissando"
30 } % begin verbatim
31
32 \relative c'' {
33   \time 3/4
34   \override Glissando #'style = #'zigzag
35   c4 c
36   \cadenzaOn
37   c4\glissando
38   \hideNotes
39   c,,4 
40   \unHideNotes
41   \cadenzaOff
42   \bar "|"
43 }
44