2022 at 02:54, Ahanu Banerjee wrote:
> >
> > % unexpected warning with rests inside tuplet:
> > % "direction of grob Stem must be UP or DOWN; using UP"
> >
> > \version "2.23.9"
> > \layout {
> > \context {
> > \Voi
sts "Melody_engraver"
\override Stem #'neutral-direction = #'()
}
}
{ \tuplet 3/2 { r4 r r } }
Hello,
It looks like #6093 but it has been fixed and closed (and I don't
understand the ins and outs of the discussion between developers).
https://gitlab.com/lilypond/lily
On Fri, 10 Jun 2022 at 02:54, Ahanu Banerjee wrote:
>
> % unexpected warning with rests inside tuplet:
> % "direction of grob Stem must be UP or DOWN; using UP"
>
> \version "2.23.9"
> \layout {
> \context {
> \Voice
> \consists "Melod
% unexpected warning with rests inside tuplet:
% "direction of grob Stem must be UP or DOWN; using UP"
\version "2.23.9"
\layout {
\context {
\Voice
\consists "Melody_engraver"
\override Stem #'neutral-direction =
Hi, Markus:
Thanks -- that solved it!
But can anyone explain why the default is for Voice *not* to \consist
of the "Melody-engraver"?? =)
Thanks!
Kieren.
___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug
epeat "unfold" 16 { c4 b c b c b a g a b a b a g a b }
}
\score
{
\theMusic
}
\layout
{
\context
{
\Voice
\consists "Melody_engraver"
\override Stem #'neutral-direction = #'()
}
}
%%% End snippet
___
Hello, all!
Is Stem #'neutral-direction not working as expected in 2.9.17? [See
bug snippet, below.]
Thanks,
Kieren.
%%% BEGIN SNIPPET %%%
\version "2.9.17"
theMusic = \relative c''
{
\repeat "unfold" 16 { c4 b c b c b a g a b a b a g a b }
}
\s