]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/J.S.Bach/Solo-Cello-Suites/prelude-cello.ly
patch::: 1.3.140.jcn6
[lilypond.git] / mutopia / J.S.Bach / Solo-Cello-Suites / prelude-cello.ly
index d85d5a703acf12cb365e60deb7186667b03b4c6d..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,33 +0,0 @@
-
-
-
-\version "1.3.117";
-
-\include "prelude-urtext.ly";
-
-preludeCelloGlobal =  \notes{
-       \time 3/4;
-       \key f \major;
-       \clef bass;
-       \skip 2.*63;
-       \bar "|.";
-}
-
-preludeCelloScripts =  \notes{
-}
-
-preludeCelloStaff =  \context Staff <
-       \prelude
-       \preludeCelloGlobal
-       \preludeCelloScripts
->
-
-\score{
-       \preludeCelloStaff
-       \paper{ }
-       \midi{ \tempo 4 = 40; }
-       \header{
-       opus= "" ; 
-       piece ="Pr\\'elude"; }  
-}
-