]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/scripts.ly
release: 0.0.74pre
[lilypond.git] / input / scripts.ly
index 4890522195ecc1e4fba83841dba0dd68baa71afa..3882327d27f3a2063bdc39d7120a7f3cf04a4035 100644 (file)
  Tested Features: scripts, text.
 EndMudelaHeader
 %}
-\version "0.0.57";
+\version "0.0.61";
 
 
-blah = \staff{  melodicregs
-
-       \melodic {
+blah =         \melodic {
        \octave c';
        'c ->-.-\fermata-"text"
        c ->-.-\fermata-"text"
@@ -65,11 +63,9 @@ blah = \staff{  melodicregs
        [c-\lheel \< d-\lheel e-\lheel \! f-\lheel]
                [d'-\lheel \> e'-\lheel f'-\lheel \! g'-\lheel]
 }
-}
+
 
 \score{
-       blah
-       \paper{
-               \symboltables {table_sixteen}
-       }
+       \blah
+
 }