]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/parseconstruct.hh
release: 1.0.1
[lilypond.git] / lily / include / parseconstruct.hh
index 205971988089f0c6ddbc592bcc7694b46d44842c..7a8510484678b71197410afa2d8d33f009d49667 100644 (file)
@@ -1,7 +1,7 @@
 /*
   parseconstruct.hh -- part of GNU LilyPond
 
-  (c) 1996,97 Han-Wen Nienhuys
+  (c) 1996--1998 Han-Wen Nienhuys
 */
 
 #ifndef PARSECONSTRUCT_HH
@@ -9,13 +9,11 @@
 
 #include "lily-proto.hh"
 
-String * get_scriptdef(char c);
-Request* get_script_req(char);
-Request*get_script_req(int d , Script_def*def);
-Request*get_text_req(int d , Text_def*def);
-Request* get_stemdir_req(int);
-Request*get_grouping_req(Array<int> i_arr);
-Request* get_hshift_req(int);
+String * get_scriptdef (char c);
+Request* get_script_req (char);
+Request*get_script_req (int d , Script_def*def);
+Request*get_text_req (int d , Text_def*def);
+Request*get_grouping_req (Array<int> i_arr);
 
 #endif // PARSECONSTRUCT_HH