]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/input-music.cc
release: 0.0.44
[lilypond.git] / lily / input-music.cc
index 5c8aa72472c0fd186eefd380f627c5c3df39e14f..26377e7f531893569fc44e704fcee20a5ea4e78c 100644 (file)
@@ -11,7 +11,7 @@ Input_music::check_plet(Voice_element* velt_l)
        if ( i->plet() ) {
            Moment start_moment = 0;
            if ( !find_plet_start_bo( i->plet()->type_c_, start_moment ) ) {
-               error( "begin of plet not found", i->defined_ch_c_l_ );
+               error( "begin of plet not found", i->defined_ch_C_ );
                break;
            }
            Moment moment = 0;