lilypond-user
[Top][All Lists]
Advanced

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

Re: How does html editor "talk" to LilyPond ?


From: Mike Solomon
Subject: Re: How does html editor "talk" to LilyPond ?
Date: Wed, 17 Aug 2011 13:20:37 +0200

On Aug 17, 2011, at 1:13 PM, Christopher Berg wrote:

Hi, I'm hoping this is a basic question with an easy answer:

I'd like to make some web pages with simple musical examples. I've studied the relevant manual pages, but there seems to be some basic information taken for granted in the explanations. 

I put the example code from the manual into an html page in my text editor (BBEdit),

<lilypond fragment relative=2>
\key c \minor c4 es g2
</lilypond>



You have to run lilypond-book first on your document.

In the terminal:

lilypond-book foo.html

where foo.html is your document.

It will produce a new document in which the snippets appear correctly.

Cheers,
MS

reply via email to

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