LSR: Local update.
[lilypond/mpolesky.git] / Documentation / snippets / contemporary-glissando.ly
blob36adab57df3f5d266c446010f71ad23e0ff777f6
1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
4 \version "2.13.10"
6 \header {
7 lsrtags = "expressive-marks"
9 %% Translation of GIT committish: 341940d3830b59f93a80131471d622c2818afddb
10 texidoces = "
11 Se puede tipografiar un gissando contemporáneo sin nota final
12 utilizando una nota oculta y temporalización de cadenza.
15 doctitlees = "Glissando contemporáneo"
17 %% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
18 texidocde = "
19 Ein modernes Glissando ohne eine Endnote kann gesetzt werden, indem
20 eine Kadenz eingesetzt wird und die Endnote unsichtbar gemacht wird.
23 doctitlede = "Moderne Glissandi"
24 %% Translation of GIT committish: ae814f45737bd1bdaf65b413a4c37f70b84313b7
25 texidocfr = "
26 De nos jours, il peut arriver que la note d'arrivée d'un glissando soit
27 absente de la partition. Pour ce faire, il vous faudra utiliser une
28 cadence et « masquer » la note d'arrivée.
31 doctitlefr = "Glissando contemporain"
34 texidoc = "
35 A contemporary glissando without a final note can be typeset using a
36 hidden note and cadenza timing.
39 doctitle = "Contemporary glissando"
40 } % begin verbatim
42 \relative c'' {
43 \time 3/4
44 \override Glissando #'style = #'zigzag
45 c4 c
46 \cadenzaOn
47 c4\glissando
48 \hideNotes
49 c,,4
50 \unHideNotes
51 \cadenzaOff
52 \bar "|"