[ << Editorial annotations ] | [Top][Contents] | [ Text >> ] |
[ < Positioning fingering indications precisely ] | [ Up : Editorial annotations ] | [ Printing text from right to left > ] |
Positioning text markups inside slurs
Text markups need to have the outside-staff-priority
property
set to false in order to be printed inside slurs.
\relative c'' { \override TextScript.avoid-slur = #'inside \override TextScript.outside-staff-priority = ##f c2(^\markup { \halign #-10 \natural } d4.) c8 }