]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/stem-tremolo.ly
patch::: 1.3.80.mb1
[lilypond.git] / input / test / stem-tremolo.ly
index bc962393deda1299e29c1a1b43df839e388f646b..d1b8151eef47b6ca6bf02b215aaa0571a39c440e 100644 (file)
@@ -1,23 +1,23 @@
 
-\version "1.3.5";
+\version "1.3.59";
 \score{
-       \notes \transpose c'''{
+       \context Voice\notes \relative c''{
+               %%?
+               \property Voice.textVerticalDirection = #1
+               %% burp, is this in staff or half spaces, or what?
+               \property Voice.textScriptPadding = #15
+               a1:4^":4" a:8^":8" c:16^":16" a:32^":32" a^"x" a:^":"
+               a4:4 c:8 a:16 c:32 a a: a2:
+               \break
                \stemup
-%              \stemdown
-               % default abbreviations
-               c4 c4: c4:32 c4: c4 c2.
-               a,1
-               a,1:32
-               c,4:8 c': c,4:16 c':
-               [ c,8:16 c, c, c, ]
-               [ a a a a ]
-               [ c, f, b, e ] 
-               [ c,16:32 c, c, c, ] [ a16:32 a a a ]
-%              % there's still some hairy beam bugfixing todo
-               [ c'8:16 g d a, ]
-               [ c,8:32 f, b, e ]
-               [ c'16:32 g d a, ]
-
-
+               a4:32 a'4:64 
+               \stemdown
+               c,4:32 c,4:64
+               \stemboth
+               c'8:16 c c c
+               a': a a: a
+               c,16:32 c: c c a16:32 a: a a
+               c8:16 g: d: a:
+               c8:32 f: b: e:
        }
 }