Sorry, copy/paste/edit error: that should be:
\override TextScript.font-shape ...

James W.


On Mon, Feb 17, 2014 at 2:42 PM, James Worlton <jworl...@gmail.com> wrote:

> On Mon, Feb 17, 2014 at 2:32 PM, Shane Brandes <sh...@grayskies.net>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
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to