Should \markup work in manual volta endings? It doesn't seem to in
2.9.14. Also in this example the "r" in interlude is in a different font.
\version "2.9.14"
\relative c'' {
c1
% These show up but with font problems
\set Score.repeatCommands = #'((volta "1. To interlude" ))
c c
\set Score.repeatCommands = #'((volta #f))
\set Score.repeatCommands = #'((volta "2. Fine" ))
c c
\set Score.repeatCommands = #'((volta #f))
c
\break
c1
% These don't show up
\set Score.repeatCommands = #'((volta \markup \smaller{ 1. To
interlude } ))
c c
\set Score.repeatCommands = #'((volta #f))
\set Score.repeatCommands = #'((volta \markup{ 2. Fine } ))
c c
\set Score.repeatCommands = #'((volta #f))
c
}
Paul Scott
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user