]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/ottava-text.ly
4704: Update LSR snippet for documentation
[lilypond.git] / Documentation / snippets / ottava-text.ly
index afdd13ec4096d715b66b3ac5fc018b11abf1e338..1cd8bdfe142e436a6d4bc9034e02324880e1f827 100644 (file)
@@ -1,38 +1,19 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% DO NOT EDIT this file manually; it is automatically
+%% 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.13.1"
+\version "2.18.0"
 
 \header {
   lsrtags = "pitches, text"
 
-%% Translation of GIT committish: 674a5f874c07063ae56d55be25c55fc3b4bdb7bf
-  texidoces = "
-Internamente, la función @code{set-octavation} 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} despues de invocar a
-@code{set-octavation}.
-"
-  doctitlees = "Texto de octava alta y baja"
-%% Translation of GIT committish: e75f1604a1b866c853dee42dbffcb7800c706a5f
-  
-  
-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"
-
   texidoc = "
 Internally, @code{\\ottava} sets the properties @code{ottavation} (for
-example, to @code{\"8va\"} or @code{\"8vb\"}) and
-@code{middleCPosition}.  To override the text of the bracket, set
-@code{ottavation} after invoking @code{\\ottava}.
+example, to @code{8va} or @code{8vb}) and @code{middleCPosition}.  To
+override the text of the bracket, set @code{ottavation} after invoking
+@code{\\ottava}.
 
 "
   doctitle = "Ottava text"
@@ -48,4 +29,3 @@ example, to @code{\"8va\"} or @code{\"8vb\"}) and
   \set Staff.ottavation = #"Text"
   c''1
 }
-