]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/manually-controlling-beam-positions.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / manually-controlling-beam-positions.ly
index 5178ea591acf673194030f0222ca788476ac749e..3cb6133cc3d7be3eb4c463e29da0850ae912a58f 100644 (file)
@@ -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.13.10"
+\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
 }
-
-