From: fred Date: Sun, 24 Mar 2002 19:29:06 +0000 (+0000) Subject: lilypond-0.0.27 X-Git-Tag: release/1.5.59~5540 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fd89b0d812c8198ac0283a5edc6842c3390d96e9;p=lilypond.git lilypond-0.0.27 --- diff --git a/src/inputcommands.cc b/src/inputcommands.cc index ef2014604c..d9f6910cf5 100644 --- a/src/inputcommands.cc +++ b/src/inputcommands.cc @@ -44,7 +44,7 @@ Commands_at::add(Input_command *i) int l = i->args[1]; int o = i->args[2]; tdescription_.set_meter(l,o); - bottom().add(get_grouping_command( get_default_grouping(l))); + bottom().add(get_grouping_command( get_default_grouping(l,o))); } } diff --git a/src/template6.cc b/src/template6.cc index c3867aeeb0..880a5fb6e0 100644 --- a/src/template6.cc +++ b/src/template6.cc @@ -5,3 +5,4 @@ #include "plist.tcc" IPL_instantiate(Voice_registers); +IPL_instantiate(Voice_group_registers);