From: Jan Nieuwenhuizen Date: Tue, 24 Sep 2002 09:33:54 +0000 (+0000) Subject: Compile fix. X-Git-Tag: release/1.7.1~21 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=839133759fa353574cf9323ad9da4b39d5b4eb34;p=lilypond.git Compile fix. --- diff --git a/ChangeLog b/ChangeLog index b15f831165..d19e11bb75 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-09-24 Jan Nieuwenhuizen + + * lily/new-accidental-engraver.cc: Compile fix. + 2002-09-23 Jan Nieuwenhuizen * scripts/convert-ly.py: Add rule. diff --git a/lily/new-accidental-engraver.cc b/lily/new-accidental-engraver.cc index 9f3b83d985..6604b3cbb9 100644 --- a/lily/new-accidental-engraver.cc +++ b/lily/new-accidental-engraver.cc @@ -552,6 +552,7 @@ events. Due to interaction with ties (which don't come together with note heads), this needs to be in a context higher than Tie_engraver.", "Accidental", +/* accepts */ "general-music", "rhythmic-head-interface tie-interface arpeggio-interface", "localKeySignature localKeySignatureChanges extraNatural autoAccidentals autoCautionaries", "localKeySignature localKeySignatureChanges");