lilypond-user
[Top][All Lists]
Advanced

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

Re: poco ff


From: yota moteuchi
Subject: Re: poco ff
Date: Mon, 5 Feb 2007 17:33:10 -0500

I use the following trick to print P subito

psubito = #(make-dynamic-script (markup #:hspace 1 #:translate (cons 5 0)
    #:line( #:dynamic "p" #:normal-text #:italic "subito" )))

to use it : { c4 \psubito }

following this example, you should be able to build a poco ff (and if you do please post it here for the archives)

note : the #:normal-text tag is a way to avoid the text to be bolded. I mention it since it took me weeks to figure out how to do this

Yota


On 2/5/07, Ole Schmidt <address@hidden> wrote:
Dear all,

is it possible to write something like "poco ff" in another way than
writing \ff_\markup { poco } and than tweaking the "poco" in front of
the "ff" with \override commands?

I can't find something in the manual

Thank you

ole


_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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