]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.5.4
authorfred <fred>
Wed, 27 Mar 2002 01:02:04 +0000 (01:02 +0000)
committerfred <fred>
Wed, 27 Mar 2002 01:02:04 +0000 (01:02 +0000)
midi2ly/lilypond-item.cc
midi2ly/lilypond-stream.cc

index 4c3830a63722e2e8a939954058721f02eb35be5e..977f44e70e1065ad4181632c99f5e4f4030fa8ab 100644 (file)
@@ -311,7 +311,7 @@ Lilypond_skip::str ()
     return "";
 
   String str = "\\skip ";
-  str += Duration_convert::dur2_str (dur) + "; ";
+  str += Duration_convert::dur2_str (dur);
 
   return str;
 }
index aee29cef2b8d6cf4710b8750d77fcc8680e6b515..1f476649a6fd81b09d8fec5e65265a7244a76a82 100644 (file)
@@ -100,7 +100,7 @@ Lilypond_stream::header()
   *os_p_ << filename_str_g;
   *os_p_ << "\n\n";
   // ugh
-  *os_p_ << "\\version \"1.4.0\";\n";
+  *os_p_ << "\\version \"1.4.0\"\n";
 }
 
 void