Hi, Mats!
Thanks for the hint. It actually took a fairly long time to track
down what I think you were sending me to track down:
%%CODE BEGINS
\version "2.9.5"
fSempre = #(make-dynamic-script (markup #:line(#:dynamic "f" #:normal-
text #:italic "sempre" )))
\paper
{
line-width = 4\in
indent = 0\in
}
\relative
{
\override Staff.TimeSignature #'stencil = ##f
c1\p\< c\!\f \break
c\p\< c\!_\markup { \dynamic f \italic "sempre" } \break
c\p\< c\!\f_\markup { \italic "sempre" } \break
c\p\< c\!\f-\tweak #'extra-offset #'( 2.6 . -1.2 ) _\markup
{ \roman \italic "sempre" } \break
c\p\< c\!\fSempre
}
%% CODE ENDS
Is this what you meant me to find/do?
Final question: how do I get the f to line up under the notehead
(i.e., left-align the whole thing, instead of center-align)? I tried
a bunch of things, but clearly don't know Scheme well enough... =\
Thanks,
Kieren.
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user