]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/manually-controlling-beam-positions.ly
LSR: Update.
[lilypond.git] / input / lsr / manually-controlling-beam-positions.ly
index af520baa4e4ace6caf9ade246bf540eb938cf8d4..6407d39ecf9fda84a01239b52168ba1285323046 100644 (file)
@@ -1,6 +1,6 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.46"
+\version "2.12.3"
 
 \header {
   lsrtags = "rhythms, tweaks-and-overrides"
@@ -15,13 +15,15 @@ Beam positions may be controlled manually, by overriding the
 "
   doctitle = "Manually controlling beam positions"
 } % begin verbatim
+
 \relative c' {
   \time 2/4
-  % from upper staffline (position 4) to center (position 0)
+  % from upper staff-line (position 2) to center (position 0)
   \override Beam #'positions = #'(2 . 0)
   c8 c
-  % from center to one above center (position 2)
+  % from center to one above center (position 1)
   \override Beam #'positions = #'(0 . 1)
   c8 c
 }
 
+