X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Flsr%2Fmanually-controlling-beam-positions.ly;h=6e1361e86e40ebb0066b57f1740fd498832c98c3;hb=acd0614f91b7cf62911d557768a832a81c871d50;hp=442c172727dcb3e7034e20a593908c97355b9d1f;hpb=41e45dd730c075e78065dfa78e5e54be664d905e;p=lilypond.git diff --git a/input/lsr/manually-controlling-beam-positions.ly b/input/lsr/manually-controlling-beam-positions.ly index 442c172727..6e1361e86e 100644 --- a/input/lsr/manually-controlling-beam-positions.ly +++ b/input/lsr/manually-controlling-beam-positions.ly @@ -1,24 +1,27 @@ %% 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.11.62" \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 { + +" + doctitle = "Manually controlling beam positions" +} % begin verbatim +\relative c' { \time 2/4 - % 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 + % from upper staffline (position 4) to center (position 0) + \override Beam #'positions = #'(2 . 0) + c8 c + % from center to one above center (position 2) + \override Beam #'positions = #'(0 . 1) + c8 c }