lilypond-1.3.145
[lilypond.git] / init / mudela-book-defs.py
blob9348a8e9c4439bb2066273a9b0d047280a88eb5f
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}
13 \paper{linewidth = -1.\cm;}
15 \end{mudela}
16 """