gnu-music-discuss
[Top][All Lists]
Advanced

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

Basic problems


From: Rasmus Resen Amossen
Subject: Basic problems
Date: Sun, 03 Jun 2001 02:33:09 +0200

I've just downloaded lilypond, and installed it with guile1.4.
But I can't do 'ly2dvi' on any lilypond files. All I get is parse
errors.
In the following 'firsttune.ly' is copy/pasted from your documentation
example.
What's wrong?

$ lilypond firsttune.ly
GNU LilyPond 1.4.2
Now processing: `firsttune.ly'
Parsing...
firsttune.ly:6:22: error: parse error:
            \time 3/4;
                      

firsttune.ly:23:18: error: parse error:
        \bar "|.";
                  

firsttune.ly:27:28: error: parse error:
       linewidth = 14.0 \cm;



[firsttune.ly]-----------------------------------------

% lines preceded by a percent are comments.
\include "paper16.ly"
\score {
    \notes
    \relative c'' \sequential{
            \time 3/4;
            \key g;

        \repeat "volta" 2 {
            d4 g,8 a b c d4 g, g |
            e'4 c8 d e fis g4 g, g |
            c4 d8()c b a( )b4 c8 b a g |
            a4 [b8 a] [g fis] g2.  |
        }

        b'4 g8 a b g
        a4 d,8 e fis d |
        g4 e8 fis g d cis4 b8 cis a4 |
        a8-. b-. cis-. d-. e-. fis-.
        g4 fis e |
        fis a,  r8 cis8
        d2.-\fermata
        \bar "|.";
    }
    \paper {
       % standard settings are too wide for a book
       linewidth = 14.0 \cm;
   }
}


-- 
Rasmus Resen Amossen | stud.mat.dat at the University of Copenhagen
Jagtvej 120, -244    | http://www.math.ku.dk/muh
2200 Kbh. N          | http://w1.1444.telia.com/~u144400001



reply via email to

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