bug-lilypond
[Top][All Lists]
Advanced

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

SIGSEGV, Was: Lyricsto conflict


From: Mats Bengtsson
Subject: SIGSEGV, Was: Lyricsto conflict
Date: Tue, 20 Jan 2004 18:20:46 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031007

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
address@hidden
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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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