]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/engraving-tremolos-with-floating-beams.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / engraving-tremolos-with-floating-beams.ly
index 445a66b21e7b2a0aa024a046268b407d8b45ad01..4b9d07625a16f928a444e8015f35837fd8b2fff6 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.20"
+\version "2.16.0"
 
 \header {
-  lsrtags = "rhythms, repeats"
+  lsrtags = "repeats, rhythms"
 
   texidoc = "
 If a tremolo's total duration is less than a quarter-note, or exactly a
@@ -22,6 +25,7 @@ the @code{'gap} property.
   doctitle = "Engraving tremolos with floating beams"
 } % begin verbatim
 
+
 \relative c'' {
   \repeat tremolo 8 { a32 f }
   \override Beam #'gap-count = #1
@@ -41,7 +45,3 @@ the @code{'gap} property.
   \override Beam #'gap = #0.33
   \repeat tremolo 8 { a32 f }
 }
-
-
-
-