Status: Accepted
Owner: ----
Labels: Type-Other

New issue 3345 by [email protected]: programming error: hyphen not finished yet
http://code.google.com/p/lilypond/issues/detail?id=3345

Reported by Benjamin Drung:
http://lists.gnu.org/archive/html/bug-lilypond/2013-04/msg00145.html

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




--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to