seems to be exaclty what I was looking for, thank you ^^
(sorry for the mess on the mailing list... I'm not well awake this morning,
and I'm fighting like the devil with gmail Ø_o)
On 1/23/07, Kieren MacMillan <[EMAIL PROTECTED]> wrote:
Hi, Yota:
> Does anybody know a trick to un-bold the "su
lilypond-user@gnu.org
On 1/23/07, Kieren MacMillan <[EMAIL PROTECTED]> wrote:
Hi, Yota:
> Does anybody know a trick to un-bold the "subito" in the first
> solution
I use:
pocoF = #(make-dynamic-script (markup #:line(#:normal-text #:italic
"poco" #:hspace -0.3 #:dynamic "f" )))
Hope this hel
Hi, Yota:
Does anybody know a trick to un-bold the "subito" in the first
solution
I use:
pocoF = #(make-dynamic-script (markup #:line(#:normal-text #:italic
"poco" #:hspace -0.3 #:dynamic "f" )))
Hope this helps!
Kieren.
___
lilypond-user mai
Surfing around I found two ways to do almost the same thing : display a
complex dynamics mark, like a Piano Subito.
In each I found something satisfying and another annoying
psubito = #(make-dynamic-script (markup #:hspace 1 #:translate (cons 5 0)
#:line( #:dynamic "p" #:text #:italic "subito" )