/*
break.hh -- declare Break_algorithm
- source file of the LilyPond music typesetter
+ source file of the GNU LilyPond music typesetter
(c) 1996, 1997 Han-Wen Nienhuys <hanwen@stack.nl>
*/
#ifndef BREAK_HH
#define BREAK_HH
#include "varray.hh"
-#include "proto.hh"
+#include "lily-proto.hh"
#include "colhpos.hh"
/** Class representation of an algorithm which decides where to put
/*
- colhpos.hh -- part of LilyPond
+ colhpos.hh -- part of GNU LilyPond
(c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
*/
#ifndef COLHPOS_HH
#define COLHPOS_HH
#include "varray.hh"
-#include "proto.hh"
+#include "lily-proto.hh"
typedef Array<PCol*> Line_of_cols;
#include <iostream.h>
#include "dstream.hh"
#include "real.hh"
-#include "proto.hh"
+#include "lily-proto.hh"
#include "warn.hh"
void error_t(const String& s, Time_description const & t_tdes);
#include <math.h>
#include "real.hh"
-#include "proto.hh"
+#include "lily-proto.hh"
#include "const.hh"
#endif
/*
- idealspacing.hh -- part of LilyPond
+ idealspacing.hh -- part of GNU LilyPond
(c) 1996,97 Han-Wen Nienhuys
*/
#ifndef IDEALSPACING_HH
#define IDEALSPACING_HH
-#include "proto.hh"
+#include "lily-proto.hh"
/// ideal spacing between two columns
struct Idealspacing {
/*
- identifier.hh -- part of LilyPond
+ identifier.hh -- part of GNU LilyPond
(c) 1996,97 Han-Wen Nienhuys
*/
#ifndef IDENTIFIER_HH
#define IDENTIFIER_HH
-#include "proto.hh"
+#include "lily-proto.hh"
#include "string.hh"
#include "input.hh"
/*
- input-music.hh -- part of LilyPond
+ input-music.hh -- part of GNU LilyPond
(c) 1996,97 Han-Wen Nienhuys
*/
#define INPUTMUSIC_HH
#include "plist.hh"
-#include "proto.hh"
+#include "lily-proto.hh"
#include "voice.hh"
#include "moment.hh"
/*
input-register.hh -- declare Input_register
- source file of the LilyPond music typesetter
+ source file of the GNU LilyPond music typesetter
(c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
*/
#include "plist.hh"
#include "string.hh"
-#include "proto.hh"
+#include "lily-proto.hh"
#include "input.hh"
struct Input_register : Input {
#include "string.hh"
#include "plist.hh"
#include "varray.hh"
-#include "proto.hh"
+#include "lily-proto.hh"
#include "input.hh"
class Input_staff:public Input {
#ifndef MAIN_HH
#define MAIN_HH
-#include "proto.hh"
+#include "lily-proto.hh"
void debug_init();
void set_debug(bool);
//
-// midiitem.hh -- part of LilyPond
+// midiitem.hh -- part of GNU LilyPond
//
// copyright 1997 Jan Nieuwenhuizen <jan@digicash.com>
#ifndef MIDI_ITEM_HH
#define MIDI_ITEM_HH
#include "string.hh"
-#include "proto.hh"
+#include "lily-proto.hh"
struct Midi_item {
/* *************** */
#ifndef MIDIWALKER_HH
#define MIDIWALKER_HH
-#include "proto.hh"
+#include "lily-proto.hh"
#include "grouping.hh"
#include "staff-walker.hh"
#include "pcursor.hh"
#ifndef MISC_HH
#define MISC_HH
-#include "proto.hh"
+#include "lily-proto.hh"
#include "real.hh"
#include "moment.hh"
#include "scalar.hh"
/*
lexer.hh -- declare My_lily_lexer
- source file of the LilyPond music typesetter
+ source file of the GNU LilyPond music typesetter
(c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
*/
#include <FlexLexer.h>
#include "lily-proto.hh"
-#include "proto.hh"
+#include "lily-proto.hh"
#include "fproto.hh"
#include "varray.hh"
#include "string.hh"
/*
my-lily-parser.hh -- declare My_lily_parser
- source file of the LilyPond music typesetter
+ source file of the GNU LilyPond music typesetter
(c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
*/
#ifndef MY_LILY_PARSER_HH
#define MY_LILY_PARSER_HH
-#include "proto.hh"
+#include "lily-proto.hh"
#include "duration.hh"
#include "string.hh"
#include "varray.hh"
#include "lily-proto.hh"
-#include "proto.hh"
+#include "lily-proto.hh"
#include "duration.hh"
#include "string.hh"
#include "varray.hh"
/*
paper-def.hh -- declare Paper_def
- source file of the LilyPond music typesetter
+ source file of the GNU LilyPond music typesetter
(c) 1996,1997 Han-Wen Nienhuys <hanwen@stack.nl>
*/
#ifndef PAPER_DEF_HH
#define PAPER_DEF_HH
-#include "proto.hh"
+#include "lily-proto.hh"
#include "real.hh"
#include "string.hh"
#include "moment.hh"
/**
The distance between lines
*/
- Real interline()const;
+ Real interline_f()const;
/// half the distance between lines
- Real internote()const;
+ Real internote_f()const;
/// thickness of the standard line
Real rule_thickness()const;
/*
- parseconstruct.hh -- part of LilyPond
+ parseconstruct.hh -- part of GNU LilyPond
(c) 1996,97 Han-Wen Nienhuys
*/
#ifndef PARSECONSTRUCT_HH
#define PARSECONSTRUCT_HH
-#include "proto.hh"
+#include "lily-proto.hh"
String * get_scriptdef(char c);
Request* get_script_req(char);
/*
pulk-voice.hh -- declare Pulk_voice
- source file of the LilyPond music typesetter
+ source file of the GNU LilyPond music typesetter
(c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
*/
#ifndef PULK_VOICE_HH
#define PULK_VOICE_HH
-#include "proto.hh"
+#include "lily-proto.hh"
#include "lily-proto.hh"
#include "moment.hh"
#include "priorities.hh"
/*
pulk-voices.hh -- declare Pulk_voices
- source file of the LilyPond music typesetter
+ source file of the GNU LilyPond music typesetter
(c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
#include "pqueue.hh"
#include "plist.hh"
#include "moment.hh"
-#include "proto.hh"
+#include "lily-proto.hh"
#include "lily-proto.hh"
#include "voice.hh"
#include "time-description.hh"
/*
- sccol.hh -- part of LilyPond
+ sccol.hh -- part of GNU LilyPond
(c) 1996,97 Han-Wen Nienhuys
*/
#ifndef SCCOL_HH
#define SCCOL_HH
-#include "proto.hh"
+#include "lily-proto.hh"
#include "varray.hh"
#include "moment.hh"
/*
score-walker.hh -- declare Score_walker
- source file of the LilyPond music typesetter
+ source file of the GNU LilyPond music typesetter
(c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
#ifndef SCOREWALKER_HH
#define SCOREWALKER_HH
#include "pcursor.hh"
-#include "proto.hh"
+#include "lily-proto.hh"
#include "varray.hh"
/*
score.hh -- declare Score
- source file of the LilyPond music typesetter
+ source file of the GNU LilyPond music typesetter
(c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
*/
#define SCORE_HH
#include "varray.hh"
-#include "proto.hh"
+#include "lily-proto.hh"
#include "plist.hh"
#include "moment.hh"
#include "assoc.hh"
#ifndef STAFFWALKER_HH
#define STAFFWALKER_HH
-#include "proto.hh"
+#include "lily-proto.hh"
#include "time-description.hh"
#include "pcursor.hh"
/*
staffeleminfo.hh -- declare Score_elem_info
- source file of the LilyPond music typesetter
+ source file of the GNU LilyPond music typesetter
(c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
*/
#ifndef STAFFELEMINFO_HH
#define STAFFELEMINFO_HH
-#include "proto.hh"
+#include "lily-proto.hh"
/// data container.
struct Score_elem_info {
#include "string.hh"
#include "boxes.hh"
-#include "proto.hh"
+#include "lily-proto.hh"
struct Symbol {
String tex;
/*
- text-def.hh -- part of LilyPond
+ text-def.hh -- part of GNU LilyPond
(c) 1996,97 Han-Wen Nienhuys
*/
#define TEXT_DEF_HH
#include "string.hh"
-#include "proto.hh"
+#include "lily-proto.hh"
#include "input.hh"
class Text_def : public Input {
/*
voice-element.hh -- declare Voice_element
- source file of the LilyPond music typesetter
+ source file of the GNU LilyPond music typesetter
(c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
*/
#ifndef VOICE_ELEMENT_HH
#define VOICE_ELEMENT_HH
-#include "proto.hh"
+#include "lily-proto.hh"
#include "plist.hh"
#include "moment.hh"
#include "input.hh"
#ifndef VOICE_HH
#define VOICE_HH
-#include "proto.hh"
+#include "lily-proto.hh"
#include "plist.hh"
#include "moment.hh"