lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 2811 in lilypond: Patch: Uses horizontal skyli


From: lilypond
Subject: Re: [Lilypond-auto] Issue 2811 in lilypond: Patch: Uses horizontal skylines in accidental placement
Date: Fri, 14 Sep 2012 06:02:55 +0000

Updates:
        Status: Fixed
        Labels: Fixed_2_17_3

Comment #20 on issue 2811 by address@hidden: Patch: Uses horizontal skylines in accidental placement
http://code.google.com/p/lilypond/issues/detail?id=2811

Pushed as   Grob *me = unsmob_grob (smob);
  Grob *cause = unsmob_grob (me->get_property ("cause"));

  if (!cause || !cause->is_live ())
    {
      me->suicide ();
      return SCM_BOOL_F;
    }





reply via email to

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