]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/keys.ly
release: 1.1.41
[lilypond.git] / input / keys.ly
index 2adf18aa123342d1383ea60b81ee099529ca0e94..41733051b0654585c2ead3a43b0da7ca79d28d27 100644 (file)
@@ -1,7 +1,7 @@
-\version "1.0.1";
+\version "1.0.16";
 
 
-blah = \melodic {
+blah = \notes {
 
 \transpose c'' {
        \time 4/4;
@@ -20,6 +20,6 @@ blah = \melodic {
 }
 
 \score{
-       \blah
+       \context Staff \blah
        
 }