]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/ottava-text.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / ottava-text.ly
index 3215faa2a4f5e6964bdbb16c94792f89fea4df80..b7b69477c81a397f5414e53b09fd3927028f741d 100644 (file)
@@ -9,54 +9,6 @@
 \header {
   lsrtags = "pitches, text"
 
-%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
-  texidoces = "
-
-Internamente, @code{\\ottava} establece las propiedades
-@code{ottavation} (por ejemplo, a @code{8va} o a @code{8vb}) y
-@code{middleCPosition}.  Para sobreescribir el texto del corchete,
-ajuste @code{ottavation} después de invocar la instrucción
-@code{\\ottava}.
-
-"
-
-  doctitlees = "Texto de octava alta y baja"
-
-
-%% Translation of GIT committish: 6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1
-  texidocit = "
-Internamente, @code{\\ottava} imposta le proprietà @code{ottavation} (ad
-esempio, su @code{8va} o @code{8vb}) e @code{middleCPosition}.  Per
-sovrascrivere il testo della parentesi, occorre specificare @code{ottavation}
-dopo il comando @code{\\ottava}.
-
-"
-  doctitleit = "Testo dell'ottava"
-
-%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
-texidocde = "
-Intern setzt die @code{set-octavation}-Funktion die Eigenschaften
-@code{ottavation} (etwa auf den Wert @code{\"8va\"} oder @code{\"8vb\"})
-und @code{middleCPosition}.  Um den Text der Oktavierungsklammer zu
-ändern, kann @code{ottavation} manuell gesetzt werden, nachdem
-@code{set-octavation} benützt wurde.
-
-"
-
-doctitlede = "Ottava-Text"
-
-%% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454
-  texidocfr = "
-En interne, la fonction @code{\\ottava} détermine les
-propriétés @code{ottavation} (par ex. en @code{\"8va\"} ou @code{\"8vb\"})
-et @code{centralCPosition}.  Vous pouvez modifier le texte d'une marque
-d'octaviation en définissant @code{ottavation} après avoir fait appel
-à @code{ottava} :
-
-"
-  doctitlefr = "Texte des marques d'octaviation"
-
-
   texidoc = "
 Internally, @code{\\ottava} sets the properties @code{ottavation} (for
 example, to @code{8va} or @code{8vb}) and @code{middleCPosition}.  To
@@ -78,4 +30,3 @@ override the text of the bracket, set @code{ottavation} after invoking
   \set Staff.ottavation = #"Text"
   c''1
 }
-