The stem length of beamed notes is controlled by a
so-called subproperty of the Stem object. See
http://lilypond.org/doc/v2.12/Documentation/user/lilypond/The-override-command#The-override-command
for an example of how to do exactly this setting and
http://lilypond.org/doc/v2.12/Documentation/user/lilypond-internals/stem_002dinterface#stem_002dinterface
for the documentation of what the setting means.
Unfortunately, the default settings for these subproperties
are not shown anywhere in the manual, as far as I can see.
However, reading the corresponding initialization file, I see
that the default setting is
beamed-lengths = #'(3.26 3.5 3.6)
beamed-minimum-free-lengths = #'(1.83 1.5 1.25)
and
beamed-extreme-minimum-free-lengths = #'(2.0 1.25)

  /Mats

Nick Payne wrote:
You can explicitly set the positions of the left- and right-hand ends of the
beam. E.g.

\relative c'' {
        \once\override Beam #'positions = #'(5.5 . 6.5) c16 b a g
}

There's a snippet in the documentation on manually controlling beam
positions.

Nick

-----Original Message-----
From: lilypond-user-bounces+nick.payne=internode.on....@gnu.org
[mailto:lilypond-user-bounces+nick.payne=internode.on....@gnu.org] On
Behalf Of Herman
Sent: Wednesday, 14 January 2009 05:35
To: lilypond-user@gnu.org
Subject: stem length plus beam

Hi,

I want to change the length of a stem. I know how to do it but not when
multiple
notes are beamed together, e.g. 4 16th notes. SO how can I change the
stem
length for notes that are beamed?



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


--
=============================================
        Mats Bengtsson
        Signal Processing
        School of Electrical Engineering
        Royal Institute of Technology (KTH)
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: mats.bengts...@ee.kth.se
        WWW: http://www.s3.kth.se/~mabe
=============================================



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to