Hello,

 

Using the instructions at

http://lilypond.org/doc/v2.16/Documentation/notation/expressive-marks-attach
ed-to-notes

I can get an accidental either above or below the turn (see attached).

 

What command should be added (and in what order) to get an accidental both
above and below the turn.

 

Thank you!

 

Mark

\relative c''' {
  \once \override TextScript #'script-priority = #-100
  a2^\turn^\markup { \tiny \sharp }

  \once \override Script #'script-priority = #-100
  a2^\turn^\markup { \tiny \flat }
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to