On Feb 10, 2007, at 5:21 PM, Trevor Bača wrote:
On 2/10/07, Stan Sanderson <[EMAIL PROTECTED]> wrote:
Yes, I know it's an old question. I've looked at the posts, gone to
the manual, but haven't found anything that works. I'm stuck.
%%%%%%%%%%%%
\version "2.10.16"
\paper { ragged-right = ##t }
\relative c'' {
\time 3/8
\stemUp
a8 c e | d[ \appoggiatura { c16[ d]} c8 b]
}
%%%%%%%%%%%%%
produces the output in the attached pdf.
The appoggiatura beamed stems are too long.
If a simple answer exists, please help!
That example renders with some insanity under 2.11.16 (the stem of the
b-natural points *down* with a dramatically crossed resulting primary
beam).
Maybe you can tweak
\once \override Beam #'positions = #'(2 . 3)
in the appoggiatura braces for a manual fix. If you've got a lot of
those, though, that solution won't scale.
--
Trevor Bača
[EMAIL PROTECTED]
Trevor-
Thank you. I used values of 2.5 and 2.75 to obtain very acceptable
results.
Re the insanity under 2.11.16/17: I was able to restore the original
stem and beam position by inserting another /stemUp after the final
appoggiatura brace. The problem is apparently introduced by the beam
position overide.
One more for the archives!
Stan
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user