I just tried some modifications of this example with the latest CVS and managed to get a SIGSEGV with the following
upper = \notes\relative c'{c d e f g a b c}
lower = \notes\relative c{c d e f g a b c}
text = \lyrics{ a b c d e f g b c }\score {
<< % added by me
\context ChoirStaff <<
\context Staff = upper {
\context Voice = singer \upper
}
\lyricsto "singer" \new LyricsVoice \text
\context Staff = lower <<
\clef bass
\lower
>>
>>
>> % added by me
\paper {}
\midi { }
}/Mats
Bertalan Fodor wrote:
Hello,
there is a strange thing when I use chordnames along with lyricsto and some staff group.
Based on template/piano-lyrics.ly If I use chordnames like this:
\score { << % added by me
\context ChordNames { % added by me
\chords { c } % added by me
} % added by me
\context GrandStaff <<
\context Staff = upper {
\context Voice = singer \upper
}
\lyricsto "singer" \new LyricsVoice \text
\context Staff = lower <<
\clef bass
\lower
>> >>
>> % added by me
\paper {
\translator {
\GrandStaffContext
\accepts "Lyrics"
}
\translator {
%\LyricsVoiceContext
\LyricsContext
\consists "Bar_engraver"
}
} \midi { } }
I get very bad output (looks like parsing is ended at the first note) and the messages:
Renamed input to `/netrel/src/lilypond/input/template/piano-lyrics.ly'Interpreting music...programming error: Skipped something? Grob NoteHead ended before I expected it to end. (Continuing; cross thumbs) programming error: Skipped something? Grob Stem ended before I expected it to end. (Continuing; cross thumbs) programming error: Skipped something? Grob NoteHead ended before I expected it to end. (Continuing; cross thumbs) programming error: Skipped something? Grob Stem ended before I expected it to end. (Continuing; cross thumbs)
Bert
_______________________________________________ Bug-lilypond mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-lilypond
-- ============================================= Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe =============================================
_______________________________________________ Bug-lilypond mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-lilypond
