]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/cross-staff-tremolos.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / cross-staff-tremolos.ly
index c8a6640dadefdfae97e4b3a2a7efd487115691b8..40af74ca3efd37129a835e9a9e17faaec5072f4c 100644 (file)
@@ -1,10 +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.4"
+\version "2.14.2"
 
 \header {
-  lsrtags = "repeats, keyboards"
+  lsrtags = "real-music, keyboards, repeats"
 
   texidoc = "
 Since @code{\\repeat tremolo} expects exactly two musical arguments for
@@ -16,6 +19,7 @@ its @code{\\change Staff} command.
   doctitle = "Cross-staff tremolos"
 } % begin verbatim
 
+
 \new PianoStaff <<
   \new Staff = "up" \relative c'' {
     \key a \major
@@ -36,4 +40,3 @@ its @code{\\change Staff} command.
     }
   }
 >>
-