lilypond-user
[Top][All Lists]
Advanced

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

convert problem


From: James E. Bailey
Subject: convert problem
Date: Wed, 21 Feb 2007 21:33:09 -0800

Hello list

I haven't had any problems recently, so I haven't been here in a bit. I'm running OSX, I just downloaded 2.11.19-1 (Build from Sun Feb 18 01:19:40) and I'm having a problem converting what I thought was a pretty recent file.

The file is this:
\version "2.10"
AltoMusic =\relative
{
\set Staff.midiInstrument = "clarinet"
\set Staff.instrumentName = "Alto"
\set Staff.shortInstrumentName = "A"
\key es \major
\tempo 2=60
\time 5/2 es2 es4 es es es f2 es |
f2 d4 d c2 b b |
es2 es4 es es es f2 es  |
f d4 d c2 b b |
\time 5/4 g'4 f d es c |
\time 3/4 b2. |
\time 5/2 es2 es4 es es es es2 es |
d2 d4 d d2 c b \bar "||"

R1*10/2 |
es2 as4 g as f g( f) es2 |
d4 es d2 c b es |
\time 5/4 g4 f d es c |
\time 3/4 b2. |
\time 5/2 es2 f4 f as g f2 es |
f d4 d b2 c b \bar "||"

b' b4 b as g f( g) as2 |
as c4 b~ b as~ as b b2 |
b c4 b b as b( as8 g f2) |
f4( as) b c8( d c4) b~ b as b2 |
\time 5/4 g4 g f g as |
\time 3/4 g2. |
\time 5/2 g2 f4 f f es d2 d |
es d4 es f2 es es \bar "||"

b c4 d es f d2 b |
d es4 d d2 c c |
f es4 d es es es2 d |
f es4 d c2 h c |
\time 5/4 g'4 f d g f |
\time 3/4 es2. |
\time 5/2 es2 d4 c es es e2 e |
f8( es d c) b4 c b2 c c \bar "||"

b c4 c d d c2 d |
c c4 d c2 f es |
f es4 d d f g2 g |
f2 g4 f d g~ g f es2 |
\time 5/4 d4 es f f c |
\time 3/4 b2. |
\time 5/2 b2 b4 b c b f'2 g |
r1 b2 as4 g~ g f~ |
f es f g~ g d as'2 f |
es\breve~ es2 \bar "|."
}

and the convert errors I get are this:
convert-ly (GNU LilyPond) 2.11.19
Processing `/Volumes/Dateien/James Music/Vocal Ensemble/rose/ 02_alto.ly'...
Traceback (most recent call last):
File "/Applications/LilyPond.app/Contents/Resources/bin/convert- ly", line 298, in ?
    main ()
File "/Applications/LilyPond.app/Contents/Resources/bin/convert- ly", line 292, in main
    do_one_file (f)
File "/Applications/LilyPond.app/Contents/Resources/bin/convert- ly", line 225, in do_one_file (last, result) = do_conversion (infile.read (), from_version, to_version) File "/Applications/LilyPond.app/Contents/Resources/bin/convert- ly", line 160, in do_conversion
    conv_list = get_conversions (from_version, to_version)
File "/Applications/LilyPond.app/Contents/Resources/bin/convert- ly", line 145, in get_conversions
    return filter (is_applicable, convertrules.conversions)
File "/Applications/LilyPond.app/Contents/Resources/bin/convert- ly", line 144, in is_applicable
    return version_cmp (v[0], f) > 0 and version_cmp (v[0], t) <= 0
File "/Applications/LilyPond.app/Contents/Resources/bin/convert- ly", line 138, in version_cmp
    if t1[x] - t2[x]:
IndexError: tuple index out of range


Is this something that should go to the bugs list? Also, I tried compiling the file through my normal test compiling file:
\version "2.11.15"
\include "00_global.ly"
\include "deutsch.ly"
\include "02_alto.ly"
\include "02_altolyrics.ly"
\paper { #(set-paper-size "octavo") }
#(set-default-paper-size "octavo")
\key es \major
\score
{
<<
\new Staff \AltoMusic
\new Lyrics \altolyrics
>>
\layout
{
  \context
  {
   \Score
   \override MetronomeMark #'extra-offset = #'(0 . 3)
  }
}
\midi {}
}

and the errors I get there are:
>>/Volumes/Dateien/James Music/Vocal Ensemble/rose/ 02_alto_score.ly<< wird verarbeitet
Analysieren...
/Volumes/Dateien/James Music/Vocal Ensemble/rose/02_alto_score.ly: 6:10: Fehler: GUILE signalisierte einen Fehler f"ur den hier beginnenden Ausdruck
\paper { #
          (set-paper-size "octavo") }
/Volumes/Dateien/James Music/Vocal Ensemble/rose/02_alto_score.ly: 7:1: Fehler: GUILE signalisierte einen Fehler f"ur den hier beginnenden Ausdruck
#
(set-default-paper-size "octavo")
/Volumes/Dateien/James Music/Vocal Ensemble/rose/02_alto_score.ly: 8:0: Fehler: syntax error, unexpected \key

\key es \major
Interpretation der Musik...[8][16][24][32][40][42]
Vorverarbeitung der grafischen Elemente...No fonts found; this probably means that the fontconfig
library is not correctly configured. You may need to
edit the fonts.conf configuration file. More information
about fontconfig can be found in the fontconfig(3) manual
page and on http://fontconfig.org
FORMAT: Missing argument for ~a
FORMAT: Missing argument for ~a


I'm sure a lot of these questions will be answered after reading the new version of the manual, but I was more concerned with the file not updating more than anything else.



reply via email to

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