From f5be445a3339e5f40817aa22cd1d46f237ac59db Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 21 Oct 1996 19:56:48 +0000 Subject: [PATCH] lilypond-0.0.4 --- lexer.l | 2 +- main.cc | 37 ++++++++++++++++++------------------- note.cc | 2 +- 3 files changed, 20 insertions(+), 21 deletions(-) diff --git a/lexer.l b/lexer.l index a0da226a99..03853ca579 100644 --- a/lexer.l +++ b/lexer.l @@ -193,4 +193,4 @@ yyerror(char *s) return NOTENAME; } -#endif \ No newline at end of file +#endif diff --git a/main.cc b/main.cc index 2145331565..5e518752cf 100644 --- a/main.cc +++ b/main.cc @@ -17,25 +17,24 @@ long_option_init theopts[] = { void notice() { cout << - "LilyPond, a music typesetter. -Copyright (C) 1996 by - Han-Wen Nienhuys - - - This program is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License version 2 -as published by the Free Software Foundation. - - This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -General Public License for more details. - - You should have received a copy (refer to the file COPYING) of the -GNU General Public License along with this program; if not, write to -the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, -USA. -" + "LilyPond, a music typesetter.\n" + "Copyright (C) 1996 by\n" + " Han-Wen Nienhuys \n" + "\n" + "\n" + " This program is free software; you can redistribute it and/or\n" + "modify it under the terms of the GNU General Public License version 2\n" + "as published by the Free Software Foundation.\n" + "\n" + " This program is distributed in the hope that it will be useful,\n" + "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" + "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n" + "General Public License for more details.\n" + "\n" + " You should have received a copy (refer to the file COPYING) of the\n" + "GNU General Public License along with this program; if not, write to\n" + "the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,\n" + "USA.\n"; } int diff --git a/note.cc b/note.cc index c51e3c33af..2307729a3c 100644 --- a/note.cc +++ b/note.cc @@ -111,7 +111,7 @@ get_note_element(String pitch, String durstr) } Voice_element * -get_rest_element(String type, String durstr) +get_rest_element(String, String durstr) { Voice_element*v = new Voice_element; int i=0; -- 2.39.5