summaryrefslogtreecommitdiff
path: root/genheader
blob: 739df26c472238744f9f5e1b7613795c4aec7855 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh
def=`echo $1 | sed s/\\\./_/ | tr a-z A-Z`
cat << HERE
/*
  $1 -- part of LilyPond

  (c) 1996 Han-Wen Nienhuys
*/

#ifndef $def
#define $def


#endif // $def

HERE