Le 25/07/2021 à 04:28, Dan Eble a écrit :
Are tuplet indications on grace notes (M.2 of the example) a feature or a mere 
side effect of the current implementation?  I'm working on some changes that 
happen to make them disappear and I want to understand whether I need to debug 
that.

\new Staff \fixed c' {
   \new Voice { \tuplet 3/2 4 \grace { g8 g g a8 a a } b1 }
   \new Voice { \grace \tuplet 3/2 4 { g8 g g a8 a a } b1 }
}

Thanks,

Well, if the user explicitly asks for them like this,
they should be preserved. Even though I don't have an
example in mind, tuplets in graces do not seem that contorted
compared to some contemporary notation features users ask about.

The first Staff looks more or less like a bug to me;
not an important one though, because the second syntax
is the intuitive way to write it anyway (at least how
I'd spontaneously write it).

Best,
Jean

Reply via email to