]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/input-music.cc
release: 0.0.46.jcn1
[lilypond.git] / lily / input-music.cc
index e407c87dd567b4711a10c00e72977e6040b9eac5..9ba683817993cd3718065435b003d4013b03b243 100644 (file)
@@ -12,7 +12,7 @@ Input_music::check_plet(Voice_element* velt_l)
        if ( i->plet() ) {
            Moment start_moment = 0;
            if ( !find_plet_start_b( i->plet()->type_c_, start_moment ) ) {
-               error( "begin of plet not found", i->defined_ch_C_ );
+               i ->error( "begin of plet not found");
                break;
            }
            Moment moment = 0;