]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/scripts.ly
Fixes documentation.
[lilypond.git] / input / test / scripts.ly
index 294e7195d0e5976e19bc54bbb0c84826ecd73314..5d7561c78a33cb4839b8c230d9cb25917ea58bcf 100644 (file)
@@ -1,8 +1,9 @@
+\version "1.7.6"
        
-\version "1.2.0";
 
 
-blah =         \notes{ \transpose c'' {
+
+blah =         \notes{ \transpose c c' {
 
        c,4 ->-.-\fermata-"text"
        c ->-.-\fermata-"text"
@@ -34,16 +35,16 @@ blah =      \notes{ \transpose c'' {
        d' _>_._\fermata _"text"
        d'' _>_._\fermata _"text"
                        
-       \stemup
+       \stemUp
        b,-. c-. d-. e-. f-. g-. a-. b-. c'-.
-       \stemdown
+       \stemDown
        a-. b-. c'-. d'-. e'-. f'-. g'-. a'-. b'-.
-       \stemup
+       \stemUp
        b,-> c-> d-> e-> f-> g-> a-> b-> c'->
-       \stemup
+       \stemUp
        b,---. c---. d---. e---. f---. g---. a---. b---. c'---.
-       \stemboth
-      \time 4/4;
+       \stemBoth
+      \time 4/4
        [c8 \< d e \! f][d' \> e' f' \! g'] 
        [c-> \< d-> e-> \! f->][d'-> \> e'-> f'-> \! g'->] 
        [c-^ \< d-^ e-^ \! f-^][d'-^ \> e'-^ f'-^ \! g'-^] 
@@ -66,3 +67,4 @@ blah =        \notes{ \transpose c'' {
        \blah
 
 }
+%% new-chords-done %%