X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fengraving-tremolos-with-floating-beams.ly;h=48e2f42a0c63af6f31826da8638cf510c3cfdbfc;hb=155f287175f1ab04c0f4d84e6e472b22f9c2b6c4;hp=445a66b21e7b2a0aa024a046268b407d8b45ad01;hpb=8860a7700be8348848bba7972ad86ef46721c544;p=lilypond.git diff --git a/Documentation/snippets/engraving-tremolos-with-floating-beams.ly b/Documentation/snippets/engraving-tremolos-with-floating-beams.ly index 445a66b21e..48e2f42a0c 100644 --- a/Documentation/snippets/engraving-tremolos-with-floating-beams.ly +++ b/Documentation/snippets/engraving-tremolos-with-floating-beams.ly @@ -1,10 +1,13 @@ -%% Do not edit this file; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it +%% DO NOT EDIT this file manually; it is automatically +%% 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.13.20" +\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 @@ -24,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 } } - - - -