]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lexer.ll
(print): broken beams last until end of staff.
[lilypond.git] / lily / lexer.ll
index 86b48b218d94feaf35ba3db7a98d1ea5366f865a..7c622accd2600b1f6e8e0a59d7dbabacec79249b 100644 (file)
@@ -180,7 +180,7 @@ HYPHEN              --
 
        yy_pop_state();
        this->here_input().source_file_->name_ = s;
-       progress_indication (_f("\nRenamed input to `%s'", s.to_str0()));
+       progress_indication (_f("\nRenamed input to `%s'\n", s.to_str0()));
        scm_module_define (gh_car (scopes_),
                     ly_symbol2scm ("input-file-name"),
                     scm_makfrom0str (s.to_str0()));