From: fred Date: Fri, 11 Oct 1996 21:46:34 +0000 (+0000) Subject: lilypond-0.0.3 X-Git-Tag: release/1.5.59~7087 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bdac97a42ace41693421644fc215517888edf3f1;p=lilypond.git lilypond-0.0.3 --- 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<