lilypond-user
[Top][All Lists]
Advanced

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

order accidentals


From: Mark Stephen Mrotek
Subject: order accidentals
Date: Sat, 18 Jan 2020 17:57:08 -0800

Hello All,

 

In the following I want the following order:

 

Sharp, natural, d1, c8

 

Please comment on my code.

 

Thank you.

 

\version "2.19.83"

 

\relative c'' {

  \key d \major

  <<{dis1}\\{\once \override NoteColumn.force-hshift = #2.2

      \once \override Accidental.X-extent = #'(1 . 0)

       \once \override Accidental.extra-offset = #'(4.5 . 0)

      c8\fp (b) b (a) a (g) g (fis)}>> |

}

 

Mark


reply via email to

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