From bdac97a42ace41693421644fc215517888edf3f1 Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 11 Oct 1996 21:46:34 +0000 Subject: [PATCH] lilypond-0.0.3 --- .dstreamrc | 15 +++++++++++++++ note.cc | 18 +++++++++--------- 2 files changed, 24 insertions(+), 9 deletions(-) create mode 100644 .dstreamrc diff --git a/.dstreamrc b/.dstreamrc new file mode 100644 index 0000000000..ec6e96fabc --- /dev/null +++ b/.dstreamrc @@ -0,0 +1,15 @@ +#class name silence? + +yyFlexLexer 1 +PCol 1 +Score 1 +Score_column 1 +Ineq_constrained_qp 1 +Spacing_problem 1 +Colinfo 1 +Mixed_qp 1 +PScore 1 +Parser 1 +Lexer 1 +parse_duration 1 +parse_pitch 1 \ No newline at end of file diff --git a/note.cc b/note.cc index 538f26a28e..c51e3c33af 100644 --- a/note.cc +++ b/note.cc @@ -27,8 +27,8 @@ parse_duration(const char *a, int &j, int &intdur, int &dots) intdur = (durstr.len()) ? durstr.value():default_duration; - if (debug_flags & DEBUGTOKEN) - mtor << "dur " << intdur << "dots " << dots<