]> git.donarmstrong.com Git - lilypond.git/blob - init/mudela-book-defs.py
9348a8e9c4439bb2066273a9b0d047280a88eb5f
[lilypond.git] / init / mudela-book-defs.py
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 }