3 die "arg needed\n" if (!($#ARGV+1));
5 my $hh_q = ($fn =~ /hh$/ );
6 my $MAILADRESS=$ENV{MAILADRESS
};
10 $what = "declare " if ($hh_q);
14 source file of the LilyPond music typesetter
16 (c) 1997 $username <$MAILADRESS>
21 $startdef =~ tr/a-z/A-Z/;
22 my $terminatestr="\n";
24 $headstr .= "\n\n#ifndef $startdef\n#define $startdef\n";
25 $terminatestr .= "#endif // $startdef\n"
28 print $headstr, $terminatestr;