> 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 _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond