bug-lilypond
[Top][All Lists]
Advanced

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

Re: lyricsto bug


From: Erik Sandberg
Subject: Re: lyricsto bug
Date: Mon, 2 Feb 2004 13:10:49 +0100
User-agent: KMail/1.5.4

On Monday 02 February 2004 12.46, Han-Wen Nienhuys wrote:
> address@hidden writes:
> > never could spot a semantical difference between using Lyrics and
> > LyricsVoice, I have used both randomly). Removing Lyrics, or making the
> > distinction between Lyrics and LyricsVoice more clear in the docu, would
> > remove some of my confusion...
> >
> > But that is really a different issue; the following gives me the same
> > output:
>
> The problem is that, songA and songB get different Thread contexts.
> My plan is to wholly remove Thread context, ASAP. Until that time, use
>
>   \new Thread { \songA \songB }

New bug found: The following code

\version "2.1.16"
\score {
  << 
    \context Voice=A \notes { c }
    \lyricsto A \new Thread \lyrics { a }
  >>
}

causes the following crash:
/tmp$ lilypond --verbose score
lilypond (GNU LilyPond) 2.1.16
Opening pipe `/usr/bin/lilypond-bin --version '
Opening pipe `kpsexpand \$TEXMF'
Opening pipe `kpsewhich -expand-path=\$T1FONTS'
Invoking `/usr/bin/lilypond-bin  -I /tmp -I /tmp -I /tmp -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 
score'
lilypond_datadir: `/usr/share/lilypond'
local_lilypond_datadir: `/usr/share/lilypond/2.1.16'
localedir: `/usr/share/locale'
LILYPONDPREFIX: `'

[/usr/share/lilypond/2.1.16/scm/define-music-types.scm][/usr/share/
lilypond/2.1.16/scm/output-lib.scm][/usr/share/lilypond/2.1.16/scm/c++.scm][/
usr/share/lilypond/2.1.16/scm/chord-ignatzek-names.scm][/usr/share/
lilypond/2.1.16/scm/chord-entry.scm][/usr/share/lilypond/2.1.16/scm/
chord-generic-names.scm][/usr/share/lilypond/2.1.16/scm/molecule.scm][/usr/
share/lilypond/2.1.16/scm/new-markup.scm][/usr/share/lilypond/2.1.16/scm/
bass-figure.scm][/usr/share/lilypond/2.1.16/scm/music-functions.scm][/usr/
share/lilypond/2.1.16/scm/define-music-properties.scm][/usr/share/
lilypond/2.1.16/scm/auto-beam.scm][/usr/share/lilypond/2.1.16/scm/
chord-name.scm][/usr/share/lilypond/2.1.16/scm/
define-translator-properties.scm][/usr/share/lilypond/2.1.16/scm/
translation-functions.scm][/usr/share/lilypond/2.1.16/scm/script.scm][/usr/
share/lilypond/2.1.16/scm/drums.scm][/usr/share/lilypond/2.1.16/scm/midi.scm]
[/usr/share/lilypond/2.1.16/scm/beam.scm][/usr/share/lilypond/2.1.16/scm/
clef.scm][/usr/share/lilypond/2.1.16/scm/slur.scm][/usr/share/
lilypond/2.1.16/scm/font.scm][/usr/share/lilypond/2.1.16/scm/
define-grob-properties.scm][/usr/share/lilypond/2.1.16/scm/define-grobs.scm]
[/usr/share/lilypond/2.1.16/scm/define-grob-interfaces.scm][/usr/share/
lilypond/2.1.16/scm/paper.scm]
Now processing: `score.ly'
Parsing...[/usr/share/lilypond/2.1.16/ly/init.ly[/usr/share/lilypond/2.1.16/
ly/declarations-init.ly[/usr/share/lilypond/2.1.16/ly/nederlands.ly][/usr/
share/lilypond/2.1.16/ly/chord-modifiers-init.ly][/usr/share/lilypond/2.1.16/
ly/script-init.ly][/usr/share/lilypond/2.1.16/ly/scale-definitions-init.ly][/
usr/share/lilypond/2.1.16/ly/grace-init.ly][/usr/share/lilypond/2.1.16/ly/
midi-init.ly[/usr/share/lilypond/2.1.16/ly/performer-init.ly]][/usr/share/
lilypond/2.1.16/ly/engraver-init.ly][/usr/share/lilypond/2.1.16/ly/
dynamic-scripts-init.ly][/usr/share/lilypond/2.1.16/ly/spanners-init.ly][/
usr/share/lilypond/2.1.16/ly/property-init.ly]][/tmp/score.ly[/usr/share/
lilypond/2.1.16/fonts/afm/feta20.afm][/usr/share/lilypond/2.1.16/fonts/tfm/
feta20.tfm]Interpreting music...lilypond: warning: `usr' failed (signal 11) 
(ignored)



lilypond: error: LilyPond crashed (signal 11).
lilypond: error: Please submit a bug report to address@hidden
Traceback (most recent call last):
  File "/usr/bin/lilypond", line 844, in ?
    run_lilypond (files, dep_prefix)
  File "/usr/bin/lilypond", line 280, in run_lilypond
    ly.exit (status)
  File "/usr/share/lilypond/2.1.16/python/lilylib.py", line 130, in exit
    raise _ ('Exiting (%d)...') % i
Exiting (11)...
Cleaning /tmp/tmpq-5EFFlilypond...





reply via email to

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