]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/cross-staff-tremolos.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / cross-staff-tremolos.ly
index ffb323d32494821c6350802755914540118beb7a..980feb53107651675b0838e13bfaf858bc8134c1 100644 (file)
@@ -1,21 +1,13 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.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.31"
+\version "2.16.0"
 
 \header {
-  lsrtags = "repeats, keyboards"
-
-%% 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
@@ -27,6 +19,7 @@ its @code{\\change Staff} command.
   doctitle = "Cross-staff tremolos"
 } % begin verbatim
 
+
 \new PianoStaff <<
   \new Staff = "up" \relative c'' {
     \key a \major
@@ -47,4 +40,3 @@ its @code{\\change Staff} command.
     }
   }
 >>
-