lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 3797 in lilypond: Music_wrapper_iterator does


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3797 in lilypond: Music_wrapper_iterator does not follow original context setting of child
Date: Sat, 18 Jan 2014 15:01:12 +0000

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

Comment #11 on issue 3797 by address@hidden: Music_wrapper_iterator does not follow original context setting of child
http://code.google.com/p/lilypond/issues/detail?id=3797

Pushed to staging as
commit a39e6a5eade9e61bf4edf6f21f60dee82ee08fb0
Author: David Kastrup <address@hidden>
Date:   Sat Jan 11 14:08:55 2014 +0100

Issue 3797: Music_wrapper_iterator does not follow original context setting of child

    We do this by making Music_iterator::get_handle and
    Music_iterator::set_context virtual and letting Music_wrapper_iterator
    redirect them to the child iterator.

    \score {
      <<
        { { a4 a b b } a a b b }
        { \absolute { a4 a b b } a a b b }
      >>
    }

    splits off a new Staff after \absolute { a4 a b b }.


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