X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Finserting-a-caesura.ly;h=99094ca10be4d9cfa8fd65089f44f7d00cc4bdb6;hb=60fc32ec59fd97456218332612b87b821968da84;hp=f0c65749dd466840cff254c709a589c3ba971e58;hpb=f99ae4cae742b0ea3ab3c2ac5c9d8f7bf1fbdeff;p=lilypond.git diff --git a/Documentation/snippets/inserting-a-caesura.ly b/Documentation/snippets/inserting-a-caesura.ly index f0c65749dd..99094ca10b 100644 --- a/Documentation/snippets/inserting-a-caesura.ly +++ b/Documentation/snippets/inserting-a-caesura.ly @@ -1,11 +1,12 @@ -%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it +%% Do not edit this file; it is automatically +%% generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. -\version "2.13.1" +\version "2.13.31" \header { lsrtags = "expressive-marks, tweaks-and-overrides" -%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca +%% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b texidoces = " Las marcas de cesura se pueden crear sobreescribiendo la propiedad @code{'text} del objeto @code{BreathingSign}. También está disponible @@ -13,8 +14,9 @@ una marca de cesura curva. " doctitlees = "Insertar una cesura" - -%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d + + +%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 texidocde = " Zäsurzeichen können erstellt werden, indem die @code{'text}-Eigenschaft des @code{BreathingSign}-Objektes verändert wird. Ein gekrümmtes @@ -22,10 +24,20 @@ Zäsurzeichen ist auch möglich. " doctitlede = "Eine Zäsur einfügen" +%% Translation of GIT committish: 217cd2b9de6e783f2a5c8a42be9c70a82195ad20 + texidocfr = " +Une surcharge de la propriété @code{'text} de l'objet +@code{BreathingSign} permet de créer une marque de césure. LilyPond +dispose également d'une variante courbée. + +" + doctitlefr = "Insertion d'une césure" + + texidoc = " Caesura marks can be created by overriding the @code{'text} property of the @code{BreathingSign} object. A curved caesura mark is also -available. +available. " doctitle = "Inserting a caesura"