bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: flag position problems with flat-flag style


From: Torsten Hämmerle
Subject: Re: flag position problems with flat-flag style
Date: Sat, 12 May 2018 04:54:07 -0700 (MST)

Gilberto Agostinho wrote
> I noticed that the length of the stems in beamed
> notes changed considerably after I used your suggestion below, they are
> now
> much taller than before:

Hi Gilberto,

Oh, bummer, I had forgotten to set some values back to default after playing
around with them...

All the default values of Stem.details can be found in the  LilyPond
internals references: 3.1.109 Stem
<http://lilypond.org/doc/v2.19/Documentation/internals/stem>  .

In my example, all the beamed-lengths and beamed-minimum-free-lengths have
been 1 stave-space too high, that's why the beamed stems became taller.
The correct values (just changing one flagged stem length and nothing else)
are:

\override Stem.details = #'(lengths 3.5 3.5 3.5 4.5 5.0 6.0)
  (beamed-lengths 3.26 3.5 3.6)
  (beamed-minimum-free-lengths 1.83 1.5 1.25)
  (beamed-extreme-minimum-free-lengths 2.0 1.25)
  (stem-shorten 1.0 0.5 0.25))

All the best,
Torsten




--
Sent from: http://lilypond.1069038.n5.nabble.com/Bugs-f58488.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]