]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/J.S.Bach/Solo-Cello-Suites/prelude-viola.ly
release: 1.3.111
[lilypond.git] / mutopia / J.S.Bach / Solo-Cello-Suites / prelude-viola.ly
index 99b826deaf48432fa261ebf84e3de84006bf198d..75cb1eedc680df9e61a90c162998da3b24e55fb3 100644 (file)
@@ -1,27 +1,13 @@
-\header{
-filename =      "prelude-viola.ly";
-title =         "Solo Cello Suites";
-subtitle = "Suite II";
-% piece = "Pr\\'elude";                % duh
-opus =  "BWV 1008";
-% opus =        "";
-composer =      "Johann Sebastian Bach (1685-1750)";
-enteredby =     "JCN";
-copyright =     "public domain";
-}
 
-%{
- Tested Features:breaking algorithm, chords, multivoice, accents, 
- dotted slurs
-%}
 
-\version "1.0.3";
+
+\version "1.3.110";
 
 \include "prelude-urtext.ly";
 
 prelude_viola_global = \notes{
        \time 3/4;
-       \key f;
+       \key f \major;
        \clef alto;
        \skip 2.*63;
        \bar "|.";
@@ -30,7 +16,7 @@ prelude_viola_global = \notes{
 prelude_viola_scripts = \notes{
 }
 
-prelude_viola_staff = \type Staff <
+prelude_viola_staff = \context Staff <
        \notes \transpose c' \$prelude
        \$prelude_viola_global
        \$prelude_viola_scripts
@@ -38,8 +24,10 @@ prelude_viola_staff = \type Staff <
 
 \score{
        \$prelude_viola_staff
-       \include "scs-paper.ly";
+       \paper{ }
        \midi{ \tempo 4 = 40; }
-       \header{ piece = "Pr\\'elude"; }
+       \header{
+       opus= "" ; 
+       piece ="Pr\\'elude"; }
 }