]> 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 dd27995e1173ec6608854cfd2ca88f9713dfef75..3cb6133cc3d7be3eb4c463e29da0850ae912a58f 100644 (file)
@@ -7,7 +7,7 @@
 \version "2.14.2"
 
 \header {
-  lsrtags = "tweaks-and-overrides, connecting-notes, rhythms"
+  lsrtags = "rhythms, connecting-notes, tweaks-and-overrides"
 
   texidoc = "
 Beam positions may be controlled manually, by overriding the
@@ -30,5 +30,3 @@ Beam positions may be controlled manually, by overriding the
   \override Beam #'positions = #'(0 . 1)
   c8 c
 }
-
-