David,

Thanks for the info: I'm working on understanding it. It threw up another oddity: if markup slightly exceeds the end of the line, the note spacing goes haywire.

Example (one extra a in the upper score):

\score {
\relative c'' { d1 ^"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" d d d \repeat unfold 20 { d } }
 \layout {
   ragged-right = ##f
   indent = 0.0
   line-width = 100.0\mm
 }
}

\score {
\relative c'' { d1 ^"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" d d d \repeat unfold 20 { d } }
 \layout {
   ragged-right = ##f
   indent = 0.0
   line-width = 100.0\mm
 }
}

--
Phil Holmes
_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to