On Feb 11, 2007, at 11:46 AM, Tiago Morin wrote:
Hi
I'm trying to reduce beamed stem length to avoid stem clash:
<<{g'2}\\{
\stemUp
\override Stem #'details #'beamed-lengths = #'(1.25 )
g8[ d'] f'[ d']
}\\{ \stemDown g2}>>
the Stem #'details #'beamed-lengths allows to increase the stem
but not reduce... :(
any suggestions?
Thank's
Tiago Morin
Tiago-
The solution to my problem proposed by Trevor yesterday seems to work
with your example (using rather extreme values):
\version "2.11.17"
<<{g'2}\\{
\stemUp
\once \override Beam #'positions = #'(-2.9 . -0.8)
g8[ d'] f'[ d']
}\\{ \stemDown g2}>>
Lily does still complain of clashing note columns.
Stan
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user