X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fligature-engraver.cc;h=609978af4a65a604528c8bcabcfff7d6233a4b21;hb=57be7394ffa2e7d7ba6d60548dba563f3409d472;hp=666c01cf1144565c1d00d26b61a4fa50b1db0659;hpb=a111927561fea3a5364a48ec2c41fa2c35323295;p=lilypond.git diff --git a/lily/ligature-engraver.cc b/lily/ligature-engraver.cc index 666c01cf11..609978af4a 100644 --- a/lily/ligature-engraver.cc +++ b/lily/ligature-engraver.cc @@ -58,7 +58,7 @@ * Mensural_ligature_engraver) to the proper translator * (e.g. VoiceContext) to choose between various representations. * Since adding/removing an engraver to a translator is a global - * action in the layout block, you can not mix various representations + * action in the layout block, you cannot mix various representations * _within_ the same score. Hence, for selecting a representation, * one would rather like to have a property that can be set e.g. for * several staves individually. However, it seems that this approach @@ -191,7 +191,7 @@ Ligature_engraver::process_music () = ligature_->get_property ("ligature-primitive-callback"); if (brew_ligature_primitive_proc == SCM_EOL) { - warning ("Ligature_engraver: ligature-primitive-callback undefined"); + programming_error ("Ligature_engraver: ligature-primitive-callback undefined"); } Grob *bound = unsmob_grob (get_property ("currentMusicalColumn"));