lilypond-user
[Top][All Lists]
Advanced

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

Tempo marking within margins


From: Nick Payne
Subject: Tempo marking within margins
Date: Sun, 03 Feb 2013 10:00:28 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2

Is there any way I can force a tempo marking to be within the margins, other than by making it a markup instead. Using keep-inside-line for PaperColumn and NonMusicalPaperColumn doesn't do it:

\version "2.17.11"

\paper {
ragged-last = ##f
}

\relative c' {
\override Score.PaperColumn.keep-inside-line = ##t
\override Score.NonMusicalPaperColumn.keep-inside-line = ##t
\repeat unfold 20 { c4 }
\tempo\markup{\bold{Largo,}\tiny{absolument attenué}}
c1%^\markup\bold{Largo, \tiny{absolument attenué}}
}



reply via email to

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