generally looking for a kind of policy
which allows to shorten stems by a certain amount or percentage!
Eluze
--
View this message in context:
http://old.nabble.com/shorten-lengthen-left-right-stem-of-beamed-eighth-tp30676236p30728984.html
Sent from the Gnu - Lilypond - User mailing list archive at N
27;'2}
> \\
> { \stemUp
>\override Stem #'no-stem-extend = ##t
>\once \override Stem #'length-fraction = #0.16 b8[ a']
> }
>>>
>
> but in the next measure i will have a cis'' which will obviously collide
> with the beam.
>
stem-extend = ##t
\once \override Stem #'length-fraction = #0.16 b8[ a']
}
>>
but in the next measure i will have a cis'' which will obviously collide
with the beam.
it seems that the stem cannot be forced to stop under the middle (b)
staff-line.
any ideas?