lilypond-user
[Top][All Lists]
Advanced

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

Markups and small staves


From: Martín Rincón Botero
Subject: Markups and small staves
Date: Wed, 16 Sep 2020 20:09:47 +0200

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.
--

reply via email to

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