Hi there,

When I use grace notes in a partcombined part, I often get this
situation where the CombineTextScript is attached *after* the grace
notes instead of being attached to the first grace notes.

I tried adding spacers here and there but it does not help.

Is this an expected behavior?

Here is my MWE :

\version "2.21.0"

partA = \relative c'' {
  c4 d e f |
  R1*2
}

partB = \relative c'' {
  c4 b a g
  R1
  \acciaccatura {f16 g a b}
  c1 |
}

\partcombine \partA \partB


Thanks for any input.
-- 
Pierre-Luc Gauthier
\version "2.21.0"

partA = \relative c'' {
  c4 d e f |
  R1
  \grace {s16 s s s}
  R1
}

partB = \relative c'' {
  c4 b a g
  R1
  \acciaccatura {f16 g a b}
  c1 |
}

\partcombine \partA \partB
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to