lilypond-user
[Top][All Lists]
Advanced

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

Re: [lilypond-user] Manual clarity question


From: Mats Bengtsson
Subject: Re: [lilypond-user] Manual clarity question
Date: Wed, 16 Jan 2008 11:42:10 +0100
User-agent: Thunderbird 2.0.0.5 (X11/20070716)



Chuckk Hubbard wrote:
p. 11 of the LP manual:
Warning: Every piece of LilyPond input needs to have { curly braces }
placed around the input.

p. 13 of the LP manual:
\relative c' {
c d e f
g a b c
}

The manual goes on to say that \relative c' { ... } is the only part
missing from most of the examples in the manual, and that it's the
only part that need be added to make the examples work.
So just to clarify; the ONLY things allowed to not be surrounded by
curly braces are "\relative" statements?  OR, the only things allowed
to not be surrounded by curly braces are escaped function names?
No, it's not really that simple. A more precise statement is that you need to have
a complete "music expression". Examples of music expressions are:
{c d e f }
\relative c' {c d e f }
\new Voice \relative c' { c d e f }

Note that the Tutorial that you are reading for the moment isn't intended to provide every detail, just to bring out the basic idea. You can find more information
in sections "How LilyPond Files Work" and "File structure".

   /Mats
-Chuckk


--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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