From c1c4ab08df643484683cb24efbc820af58a634ef Mon Sep 17 00:00:00 2001 From: fred Date: Sat, 5 Oct 1996 14:23:37 +0000 Subject: [PATCH] lilypond-0.0.1 --- symbol.ini | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 symbol.ini diff --git a/symbol.ini b/symbol.ini new file mode 100644 index 0000000000..b66dbe1b5c --- /dev/null +++ b/symbol.ini @@ -0,0 +1,20 @@ +# TeXstring, xmin xmax ymin ymax + +table balls + 1 \wholeball -1 1 -1 1 + 2 \halfball -1 1 -1 1 + 4 \quartball -1 1 -1 1 +end + +table bars + | \maatstreep 0 1 0 10 +end + +table rests + 1 \wholerest -1 1 -1 1 + 2 \halfrest -1 1 -1 1 + 4 \quartrest -1 1 -1 1 + 8 \eighthrest -1 1 -1 1 + 16 \sixteenthrest -1 1 -1 1 + 32 \thirtysecondrest -1 1 -1 1 +end \ No newline at end of file -- 2.39.5