lilypond-user
[Top][All Lists]
Advanced

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

Re: Graphics in markup


From: harm6
Subject: Re: Graphics in markup
Date: Fri, 9 Sep 2011 18:02:03 -0700 (PDT)


George_ wrote:
> 
> Ah, I see, thank you. Another question, then.
> 
> 

You should have a detailed look at 
http://kainhofer.com/~lilypond/Documentation/notation-big-page.html#text-markup-commands
A.9 Text markup commands 

\markup { "xy" \translate #'(3 . 5) "XY" }

\markup {
        \vcenter { 
        The mordent (
        \hspace #0.8
        \musicglyph #"scripts.mordent"
        ), the trill (
        \hspace #1.1
        \fontsize #-1.5
        \musicglyph #"scripts.trill"
        \hspace #0.2
        ), and the turn (
        \hspace #1.1
        \musicglyph #"scripts.turn"
        ).
        }
}

-- 
View this message in context: 
http://old.nabble.com/Graphics-in-markup-tp32435344p32435791.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.




reply via email to

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