Le 08/01/2023 à 11:13, Thomas Morley a écrit :
Actually it works, if the \layout is placed toplevel. A bug?
It's a limitation of \markup \score.
\version "2.24.0"
\layout {
\override Voice.NoteHead.color = "red"
}
\score {
\layout {
\override Voice.NoteHead.color = "blue"
}
{ c'^\markup \score { c' } }
}
Not sure why. The setup of output definitions is quite opaque to
me. \markup \score is special-cased in the parser, too.
Maybe open an issue.
Best,
Jean
OpenPGP_signature
Description: OpenPGP digital signature
