lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 3205 in lilypond: opening bar check causes cra


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3205 in lilypond: opening bar check causes crash if \score contains the \midi block
Date: Tue, 05 Mar 2013 21:43:47 +0000

Updates:
        Status: Fixed
        Labels: -Patch-push Fixed_2_17_14

Comment #5 on issue 3205 by address@hidden: opening bar check causes crash if \score contains the \midi block
http://code.google.com/p/lilypond/issues/detail?id=3205

Pushed to staging as
commit c83a3afbc51c62769cbb8963371d37b312bbcd42
Author: David Kastrup <address@hidden>
Date:   Wed Feb 27 01:26:14 2013 +0100

Issue 3205: opening bar check causes crash if \score contains the \midi bloc

    This derives Bar_check_iterator from Music_iterator rather than from
    Simple_music_iterator.

    In
    \score {
      { | d }
      \midi { }
    }

    the bar check iterator is being called while only the \Global context
    exists.  That causes Score_performer::one_time_step to be called
    without getting Score_performer::prepare to be called previously,
    probably because the Score context is created at the wrong time.  The
    Score_performer is not prepared for this situation.

    I have no idea how to fix Simple_music_iterator, why it exists in the
    first place and is written like it is, and why this appears to work.


--
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]