It works very nicely. Many thanks!
Dominique
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
Hi Dominique,
Apparently I cannot resist a challenge. The following is a scheme function
that will move accidentals above or below notes, depending on the stem
direction. You can adjust the numbers following "ly:grob-translate-axis!" to
fine-tune the positioning.
If you want it to automatic
On Dec 17, 2012, at 2:58 PM, Dominique Faure wrote:
> Using the following code, I'd like to move accidentals above or below notes.
>
> --8<- - - - - - - - - -
> \version "2.16"
>
> accidentalBelow = {
> \once \override Score.Accidental #'extra-offset = #'(1.5 . -2.5)
> }
>
> accidental
On 17 déc. 2012, at 20:58, Dominique Faure wrote:
> Hi,
>
> Using the following code, I'd like to move accidentals above or below notes.
>
> --8<- - - - - - - - - -
> \version "2.16"
>
> accidentalBelow = {
> \once \override Score.Accidental #'extra-offset = #'(1.5 . -2.5)
> }
>
> ac