]> 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 a57f8575b2420d93ceff9d19241ffbe92ffca46c..442c172727dcb3e7034e20a593908c97355b9d1f 100644 (file)
@@ -13,11 +13,12 @@ Beam positions may be controlled manually, by overriding the
 " }
 % begin verbatim
 \relative c {
+  \time 2/4
   % from upper staffline (position 4) to centre (position 0)
   \override Beam  #'positions = #'(2 . 0)
-  c'8[ c]
+  c'8 c
   % from centre to one above centre (position 2)
   \override Beam  #'positions = #'(0 . 1)
-  c[ c]
+  c c
 }