]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/cross-staff-tremolos.ly
Release: bump VERSION_DEVEL.
[lilypond.git] / Documentation / snippets / cross-staff-tremolos.ly
index 0419a00e3ada904ae0211b38f532f91c69b3fcb7..83808e275796291315dca1e288f8d0b7093641fc 100644 (file)
@@ -1,37 +1,13 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% 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.14.2"
+\version "2.18.0"
 
 \header {
-  lsrtags = "keyboards, repeats, real-music"
-
-%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
-
-  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: f5cfaf8ef4ac347702f554af0944ef0d8396e73a
-  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 doit ê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,7 +19,6 @@ its @code{\\change Staff} command.
   doctitle = "Cross-staff tremolos"
 } % begin verbatim
 
-
 \new PianoStaff <<
   \new Staff = "up" \relative c'' {
     \key a \major
@@ -64,4 +39,3 @@ its @code{\\change Staff} command.
     }
   }
 >>
-