Hello again,

how can I make a markup that ignores a \magnifyStaff command? Consider:

oboe = \relative c' { c4^"markup" d e f }
oboePart = \new Staff \with {
  \magnifyStaff #5/7
} \oboe
piano = \relative c' { c4 d e f }\score {
  <<
    \oboePart
    \piano
  >>
  \layout { }
}

I know I can just make a bigger markup for the magnified staff, but that
wouldn't be a practical solution in my case, since said markups are gonna
be in their independent variable (tempi) to be used by both staves.

Best regards,
Martín.
-- 
www.martinrinconbotero.com

Reply via email to