X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fcontemporary-glissando.ly;h=1585518199a124db390b09c69af112894841b3ac;hb=4d405ef96a8a62771d7d9a283ff5369a772e89d8;hp=a630c0c8e683b8d6c8edb7cdc400382506271e75;hpb=446dc1f3ac9bfff6bfee31de929698b0425da6fe;p=lilypond.git diff --git a/Documentation/snippets/contemporary-glissando.ly b/Documentation/snippets/contemporary-glissando.ly index a630c0c8e6..1585518199 100644 --- a/Documentation/snippets/contemporary-glissando.ly +++ b/Documentation/snippets/contemporary-glissando.ly @@ -1,40 +1,13 @@ %% DO NOT EDIT this file manually; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it +%% generated from LSR http://lsr.di.unimi.it %% Make any changes in LSR itself, or in Documentation/snippets/new/ , %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.14.2" +\version "2.18.0" \header { - lsrtags = "expressive-marks, specific-notation, contemporary-notation" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Se puede tipografiar un gissando contemporáneo sin nota final -utilizando una nota oculta y temporalización de cadenza. - -" - doctitlees = "Glissando contemporáneo" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 -texidocde = " -Ein modernes Glissando ohne eine Endnote kann gesetzt werden, indem -eine Kadenz eingesetzt wird und die Endnote unsichtbar gemacht wird. - -" - doctitlede = "Moderne Glissandi" - -%% Translation of GIT committish: f5cfaf8ef4ac347702f554af0944ef0d8396e73a - texidocfr = " -De nos jours, il peut arriver que la note d'arrivée d'un glissando soit -absente de la partition. Pour ce faire, il vous faudra utiliser une -cadence et @qq{masquer} la note d'arrivée. - -" - doctitlefr = "Glissando contemporain" - + lsrtags = "contemporary-notation, expressive-marks, specific-notation" texidoc = " A contemporary glissando without a final note can be typeset using a @@ -44,10 +17,9 @@ hidden note and cadenza timing. doctitle = "Contemporary glissando" } % begin verbatim - \relative c'' { \time 3/4 - \override Glissando #'style = #'zigzag + \override Glissando.style = #'zigzag c4 c \cadenzaOn c4\glissando @@ -57,4 +29,3 @@ hidden note and cadenza timing. \cadenzaOff \bar "|" } -