X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=template.cc;h=f0260b5edcbc61d67aaeda46932d833a722b4f94;hb=727cdcbadf23c1986b0aed547aa645c9813f351b;hp=6d45473c1fa8d2ddd0c445b0d9cabf06b385ffd5;hpb=675bd3e6ea001c3af033b51a6e2eeab6a5809e86;p=lilypond.git diff --git a/template.cc b/template.cc index 6d45473c1f..f0260b5edc 100644 --- a/template.cc +++ b/template.cc @@ -12,15 +12,15 @@ #include "cursor.cc" +PL_instantiate(Line_of_score); PL_instantiate(Line_of_staff); PL_instantiate(Item); -PL_instantiate(Line_of_score); -PL_instantiate(Request); PL_instantiate(Spanner); PL_instantiate(PStaff); PL_instantiate(Idealspacing); PL_instantiate(PCol); PL_instantiate(Command); +PL_instantiate(Request); PL_instantiate(Score_column);