]> 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 2ba3dda7ae7fc263e0b45908ef2381893643c667..1cd8bdfe142e436a6d4bc9034e02324880e1f827 100644 (file)
@@ -1,41 +1,19 @@
-%% Do not edit this file; it is automatically
-%% 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.4"
+\version "2.18.0"
 
 \header {
   lsrtags = "pitches, text"
 
-%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
-  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: d96023d8792c8af202c7cb8508010c0d3648899d
-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"
@@ -51,4 +29,3 @@ example, to @code{\"8va\"} or @code{\"8vb\"}) and
   \set Staff.ottavation = #"Text"
   c''1
 }
-