bug-lilypond
[Top][All Lists]
Advanced

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

Error using Lilypond 2.1.34 (2nd try)


From: Martin Brodbeck
Subject: Error using Lilypond 2.1.34 (2nd try)
Date: Fri, 26 Mar 2004 09:25:57 +0100
User-agent: KMail/1.6.1

Hello,

Sorry, I didn't know that attachments are being filtered out. So here is 
the .ly-code (sorry, it is a little bit long)
--- snip ---
\version "2.1.34"
\header {
        title = "Jaegerchor"
        subtitle = "Aus dem Freischuetz"
        composer = "Carl Maria von Weber"

        pagenumber = no
}

\score {
        \notes {
                \new PianoStaff
                        << \new Staff { 
                                \relative c' {
                                        \clef violin
                                        \time 2/4
                                        \partial 8
                                        \repeat volta 2 {
                                                g'8-2\f
                                                <e-1 c'-5>4 c'16-1\( d16 e16 f16
                                                g4( e8)\) e8-3
                                                d8( g8-.) d8( g8-.)
                                                e16-3( f16 e16 d16 c8-.) g8-2 
                                                <e-1 c'-5>4 c'16-1\( d16 e16 f16
                                                g4( e8)\) e8-2(
                                                d8-1 g8-3 b8 a8
                                                g4) r8 
                                        }
                                        \partial 8
                                        d8-4\mf
                                        <g,-1 e'-5>4 <g e'>8 <g e'>8
                                        <a-1 c-3>4 <a-1 c-2>8 <a c>8
                                        <a f'>4 <a f'>8 <a f'>8
                                        <b-2 d-4>4 r8 d8-4
                                        <g,-1 e'-5>4 <g e'>8 <g e'>8
                                        <a-1 c-3>4 <a-1 c-2>8 <a c>8
                                        <a f'>4 <a f'>8 <a f'>8
                                        <b-2 d-4>4 r8 g8-1
                                        <g-1 e'-5>4\f <g e'>8 <g e'>8
                                        <a-1 f'-5>4-> <g-1 e'-5>4
                                        d'4-4 e16-5\( d16 c16 d16
                                        e4( c8)\) g8-1
                                        <c-3 e-5>4 <c-1 e-3>8 <c e>8
                                        g'8-5->( f8 <c e>8) e8
                                        e16-4( d16 c16 d16 e8-.) d8-.
                                        c4 r8 g8-1
                                        g4 g8-3-. g8-2-.
                                        g4-1 g8-. e'8-.\f
                                        c4-3 g8-. e'8
                                        c4-3 g8-1-. e'8-3-.
                                        g16-5\p( f16-4 d8-2-.) g16( f16 d8-.)
                                        g16( f16 d8-.) g16( f16 d8-.)
                                        c4-3\f g8-. e'8-.
                                        c4 g8-4-. e'8-4-.
                                        g16( f16 d8-.) g16( f16 d8-.)
                                        g16( f16 d8-.) g16( f16 d8-.)
                                        e8-3 c16( e16 <b g'>4->)
                                        e8-3 c16( e16 <b g'>4->)
                                        <e g c>4\f <e, g c>8 <e g c>8
                                        <e g c>4 r8 <g c e>8
                                        <g c e>4-> r8 <e g c>8
                                        <e g c>4\fermata r8
                                }
                        }
                        \new Staff { 
                                \relative c' {
                                        \clef bass
                                                r8
                                                <c, g'>4 r4
                                                <c'-2 e-1>4 r4
                                                <g b f'>4 <g b f'>4
                                                <c-2 e-1>8-. <c e>8-. <c e>8-. 
r8
                                                <c g>4 r4
                                                <c-2 e-1>4 r4
                                                <d, g b>4 <d fis c'>4
                                                <g b> r8 
                                        \partial 8
                                        r8
                                        e2-4
                                        a2
                                        d,2
                                        g4 r4
                                        e2-4
                                        a2
                                        d,2
                                        g4 r4
                                        c,2-5
                                        f4-2-> c4
                                        <g' b f'>4 <g b f'>8-. <g b f'>8-.
                                        <c e>4 r4
                                        <c, g'>2
                                        <f-4 a-3>4->( <c-5 g'-2>8) r8
                                        <g' b f'>4 <g b f'>8-. <g b f'>8-.
                                        <c e>4-. r8 g8-1
                                        g4 g8-3-. g8-2-.
                                        g4-1 r4
                                        c,4 <g'c e>8-. <g c e>8-.
                                        <g c e>4 <g c e>8-. <g c e>8-.
                                        <g b f'>4 <g b f'>4
                                        <g b f'>4 <g b f'>4
                                        c4 <g c e>8-. <g c e>8-.
                                        <g c e>4 <g c e>8-. <g c e>8-.
                                        <g b f'>4 <g b f'>4
                                        <g b f'>4 <g b f'>4
                                        <c e>4-. <g d'>4->
                                        <c e>8-. <c e>8-. <g d'>4->
                                        <c, g'>4 <c g>8 <c g>8
                                        <c g'>4 r8 <c g'>8
                                        <c g'>4-> r8 <c g'>8
                                        <c g'>4\fermata r8 
                                }
                        } >>
        }
        
        \midi {
        }

        \paper {
        }
}

