lilypond-devel
[Top][All Lists]
Advanced

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

lilypond ./ChangeLog Documentation/user/example...


From: Han-Wen Nienhuys
Subject: lilypond ./ChangeLog Documentation/user/example...
Date: Wed, 25 Aug 2004 01:12:50 +0200

address@hidden writes:
> +The first example gives you a staff with notes, suitable for a solo
> +instrument or a melodic fragment.  Cut and paste this into a file,
> +add notes, and you're finished!
> +
> address@hidden
> +
> +melody = \relative c' {
> +\clef treble
> +\key c \major
> +\time 4/4
> +
> +  a4 b c d
> +}
> +
> +\score{
> +  \new Staff \melody
> +  \paper { }
> +  \midi { \tempo 4=60 }
> +}
> +
> address@hidden lilypond


Great to see this being started!

Here is a few extra hints:

* We've moved to 3.0 syntax for the rest of the manual (i.e. no \score
anymore), but for these templates, \score is still useful (as it's
required for \midi), maybe you could explain that for  a bit.


* usually raggedright looks better in the manual, ie.

@lilypond[verbatim,raggedright]


-- 

 Han-Wen Nienhuys   |   address@hidden   |   http://www.xs4all.nl/~hanwen 





reply via email to

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