[EMAIL PROTECTED] 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!
> +
> [EMAIL PROTECTED]
> +
> +melody = \relative c' {
> +\clef treble
> +\key c \major
> +\time 4/4
> +
> +  a4 b c d
> +}
> +
> +\score{
> +  \new Staff \melody
> +  \paper { }
> +  \midi { \tempo 4=60 }
> +}
> +
> [EMAIL PROTECTED] 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   |   [EMAIL PROTECTED]   |   http://www.xs4all.nl/~hanwen 



_______________________________________________
lilypond-devel mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to