bug-lilypond
[Top][All Lists]
Advanced

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

programming error: hyphen not finished yet


From: Benjamin Drung
Subject: programming error: hyphen not finished yet
Date: Mon, 22 Apr 2013 23:14:17 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> I'm not top posting.

Following small example causes Lilypond to spit out "programming error:
hyphen not finished yet" [1]. Please either fix this bug or disallow the "_
--" pattern for lyrics and print a useful error message.

\version "2.16.0"

sopranoLyrics = \lyricsto "soprano" {
  % correct:
  foo -- _ bar
  % causes "hyphen not finished yet" error:
  foo _ -- bar
}

\new Staff <<
  \new Voice = "soprano" { \voiceOne \relative c' { c8 d e4 c8 d e4 } }
  \new Lyrics \sopranoLyrics
>>

[1] $ lilypond bug.ly 
GNU LilyPond 2.16.0
Processing `bug.ly'
Parsing...
Interpreting music...
programming error: hyphen not finished yet
continuing, cross fingers
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
Layout output to `bug.ps'...
Converting to `./bug.pdf'...
Success: compilation successfully completed




reply via email to

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