Updates:
        Labels: Patch-new

Comment #1 on issue 3797 by [email protected]: Music_wrapper_iterator does not follow original context setting of child
http://code.google.com/p/lilypond/issues/detail?id=3797#c1

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

We try doing this with a descend_to_child (child_iter->get_outlet ())
after initializing the child iterator.  It's not clear that this will
work in all cases, but at least it addresses the reported issue where:

\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 }.

http://codereview.appspot.com/50290045

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