]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/mutopia/J.S.Bach/bwv940.ly
Add LSR tags and improve LSR snippets presentation
[lilypond.git] / input / mutopia / J.S.Bach / bwv940.ly
index 61a2b620f6467076ce3e0598f9d8aa0ae047d2cb..ef9f2b053bb7c45f7c423bc102996b4e1587712a 100644 (file)
@@ -1,5 +1,5 @@
 #(ly:set-option 'old-relative)
-\version "2.4.0"
+\version "2.10.0"
 
 %{
  Header for Petites Preludes.
@@ -12,6 +12,8 @@
 %}
 
 
+
+
 \header{
   title =       "Praeludium"
   composer =    "Johann Sebastian Bach (1685-1750)"
@@ -31,7 +33,7 @@
   maintainer = "Jan Nieuwenhuizen"
   maintainerEmail = "janneke@gnu.org"
   lastupdated =         "2003/Aug/22"
-  mutopiapublicdomain = "\\parbox{\hsize}{\\thefooter\\quad\\small
+  mutopiapublicdomain = "\\parbox{\paper-width}{\\thefooter\\quad\\small
     \\\\This music is part of the Mutopia project,
     \\texttt{http://www.mutopiaproject.org/}\\\\It has been typeset
     and placed in the public domain by " + \maintainer +
@@ -136,27 +138,35 @@ global = {
 
 \score{
        % Allegretto
-       \context PianoStaff <<
-               \context Staff = "upper" <<
+       \new PianoStaff <<
+               \new Staff = "upper" <<
                        \global
-                       \context Voice = "i"\one
-                       \context Voice = "ii" \two
+                       \new Voice = "i"\one
+                       \new Voice = "ii" \two
                >>
-               \context Staff = "lower" <<
+               \new Staff = "lower" <<
                        \global
                        \clef "bass"
-                       \context Voice = "iii" \three
-                       \context Voice = "iv" \four
+                       \new Voice = "iii" \three
+                       \new Voice = "iv" \four
                >>
        >>
        \layout{
-               linewidth = 17.0 \cm  
+               line-width = 17.0 \cm  
                \context {
                    \Score
                    \override SpacingSpanner #'spacing-increment = #2.0
                }
        }
-       \midi{ \tempo 4 = 40 }
+       
+  \midi {
+    \context {
+      \Score
+      tempoWholesPerMinute = #(ly:make-moment 40 4)
+      }
+    }
+
+
 }