lilypond-user
[Top][All Lists]
Advanced

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

Re: how to make dynamic+markup behave like dynamic


From: Kieren Richard MacMillan
Subject: Re: how to make dynamic+markup behave like dynamic
Date: Wed, 24 May 2006 12:19:27 -0400

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.




reply via email to

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