lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Resize \rhythm in mixed markup


From: Jean Abou Samra
Subject: Re: Resize \rhythm in mixed markup
Date: Sun, 8 Jan 2023 15:40:33 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0

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


Attachment: OpenPGP_signature
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]