From: Jan Nieuwenhuizen Date: Fri, 14 Jan 2005 20:27:41 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.5.14~249 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0dab7ed0e6343d34eeda8bdd3f7085f663840874;p=lilypond.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index cbabb55bb7..57db6df651 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-01-14 Jan Nieuwenhuizen + + * lily/parser.yy: Compile fix. + 2005-01-14 Han-Wen Nienhuys * lily/include/music.hh (class Music): unvirtualize transpose(). diff --git a/lily/parser.yy b/lily/parser.yy index 6de53f8978..58cafdf098 100644 --- a/lily/parser.yy +++ b/lily/parser.yy @@ -920,7 +920,7 @@ Repeated_music: { int list_len = scm_ilength ($4->get_property ("elements")); if (list_len != 2) - seq->origin ()->warning ("Chord tremolo must have 2 elements."); + $4->origin ()->warning ("Chord tremolo must have 2 elements."); shift -= 1; r->compress (Moment (Rational (1, list_len))); }