From 6ab81f5349d7163dfea4bd2c3aafc678e536a30f Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:53:48 +0000 Subject: [PATCH] lilypond-0.1.7 --- .dstreamrc | 99 ++++++++++++++++++++++++++------------------------ BUGS | 25 ++++--------- flower/path.cc | 2 +- 3 files changed, 59 insertions(+), 67 deletions(-) diff --git a/.dstreamrc b/.dstreamrc index bb39c57afd..ae0b1b1143 100644 --- a/.dstreamrc +++ b/.dstreamrc @@ -14,80 +14,83 @@ Lexer 1 Matrix 1 +# flower lib +File_path 0 -Atom 1 -Bar 1 -Beam 1 -Change_iterator 1 +Atom 0 +Bar 0 +Beam 0 +Change_iterator 0 Chord 0 -Chord_iterator 1 -Clef_item 1 -Col_configuration 1 -Colinfo 1 -Colinfo 1 -Collision 1 -Command 1 +Chord_iterator 0 +Clef_item 0 +Col_configuration 0 +Colinfo 0 +Colinfo 0 +Collision 0 # E l b e ment? search/replace typo. # Yeah. kind of. Looks cute though -Elbement_group 1 -Engraver 1 -Engraver_group_engraver 1 -File_path 1 -Group_change_req 1 -Head_column 1 +Elbement_group 0 +Engraver 0 +Engraver_group_engraver 0 +Group_change_req 0 +Head_column 0 Idealspacing 0 -Ineq_constrained_qp 1 +Ineq_constrained_qp 0 Input_translator 0 -Item 1 -Key_item 1 -Lookup 1 +Item 0 +Key_item 0 +Lookup 0 +Line_spacer 0 Melodic_req 0 -Midi_def 1 -Mixed_qp 1 +Midi_def 0 +Mixed_qp 0 Music 0 -Music_iterator 1 +Music_iterator 0 My_lily_lexer 1 -Note_head 1 +Note_head 0 Note_performer 0 Note_req 0 PCol 0 -PScore 1 -Paper_def 1 -Paperdef 1 +PScore 0 +Paper_def 0 +Paperdef 0 Performer 0 +Performer_group_performer 0 Request 0 -Request_iterator 1 -Rest_collision 1 -Rest_collision_engraver 1 -Rest_req 1 +Request_iterator 0 +Rest_collision 0 +Rest_collision_engraver 0 +Rest_req 0 Rhythmic_req 0 -Score 1 +Score 0 Score_column 0 -Score_elem 1 +Score_elem 0 Score_engraver 0 Score_performer 0 Script_column 0 Script_def 0 Script_req 0 -Slur 1 -Spacing_problem 1 -Spanner 1 -Staff 1 -Staff_commands 1 -Stem 1 -Stem 1 -Stem_req 1 -Symtable 1 -Symtables 1 +Slur 0 +Spacing_problem 0 +Spanner 0 +Spring_spacer 0 +Staff 0 +Staff_commands 0 +Stem 0 +Stem 0 +Stem_req 0 +Symtable 0 +Symtables 0 Text_def 0 Text_req 0 -Time_description 1 +Time_description 0 Voice 0 Voice_element 0 -Voice_element_iterator 1 -Voice_iterator 1 -Word_wrap 1 +Voice_element_iterator 0 +Voice_iterator 0 +Word_wrap 0 delete_identifiers 1 parse_duration 1 parse_pitchmod 1 diff --git a/BUGS b/BUGS index 84a3fddf93..1f811c90c9 100644 --- a/BUGS +++ b/BUGS @@ -1,22 +1,11 @@ +Document reintroduced deficiencies. -[document reintroduced deficiencies.] +* placement of bar-numbers -******************* - '.' -> lilypond: lexer.l:258: int My_lily_lexer::yylex(): Assertion `cnv == 1' failed. +* -*********************** +hw:~/musix/spacer/Documentation/out$ LILYINCLUDE=../../input lilypond -o wohltemperirt ../../input/wohltemperirt.ly - -\score { < - \melodic { \id "Staff" ""; c'4 g'4 } - \lyric { \id "Lyric" ""; hello4 bye4 < a chord > } - \lyric { \id "Lyric" ""; bye4 hello4 } - \melodic { \id "Staff" ""; c'4 g'4 } - > -} - -******************* - -Stack frame overwrite in on Solaris 2.5. -Engraver_group_engraver::Engraver_group_engraver() called from -Score_engraver::Score_engraver() +GNU LilyPond 0.1.7 #10/FlowerLib 1.1.26 #1 +Parsing ... [/home/hw/share/lilypond/init//symbol.ly[/home/hw/share/lilypond/init//dynamic.ly][/home/hw/share/lilypond/init//dutch.ly][/home/hw/share/lilypond/init//script.ly][/home/hw/share/lilypond/init//paper16.ly[/home/hw/share/lilypond/init//table16.ly^[[B][/home/hw/share/lilypond/init//engraver.ly]][/home/hw/share/lilypond/init//midi.lySegmentation fault (core dumped) +hw:~/musix/spacer/Documentation/out$ diff --git a/flower/path.cc b/flower/path.cc index bd6a6660d2..5674ca90a3 100644 --- a/flower/path.cc +++ b/flower/path.cc @@ -66,7 +66,7 @@ File_path::find(String nm)const path+= String(path.length_i()? "/":"")+nm; fdebug << path << "? "; - FILE *f = fopen(path, "r"); // ugh! + FILE *f = fopen(path.ch_C(), "r"); // ugh! if (f) { fdebug << "found\n"; fclose(f); -- 2.39.5