lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3345 in lilypond: programming error: hyphen not fi


From: lilypond
Subject: [Lilypond-auto] Issue 3345 in lilypond: programming error: hyphen not finished yet
Date: Wed, 01 May 2013 21:29:24 +0000

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

New issue 3345 by address@hidden: 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

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