]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/J.S.Bach/wtk1-prelude1.ly
release: 1.0.10
[lilypond.git] / mutopia / J.S.Bach / wtk1-prelude1.ly
index 368602e9f7c11097ac3f03ec5f10e84a1ec7a4f5..1ae74ec4aadfda5bfd0c482f748d33fedbc97238 100644 (file)
@@ -8,22 +8,21 @@ enteredby =    "Shay Rojansky";
 copyright =     "Public Domain";
 }
 
-\version "0.1.14";
+\version "1.0.4";
 
 global = 
-    \melodic {
-        \meter 4/4;                % should be \meter C
+    \notes {
+        \time 4/4;                % should be \time C
     }
   
 
 % should do programmable input.
 
 soprane =
-    \melodic {
+    \notes \transpose c'' {
         \clef "violin";
-        \octave c';
 
-       \multi 2 <
+       \type Staff <
        % Real soprane
        {\stemup
        r8 [g16 c'] [e' g c' e'] r8 [g16 c'] [e' g c' e'] |
@@ -79,9 +78,9 @@ soprane =
     }
 
 bass =
-    \melodic {
+    \notes {
         \clef "bass";
-        \octave c;
+
 
        \stemdown
        c'2 c' |
@@ -94,7 +93,7 @@ bass =
        b b |
        a a |   
 %% 10
-       \multi 2 <
+       \type Staff <
        % Alt
        {\stemup
        r16 a8. ~ a4 r16 a8. ~ a4 |
@@ -162,7 +161,7 @@ bass =
 
         
 \score {
-    \melodic \type Grand_staff < 
+    \notes \type GrandStaff < 
                   <
                        \global 
                        \soprane