From f87360849a7bc435dbf738a0c03b61df835e1a93 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 2 Feb 1999 17:57:30 +0000 Subject: [PATCH] lilypond-1.1.27 --- Documentation/gnu-page.yo | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Documentation/gnu-page.yo diff --git a/Documentation/gnu-page.yo b/Documentation/gnu-page.yo new file mode 100644 index 0000000000..ea08804be9 --- /dev/null +++ b/Documentation/gnu-page.yo @@ -0,0 +1,32 @@ +DEFINEMACRO(depth)(0)(.) +DEFINEMACRO(pic)(1)(url(ARG1)(DOEXPAND(docdir)/pictures/DOEXPAND(outdir)/ARG1.png +)) + +DEFINEMACRO(beginbold)(0)(whenhtml(htmlcommand())) +DEFINEMACRO(endbold)(0)(whenhtml(htmlcommand())) +redef(htmlnewfile)(0)() +setchapterstring() + +nchapter(LilyPond: The Music Typesetter) + +LilyPond is a compiler that transforms an ASCII definition of music +into beautifully engraved sheet music. A small example is included +here: + +center(mudela(fragment, verbatim)( + \relative c'' { \key es; r8 [c16 b] [c8 g] [as c16 b] [c8 d] | g,4 } +)) + + +Features include +itemize( +it() A concise yet easy-to-read input language. +it() Beautiful output, comes with its own font. +it() Easy interfacing with (La)TeX +it() Support for Lyrics and Chords +it() MIDI output +it() Multiple voices on a staff, multiple staffs, polymetric music, nested tuplets, cross staff beaming and slurring. +) + +Development releases can be had at lurl(ftp://ftp.cs.uu.nl/pub/GNU/LilyPond/development/). For more information, consult the LilyPond webpage, lurl(http://www.lilypond.org). + -- 2.39.5