]> 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 6e7df11c02ce9bb6aa26aa7097f9331c67aa97e8..3cb6133cc3d7be3eb4c463e29da0850ae912a58f 100644 (file)
@@ -4,10 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\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
@@ -20,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)
@@ -29,5 +30,3 @@ Beam positions may be controlled manually, by overriding the
   \override Beam #'positions = #'(0 . 1)
   c8 c
 }
-
-