From d7712fc1742ce6c0a60e9f0b0e64a19f118f4f4c Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 5 May 1997 18:33:22 +0000 Subject: [PATCH] lilypond-0.0.60 --- .dstreamrc | 4 ++-- lily/include/slur-reg.hh | 3 ++- tex/titledefs.tex | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.dstreamrc b/.dstreamrc index 1607370104..7fd7b97e0a 100644 --- a/.dstreamrc +++ b/.dstreamrc @@ -18,8 +18,8 @@ Parser 1 InitDeclarations 1 Declarations 1 # FlexLexer debug -InitLexer 0 -Lexer 0 +InitLexer 1 +Lexer 1 parse_duration 1 parse_pitchmod 1 diff --git a/lily/include/slur-reg.hh b/lily/include/slur-reg.hh index e9a27a43d6..cca97e0f13 100644 --- a/lily/include/slur-reg.hh +++ b/lily/include/slur-reg.hh @@ -15,11 +15,12 @@ class Slur_register :public Request_register { Array new_slur_req_l_arr_; Array slur_l_stack_; Array end_slur_l_arr_; - + int dir_i_; /* *************** */ protected: virtual ~Slur_register(); virtual bool try_request(Request*); + virtual void set_feature(Feature); virtual bool acceptable_request_b(Request*); virtual void process_requests(); virtual void acknowledge_element(Staff_elem_info); diff --git a/tex/titledefs.tex b/tex/titledefs.tex index cbf88bf422..314d675968 100644 --- a/tex/titledefs.tex +++ b/tex/titledefs.tex @@ -2,7 +2,8 @@ % ideally, we should create a LaTeX/TeX class % for setting music in different sizes. % - +\input lilyponddefs +\def\EndLilyPondOutput{\endinput} \def\thetitle{} \def\thecomposer{} \def\theinstrument{} -- 2.11.4.GIT