]> git.donarmstrong.com Git - lilypond.git/blob - input/test/metronome.ly
patch::: 1.3.112.jcn3
[lilypond.git] / input / test / metronome.ly
1
2 \version "1.3.110";
3
4 %
5 % Test new font selection and scm text markup
6 %
7
8 \score{
9         \notes\relative c''{
10                 % put me in an engraver
11                 a1-#'(rows (music "noteheads-2" ((kern . -0.1) "flags-stem") ((kern . -0.1) ((raise . 3.5) "flags-u3"))) " = 64")
12                 }
13         \paper{
14                 linewidth = -1.\mm;
15                 \translator{
16                         \ScoreContext
17                         TextScript \override #'font-shape = #'upright
18                         TextScript \override #'direction = #1
19                 }
20         }
21 }