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: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================



_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to