]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/J.S.Bach/wtk1-fugue1.ly
release: 1.0.10
[lilypond.git] / mutopia / J.S.Bach / wtk1-fugue1.ly
index 630abd597804aea54bf8f43e182ad86e10d180dc..e00ea800d39290637776b8bf8afbbaa38b458a93 100644 (file)
@@ -11,16 +11,16 @@ copyright =  "Public Domain";
 %{
        
 %}
-\version "1.0.0";
+\version "1.0.4";
 
 
 global = 
-       \melodic {
+       \notes {
        \time 4/4;                % should be \time C
        }
        
 tenor =
-       \melodic \relative c' {
+       \notes \relative c' {
        \clef "violin";
 
        \stemdown
@@ -61,7 +61,7 @@ tenor =
 
 
 soprane =
-       \melodic \relative c' {
+       \notes \relative c' {
 
        \stemup
        r1 |
@@ -99,7 +99,7 @@ soprane =
        }
 
 alt =
-       \melodic \relative c {
+       \notes \relative c {
        \clef "bass";
 
        
@@ -139,7 +139,7 @@ alt =
        }
 
 bass =
-       \melodic \relative c {
+       \notes \relative c {
        \clef "bass";
 
 
@@ -180,7 +180,7 @@ bass =
 
        
 \score {
-       \melodic \type GrandStaff < 
+       \notes \type GrandStaff < 
                \type Staff = one <
                        \global 
                        \soprane