X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fflat-flags-and-beam-nibs.ly;h=96a6bcc153de26b30a0e29441ae687847c003706;hb=dbc2dd143e50e000a39883fc8217b4ec60e08657;hp=a1289e174c7e8c9347a0fac77a3f669a11c578f5;hpb=f22c889b1389cb7d761580762fe77973780f2f86;p=lilypond.git diff --git a/Documentation/snippets/flat-flags-and-beam-nibs.ly b/Documentation/snippets/flat-flags-and-beam-nibs.ly index a1289e174c..96a6bcc153 100644 --- a/Documentation/snippets/flat-flags-and-beam-nibs.ly +++ b/Documentation/snippets/flat-flags-and-beam-nibs.ly @@ -1,13 +1,14 @@ -%% 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.14.2" +% DO NOT EDIT this file manually; it is automatically +% generated from Documentation/snippets/new +% Make any changes in Documentation/snippets/new/ +% and then run scripts/auxiliar/makelsr.py +% +% This file is in the public domain. +%% Note: this file works from version 2.19.0 +\version "2.19.0" \header { - lsrtags = "rhythms, contemporary-notation" + lsrtags = "contemporary-notation, rhythms" texidoc = " Flat flags on lone notes and beam nibs at the ends of beamed figures @@ -47,7 +48,7 @@ carry both a left- and right-pointing flat flag. Do this with paired (Note that @code{\\set stemLeftBeamCount} is always equivalent to @code{\\once \\set}. In other words, the beam count settings are not @qq{sticky}, so the pair of flat flags attached to the lone -@code{c'16[]} in the last example have nothing to do with the +@code{16[]} in the last example have nothing to do with the @code{\\set} two notes prior.) @@ -69,25 +70,25 @@ carry both a left- and right-pointing flat flag. Do this with paired \new RhythmicStaff { r8. \set stemRightBeamCount = #0 - c16[] + 16[] } % Example 3 \new RhythmicStaff { - c16 c + 16 16 \set stemRightBeamCount = #2 - c16 r r + 16 r r \set stemLeftBeamCount = #2 - c16 c c + 16 16 16 } % Example 4 \new RhythmicStaff { - c16 c + 16 16 \set stemRightBeamCount = #2 - c16 r - c16[] + 16 r16 + 16[] r16 \set stemLeftBeamCount = #2 - c16 c + 16 16 } >> }