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