]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/abbrev.ly
release: 1.0.10
[lilypond.git] / input / test / abbrev.ly
index c57aeabdae631c3ca62431a6b6c30e9d38a7898f..38cfe3e79542e88f4390b31e775881504c60116f 100644 (file)
@@ -1,17 +1,21 @@
 
-\score{\melodic {
+\version "1.0.4";
+\score{
+       \notes \transpose c'''{
+               \stemup
+%              \stemdown
                % default abbreviations
                c4 c4: c4:32 c4: c4 c2.
-               'a1
-               'a1:32
-               'c4:8 c': 'c4:16 c':
-               [ 'c8:16 'c 'c 'c ] [ a a a a ]
-               [ 'c 'f 'b e ] 
-               [ 'c16:32 'c 'c 'c ] [ a16:32 a a a ]
+               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'16:32 g d 'a ]
-               [ 'c8:32 'f 'b e ]
+               [ c'8:16 g d a, ]
+               [ c,8:32 f, b, e ]
+%              [ c'16:32 g d a, ]
                [:32 c16 e]
                [:32 c16 e]
                [:16 c8 e]
@@ -19,4 +23,8 @@
                [:16 e2 g]
                [:16 e1 g]
 
-}}
+       }
+       \paper{
+               castingalgorithm = \Wordwrap;
+       }
+}