From: fred Date: Sat, 16 Nov 1996 12:36:49 +0000 (+0000) Subject: lilypond-0.0.10 X-Git-Tag: release/1.5.59~6808 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fd73ba20e6b73a14095465aabc18383ec20ec189;p=lilypond.git lilypond-0.0.10 --- diff --git a/src/command.cc b/src/command.cc index 23edf1ec36..19b7aac6d7 100644 --- a/src/command.cc +++ b/src/command.cc @@ -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