summaryrefslogtreecommitdiff
path: root/symbol.ini
diff options
context:
space:
mode:
Diffstat (limited to 'symbol.ini')
-rw-r--r--symbol.ini43
1 files changed, 29 insertions, 14 deletions
diff --git a/symbol.ini b/symbol.ini
index d00e751dc5..459deb1f67 100644
--- a/symbol.ini
+++ b/symbol.ini
@@ -1,27 +1,42 @@
# index TeXstring, xmin xmax ymin ymax
+# be careful with editing this:
+# the "index" entry is hardwired into lilypond.
+
table balls
- 1 \wholeball -5 5 -1 1
- 2 \halfball -5 5 -1 1
- 4 \quartball -5 5 -1 1
+ 1 \wholeball -5pt 5pt -1pt 1pt
+ 2 \halfball -5pt 5pt -1pt 1pt
+ 4 \quartball -5pt 5pt -1pt 1pt
end
table bars
- empty \emptybar 0 0 0 0
- | \maatstreep 0 1 0 10
- || \finishbar 0 2 0 10
+ empty \emptybar 0pt 0pt 0pt 0pt
+ | \maatstreep 0pt 1pt -8pt 8pt
+ || \finishbar 0pt 2pt -8pt 8pt
end
table rests
- 1 \wholerest -5 1 -1 1
- 2 \halfrest -5 1 -1 1
- 4 \cquartrest -5 2 -5 5
- 8 \eighthrest -5 1 -1 1
- 16 \sixteenthrest -5 1 -1 1
- 32 \thirtysecondrest -1 1 -1 1
+ 1 \wholerest -5pt 1pt -1pt 1pt
+ 2 \halfrest -5pt 1pt -1pt 1pt
+ 4 \cquartrest -5pt 2pt -5pt 5pt
+ 8 \ceighthrest -5pt 1pt -1pt 1pt
+ 16 \csixteenthrest -5pt 1pt -1pt 1pt
+ 32 \cthirtysecondrest -1pt 1pt -1pt 1pt
end
+table meters
+ C \fourfourmeter 0pt 10pt -5pt 5pt
+ C2 \allabreve 0pt 10pt -5pt 5pt
+end
+# dims ignored for this table
+table param
+ meter \generalmeter{%}{%} -3pt 10pt -5pt 5pt
+ linestaf \linestafsym{%}{%} 0pt 0pt 0pt 0pt
+end
-
-
+table dots
+ 1 \singledot 0pt 4pt -1pt 1pt
+ 2 \doubledot 0pt 8pt -1pt 1pt
+ 3 \tripledot 0pt 12pt -1pt 1pt
+end