--- snip ---



--- Original message: ---

I have recently installed lilypond 2.1.34 from source (because there are no 
up-to-date RPMs for Mandrake 10). 
Running a (good-looking) lilypond-file, Lilypond crashes.

Thanks for your help
Martin

--- snip ---
lilypond (GNU LilyPond) 2.1.34
Öffne Pipe `/usr/local/bin/lilypond-bin --version '
Öffne Pipe `kpsexpand \$TEXMF'
Öffne Pipe `kpsewhich -expand-path=\$T1FONTS'
Rufe `/usr/local/bin/lilypond-bin  -I /home/martin/Musik/Lilypond/Weber,\ 
Carl\ Maria\ von/Jägerchor -I /home/martin/Musik/Lilypond/Weber,\ Carl\ 
Maria\ von/Jägerchor -I /home/martin/Musik/Lilypond/Weber,\ Carl\ Maria\ 
von/Jägerchor -H dedication -H title -H subtitle -H subsubtitle -H footer -H 
head -H composer -H arranger -H instrument -H opus -H piece -H metre -H meter 
-H poet -H texttranslator -H textheight -H orientation -H language -H 
latexpackages -H papersize -H pagenumber -H latexheaders -H latexoptions -H 
linewidth -H unit --verbose Jaegerchor' auf
lilypond_datadir: `/usr/local/share/lilypond'
local_lilypond_datadir: `/usr/local/share/lilypond/2.1.34'
localedir: `/usr/local/share/locale'
LILYPONDPREFIX: `'


Now processing `Jaegerchor.ly'
Analysiere...
[/usr/local/share/lilypond/2.1.34/ly/init.ly[/usr/local/share/lilypond/2.1.34/ly/declarations-init.ly[/usr/local/share/lilypond/2.1.34/ly/nederlands.ly]
[/usr/local/share/lilypond/2.1.34/ly/drumpitch-init.ly]
[/usr/local/share/lilypond/2.1.34/ly/chord-modifiers-init.ly]
[/usr/local/share/lilypond/2.1.34/ly/script-init.ly]
[/usr/local/share/lilypond/2.1.34/ly/scale-definitions-init.ly]
[/usr/local/share/lilypond/2.1.34/ly/grace-init.ly]
[/usr/local/share/lilypond/2.1.34/ly/midi-init.ly[/usr/local/share/lilypond/2.1.34/ly/performer-init.ly]]
[/usr/local/share/lilypond/2.1.34/ly/engraver-init.ly]
[/usr/local/share/lilypond/2.1.34/ly/dynamic-scripts-init.ly]
[/usr/local/share/lilypond/2.1.34/ly/spanners-init.ly]
[/usr/local/share/lilypond/2.1.34/ly/property-init.ly]]
[/home/martin/Musik/Lilypond/Weber, Carl Maria 
von/Jägerchor/Jaegerchor.lyInterpreting music... lilypond: Warnung: `usr' 
gescheitert (signal 11) (ignoriert)



lilypond: Fehler: LilyPond abgestürzt (Signal 11).
lilypond: Fehler: Bitte senden Sie einen Fehlerbericht an address@hidden
Traceback (most recent call last):
  File "/usr/local/bin/lilypond", line 867, in ?
    run_lilypond (files, dep_prefix)
  File "/usr/local/bin/lilypond", line 286, in run_lilypond
    ly.exit (status)
  File "/usr/local/share/lilypond/2.1.34/python/lilylib.py", line 130, in exit
    raise _ ('Exiting (%d)...') % i
Beende (11)...
Räume /home/martin/tmp/tmpAp4bCelilypond auf...

--- snip ---






reply via email to

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