]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/engraving-tremolos-with-floating-beams.ly
Web-ja: update introduction
[lilypond.git] / Documentation / snippets / engraving-tremolos-with-floating-beams.ly
index bf6981d2122155db2ce40a5782b7ade37c8fb145..48e2f42a0c63af6f31826da8638cf510c3cfdbfc 100644 (file)
@@ -1,13 +1,13 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% generated from LSR http://lsr.di.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.14.0"
+\version "2.18.0"
 
 \header {
-  lsrtags = "rhythms, repeats"
+  lsrtags = "repeats, rhythms"
 
   texidoc = "
 If a tremolo's total duration is less than a quarter-note, or exactly a
@@ -27,24 +27,20 @@ the @code{'gap} property.
 
 \relative c'' {
   \repeat tremolo 8 { a32 f }
-  \override Beam #'gap-count = #1
+  \override Beam.gap-count = #1
   \repeat tremolo 8 { a32 f }
-  \override Beam #'gap-count = #2
+  \override Beam.gap-count = #2
   \repeat tremolo 8 { a32 f }
-  \override Beam #'gap-count = #3
+  \override Beam.gap-count = #3
   \repeat tremolo 8 { a32 f }
 
-  \override Beam #'gap-count = #3
-  \override Beam #'gap = #1.33
+  \override Beam.gap-count = #3
+  \override Beam.gap = #1.33
   \repeat tremolo 8 { a32 f }
-  \override Beam #'gap = #1
+  \override Beam.gap = #1
   \repeat tremolo 8 { a32 f }
-  \override Beam #'gap = #0.67
+  \override Beam.gap = #0.67
   \repeat tremolo 8 { a32 f }
-  \override Beam #'gap = #0.33
+  \override Beam.gap = #0.33
   \repeat tremolo 8 { a32 f }
 }
-
-
-
-