lilypond-user
[Top][All Lists]
Advanced

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

Re: L-R reversed mensural flag


From: Jean Abou Samra
Subject: Re: L-R reversed mensural flag
Date: Wed, 15 Jun 2022 07:34:23 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1



Le 15/06/2022 à 05:53, Adam M. Griggs a écrit :
Hello list,

Just a quick request today, if I may. What I'd like is a stem-down fusa (mensural-style quaver or eighth-note) with its flag extending to the right instead of the left. A mirror image of the regular engraving.

I can get close by overriding the flag back into standard style but I want to retain the mensural shape, so that isn't ideal.

Thank you!


Something like this?

\version "2.22.2"

\new MensuralStaff {
  \override Flag.stencil =
    #(grob-transformer
      'stencil
      (lambda (grob original)
        (ly:stencil-scale original -1 1)))
  c''8
}


Best,
Jean




reply via email to

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