]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/kortjakje.ly
release: 0.0.25
[lilypond.git] / input / kortjakje.ly
index fa54120b50bebad63b1cc32f3c1f0bf6f36828ed..bfcfebaeb004612cbad243c37a67231fbe458c4e 100644 (file)
@@ -1,6 +1,7 @@
-% "Ah, je vous dirai, maman" (Mozart)
+% "Ah,  vous dirais-je, maman" (Mozart, KV 265)
 % 
 % bare bones version. (written down from memory :-)
+% for lyrics, see twinkle.ly
 
 % the % is a comment.
 
@@ -51,7 +52,7 @@ bstaf = staff {
        melodic
        music { begeleiding }   % use the declared music
                commands {      % commands with Staff-wide impact.
-                       clef bass       % bass-clef
+                       clef "bass"     % bass-clef
                }
        }
 
@@ -59,7 +60,7 @@ bstaf = staff {
 vstaf = staff {
        melodic
                music { melodie }
-               commands { clef violin }
+               commands { clef "violin" }
                                % default clef is violin clef
        }