On Mon, Feb 17, 2014 at 2:32 PM, Shane Brandes <[email protected]> wrote:

> Is there a way to override the italicness of a dynamics context? I
> have a huge file where I put all the indications in a separate
> dynamics {} and  converted it from lilypond 2.10 to 2.18 and I do not
> wish to move the tempo markings If it is not necessary.
>
> Shane
>

I take care of this in the \score block by overriding the font-shape in the
layout block & dynamics context:

\score {
  %% Music goes here
  \layout {
    \context {

      \Dynamics

      \override TextScrip.font-shape = #'upright

    }

  }

}


James Worlton
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to