]> git.donarmstrong.com Git - lilypond.git/blobdiff - src/command.cc
release: 0.0.10
[lilypond.git] / src / command.cc
index 23edf1ec36c649ecd7322a893f6e8ea23c9e7b10..19b7aac6d74e616b6a7bd6dd728edb258ab2d41e 100644 (file)
@@ -29,6 +29,8 @@ Command::print() const
 {
 #ifndef NPRINT
     mtor << "command at " << when << ", code " << code << " prio " << priority;
+    if ( isbreak())
+       mtor << "(break separator)";
     if (args.sz()) {
        mtor<< " args: ";
        for (int i = 0; i<args.sz(); i++)