lilypond-user
[Top][All Lists]
Advanced

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

\markup in manual volta endings


From: Paul Scott
Subject: \markup in manual volta endings
Date: Tue, 08 Aug 2006 09:58:38 -0700
User-agent: Thunderbird 1.5.0.4 (X11/20060713)

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




reply via email to

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