]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/cross-staff-tremolos.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / cross-staff-tremolos.ly
index 743262705f347e8ca6c7733fb78e7ae4894b95bf..980feb53107651675b0838e13bfaf858bc8134c1 100644 (file)
@@ -4,34 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.16.0"
 
 \header {
-  lsrtags = "repeats, keyboards"
-
-%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c
-
-  texidoces = "
-
-Dado que @code{\\repeat tremolo} espera exactamente dos argumentos
-musicales para los trémolos de acorde, la nota o acorde que cambia de
-pentagrama en un trémolo que cruza el pentagrama se debe colocar
-dentro de llaves curvas junto a su instrucción @code{\\change Staff}.
-
-"
-
-  doctitlees = "Trémolos de pentagrama cruzado"
-
-%% Translation of GIT committish: a5bde6d51a5c88e952d95ae36c61a5efc22ba441
-  texidocfr = "
-Dans la mesure où @code{\\repeat tremolo} requiert deux arguments
-musicaux pour un trémolo d'accords, la note ou l'accord de la
-portée opposée doît être encadré par des accolades et se voir adjoindre
-la commande @code{\\change Staff}.
-
-"
-  doctitlefr = "Trémolo et changement de portée"
-
+  lsrtags = "keyboards, real-music, repeats"
 
   texidoc = "
 Since @code{\\repeat tremolo} expects exactly two musical arguments for
@@ -43,6 +19,7 @@ its @code{\\change Staff} command.
   doctitle = "Cross-staff tremolos"
 } % begin verbatim
 
+
 \new PianoStaff <<
   \new Staff = "up" \relative c'' {
     \key a \major
@@ -63,4 +40,3 @@ its @code{\\change Staff} command.
     }
   }
 >>
-