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-1.3.122
[lilypond.git]
/
init
/
mudela-book-defs.py
blob
9348a8e9c4439bb2066273a9b0d047280a88eb5f
1
# Default mudela-book init-file
2
{
'mudela'
:
r
"""
3
\begin
{mudela}
[eps \fontoptions]
4
\maininput
5
\end
{mudela}
6
"""
,
7
'mudelaRhythm'
:
r
"""
8
\begin
{mudela}
[eps \fontoptions]
9
\score{
10
\type RhythmicStaff{
11
\notes{\stemup \maininput}
12
}
13
\paper{linewidth = -1.\cm;}
14
}
15
\end
{mudela}
16
"""
17
}