]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.27
authorfred <fred>
Sun, 24 Mar 2002 19:29:06 +0000 (19:29 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:29:06 +0000 (19:29 +0000)
src/inputcommands.cc
src/template6.cc

index ef2014604c2a5a1f025189b580986f271c272077..d9f6910cf56caf8e8d77c879579e72994a38db84 100644 (file)
@@ -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)));
     }
 }
 
index c3867aeeb073bb29e752719d4bcf36a543d1b3db..880a5fb6e00bb162ace2e21181c2797151a1b2f6 100644 (file)
@@ -5,3 +5,4 @@
 #include "plist.tcc"
 
 IPL_instantiate(Voice_registers);
+IPL_instantiate(Voice_group_registers);