]> git.donarmstrong.com Git - lilypond.git/blobdiff - mi2mu/mudela-score.cc
release: 1.0.3
[lilypond.git] / mi2mu / mudela-score.cc
index 92329cd74d6baa13339772fe7cfb53a76184dbfb..b7e234b97de91e9074f8aa6501fde1d16edad9a6 100644 (file)
@@ -110,6 +110,7 @@ Mudela_score::get_column_l (Moment mom)
   return c;
 }
 
+
 void
 Mudela_score::output (String filename_str)
 {
@@ -138,7 +139,7 @@ Mudela_score::output (String filename_str)
            &&  (i == mudela_staff_p_list_.top()))
        continue;
       mudela_stream << "\\type Staff = \"" << i->id_str() << "\" ";
-      mudela_stream << "\\$" << i->id_str() << "\n";
+      mudela_stream << String ("\\" +  i->id_str ()) << "\n";
     }
   if  (mudela_staff_p_list_.size() > 1)
     mudela_stream << ">\n";