]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/scales.ly
release: 0.0.70pre
[lilypond.git] / input / scales.ly
index 35815153382c87871214daa93af39246ef8e22fc..7f7b935fcbb62bf80cc290b88410d946d4414c57 100644 (file)
@@ -2,7 +2,7 @@
 % scales with accents.
 %
 
-\version "0.0.59";
+\version "0.0.60";
 blah =         \melodic {
                \meter 6/8;     
                \octave  'c ;
@@ -61,13 +61,12 @@ c1
        |[c' b a g][f e d c]
                        
        }
-}
+
 
 \score{
        \melodic {\blah}
        \paper{
-               \symboltables {table_sixteen}
-               \unitspace 1.5 \cm
-               \geometric 1.4
+               \unitspace 1.5 \cm;
+               \geometric 1.4;
        }
 }