bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1471 in lilypond: accidentals after a clef change are not prin


From: lilypond
Subject: Re: Issue 1471 in lilypond: accidentals after a clef change are not printed
Date: Fri, 08 Apr 2011 19:49:02 +0000


Comment #9 on issue 1471 by address@hidden: accidentals after a clef change are not printed
http://code.google.com/p/lilypond/issues/detail?id=1471

+static void apply_on_children (Context *context, SCM fun)

This evaluates the function each time it's recursed; why not instead use call_context_property_on_children () with the evaluated function, changing the definition of accidental-voided? so it returns the new list?




reply via email to

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