]> 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 c8a6640dadefdfae97e4b3a2a7efd487115691b8..980feb53107651675b0838e13bfaf858bc8134c1 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.16.0"
 
 \header {
-  lsrtags = "repeats, keyboards"
+  lsrtags = "keyboards, real-music, 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.
     }
   }
 >>
-