]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/engraving-tremolos-with-floating-beams.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / engraving-tremolos-with-floating-beams.ly
index bf6981d2122155db2ce40a5782b7ade37c8fb145..4b9d07625a16f928a444e8015f35837fd8b2fff6 100644 (file)
@@ -4,10 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\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
@@ -25,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
@@ -44,7 +45,3 @@ the @code{'gap} property.
   \override Beam #'gap = #0.33
   \repeat tremolo 8 { a32 f }
 }
-
-
-
-