repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lilypond-0.0.2
[lilypond.git]
/
lilyponddefs.tex
blob
48d1e320592b8a698b35882eaa6c4be198fe71d6
1
2
3
\def\musixtwentydefs
{
4
\font\musicfnt
=musix20
5
% \hulplijnbreedte5pt
6
%\hlijnhoogte1pt
7
%\balkskip4pt
8
}
9
\musixtwentydefs
10
\def\mdef
#1#2
{
\def
#1
{{
\musicfnt\char
#2
}}}
11
\mdef\quartball
{
'
007
}
12
\mdef\halfball
{
'
010
}
13
\mdef\wholeball
{
'
011
}
14
\mdef\wholerest
{
'
074
}
15
\mdef\halfrest
{
'
072
}
16
\mdef\quartrest
{
'
076
}
17
\mdef\eighthrest
{
'
077
}
18
\mdef\sixteenthrest
{
'
078
}
19
\mdef\thirtysecondrest
{
'
079
}
20
\mdef\sharp
{
'
065
}
21
\mdef\flat
{
'
063
}
22
\mdef\natural
{
'
067
}
23
\mdef\singledot
{
'
00
}
24
\mdef\doubledot
{
'
01
}
25
\mdef\tripledot
{
'
02
}
26
\def\maatstreep
{
\vrule
height10pt width
1
pt
}
27
\parindent0pt
28
29