]> git.donarmstrong.com Git - lilypond.git/blobdiff - mi2mu/mudela-score.cc
patch::: 0.1.19.jcn1: tik
[lilypond.git] / mi2mu / mudela-score.cc
index 5b951dac39e8478efceec89703c960b7f8f7c7a3..d0138d757e5a2cc8b01e1a96bcb10c5023920703 100644 (file)
@@ -119,15 +119,15 @@ Mudela_score::output (String filename_str)
 
   mudela_stream << "\\score{\n";
   if  (mudela_staff_p_list_.size() > 1)
-    mudela_stream << "<\n\\multi 3;\n";
+    mudela_stream << "\\multi 3 < \\type Staff\n";
   for  (PCursor<Mudela_staff*> i (mudela_staff_p_list_); i.ok(); i++) 
     {
       if  ( (mudela_staff_p_list_.size() != 1) 
            &&  (i == mudela_staff_p_list_.top()))
        continue;
-      mudela_stream << "\\melodic{ ";
+      mudela_stream << "\\melodic{ ";
       mudela_stream << "\\$" << i->id_str();
-      mudela_stream << " }\n";
+      mudela_stream << " } >\n";
     }
   if  (mudela_staff_p_list_.size() > 1)
     mudela_stream << ">\n";