lilypond-user
[Top][All Lists]
Advanced

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

Re: lilypond-user Digest, Vol 26, Issue 53


From: Gordon Gilbert
Subject: Re: lilypond-user Digest, Vol 26, Issue 53
Date: Tue, 25 Jan 2005 11:14:05 -0500 (EST)

Hi!

Can anybody see what is wrong with the file below the .signature? I had this compile just fine many times with minor changes, etc. But today (without making any changes) I tried compiling it, and it returned the following:

[1:82:address@hidden:/u/gord/songs/LilypondSets> lilypond KyrieChords..ly
lilypond (GNU LilyPond) 2.2.2
Running lilypond-bin...
Now processing `KyrieChords.ly'
Parsing...
Interpreting music... [8][16][22]
Preprocessing graphical objects...
Calculating line breaks... [3][6][9][12][15][18][21][22]

paper output to `KyrieChords.tex'...
writing header field `subtitle' to `KyrieChords.subtitle'...
writing header field `composer' to `KyrieChords.composer'...
writing header field `title' to `KyrieChords.title'...

Interpreting music...
MIDI output to `KyrieChords.midi'...
Track ...

lilypond: warning: no LilyPond output found for `KyrieChords.'
Running ...
Running dvips...lilypond: error: `dvips' failed (status 1)
lilypond: error: The error log is as follows:
This is dvips(k) 5.92b Copyright 2002 Radical Eye Software (www.radicaleye.com)
dvips: ! DVI file can't be opened.
lilypond: warning: Failed to make PS file. Rerun with --verbose for a trace.
[1:83:address@hidden:/u/gord/songs/LilypondSets>

I'm not really the geek type, so discerning small errors in code is not up my alley, but I thought I had it so this would work, and now it doesn't (version 2.2.2)

Blessings,

Gordon Gilbert


        +=====================================================+
        |                 Angels' Roost Farm                  |
        |       Rev. Dn. Gordon Gilbert & Susan Gilbert       |
        |                   705-549-5056                      |
        |                address@hidden                  |
        |                address@hidden                 |
        +=====================================================+

% Generated by lilypond-book
% Options: [printfilename,texidoc,linewidth]

\paper {
    linewidth = 140 \mm
}
\version "2.2.2"
\header
{
   title = "Kyrie Eleison"
   subtitle = "Lord Have Mercy"
 composer = "Gordon Gilbert, 2004"
}
%shorthand for Skip Lyric
sl = \notes { \skip 4 }
melody = \notes { \time 2/2
        e'2.^\markup { "Largo" }  e'4 f'2 e'^\fermata
        e'2. e'4 f'2 e'^\fermata
        e'2. e'4 f'2 e'4 e' d'1^\fermata
        g'2. g'4 f'2 e'^\fermata
        g'2. g'4 f'2 e'^\fermata
        g'2. g'4 f'2 e'4 e' d'1^\fermata
        c'2. e'4 f'2 e'^\fermata
        g'2. f'4 f'2 e'^\fermata
        d'2. d'4 e'2 d'4 d' c'1^\fermata
}

text = \lyrics {
        Lord have mer -- cy,
        Lord have mer -- cy,
        Lord have mer -- cy on us;
        Christ have mer -- cy,
        Christ have mer -- cy,
        Christ have mer -- cy on us;
        Lord have mer -- cy,
        Lord have mer -- cy,
Lord have mer -- cy on us. }

accompaniment = \chords {
        c1 f2:/c c
        a1:m d2:7 a:m
        e1:m f2 a:m g2:sus4 g
        e1:m d2:m7 c
        a1:m7 d2:m c
        c1:/e f g
        c f2:/c c
        c2.:/e g2.:7/d c2
        g2.:sus4 g4 e2:m/g g:7 c1
}

\score {
  <<
    \context ChordNames \accompaniment
    \context Voice = one {

        \melody
    }
    \lyricsto "one" \new Lyrics \text
  >>
  \paper { }
  \midi  { }
}




reply via email to

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