X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fmanually-controlling-beam-positions.ly;h=6407d39ecf9fda84a01239b52168ba1285323046;hb=fb09f28821ce6ce66ec508ddaa8c9320d2813695;hp=a57f8575b2420d93ceff9d19241ffbe92ffca46c;hpb=914d9b5ee4988b86e6bc143677897173f8d7c75e;p=lilypond.git diff --git a/input/lsr/manually-controlling-beam-positions.ly b/input/lsr/manually-controlling-beam-positions.ly index a57f8575b2..6407d39ecf 100644 --- a/input/lsr/manually-controlling-beam-positions.ly +++ b/input/lsr/manually-controlling-beam-positions.ly @@ -1,23 +1,29 @@ %% 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.38" +\version "2.12.3" \header { lsrtags = "rhythms, tweaks-and-overrides" - texidoc = " + + texidoc = " Beam positions may be controlled manually, by overriding the @code{positions} setting of the @code{Beam} grob. -" } -% begin verbatim -\relative c { - % from upper staffline (position 4) to centre (position 0) - \override Beam #'positions = #'(2 . 0) - c'8[ c] - % from centre to one above centre (position 2) - \override Beam #'positions = #'(0 . 1) - c[ c] + +" + doctitle = "Manually controlling beam positions" +} % begin verbatim + +\relative c' { + \time 2/4 + % from upper staff-line (position 2) to center (position 0) + \override Beam #'positions = #'(2 . 0) + c8 c + % from center to one above center (position 1) + \override Beam #'positions = #'(0 . 1) + c8 c } +