Hi Claire,

from the manual
http://lilypond.org/doc/v2.20/Documentation/notation/special-rhythmic-concerns
:

A \grace music expression will introduce special typesetting settings, for
example, to produce smaller type, and set directions. Hence, when
introducing layout tweaks to override the special settings, they should be
placed inside the grace expression. The overrides should also be reverted
inside the grace expression. Here, the grace note’s default stem direction
is overridden and then reverted.

\new Voice \relative {
  \acciaccatura {
    \stemDown
    f''16->
    \stemNeutral
  }
  g4 e c2
}


Cheers,

Martín.



On Sat 12. Sep 2020 at 22:30 Claire Meyer <
[email protected]> wrote:

> Hi all,
>
> I'm trying to change a grace note's stem direction, to no avail. I tried
> both :
>
> \acciaccatura \once \override \stemUp aes
>
> and
>
> \once \override \stemUp \acciaccatura aes
>
> and both produce errors. How do I do it ?
>
> Thanks in advance :)
>
> Claire
>
>
> --
www.martinrinconbotero.com

Reply via email to