]> git.donarmstrong.com Git - lilypond.git/blob - input/test/stem-tremolo.ly
release: 1.3.43
[lilypond.git] / input / test / stem-tremolo.ly
1
2 \version "1.3.42";
3 \score{
4         \context Voice\notes \relative c''{
5                 %%?
6                 \property Voice.textVerticalDirection = #1
7                 %% burp, is this in staff or half spaces, or what?
8                 \property Voice.textScriptPadding = #15
9                 a1:4^":4" a:8^":8" c:16^":16" a:32^":32" a^"x" a:^":"
10                 a4:4 c:8 a:16 c:32 a a: a2:
11                 \break
12                 \stemup
13                 a4:32 a'4:64 
14                 \stemdown
15                 c,4:32 c,4:64
16                 \stemboth
17                 c'8:16 c c c
18                 a': a a: a
19                 c,16:32 c: c c a16:32 a: a a
20                 c8:16 g: d: a:
21                 c8:32 f: b: e:
22         }
23 }