X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fmanually-controlling-beam-positions.ly;h=3cb6133cc3d7be3eb4c463e29da0850ae912a58f;hb=f22c889b1389cb7d761580762fe77973780f2f86;hp=bdd184dfac7b9be9c6296924b515c428b04ae5eb;hpb=55ac733b69643a6bc6a83b706c65cb56efd388ef;p=lilypond.git diff --git a/Documentation/snippets/manually-controlling-beam-positions.ly b/Documentation/snippets/manually-controlling-beam-positions.ly index bdd184dfac..3cb6133cc3 100644 --- a/Documentation/snippets/manually-controlling-beam-positions.ly +++ b/Documentation/snippets/manually-controlling-beam-positions.ly @@ -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.12.2" +\version "2.14.2" \header { - lsrtags = "rhythms, tweaks-and-overrides" + lsrtags = "rhythms, connecting-notes, tweaks-and-overrides" texidoc = " Beam positions may be controlled manually, by overriding the @@ -17,6 +20,7 @@ Beam positions may be controlled manually, by overriding the doctitle = "Manually controlling beam positions" } % begin verbatim + \relative c' { \time 2/4 % from upper staff-line (position 2) to center (position 0) @@ -26,5 +30,3 @@ Beam positions may be controlled manually, by overriding the \override Beam #'positions = #'(0 . 1) c8 c } - -