]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/mutopia/F.Schubert/standchen.ly
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / input / mutopia / F.Schubert / standchen.ly
index 3fe50d91a55b6c4e42cfcb569f5b7bc848d7eab0..05a483da48276ff149d90b28c94197ab454fceb8 100644 (file)
@@ -30,7 +30,7 @@ instrument = "Piano"
   maintainer = "Jan Nieuwenhuizen"
   maintainerEmail = "janneke@gnu.org"
   lastupdated =         "2001/Apr/27"
-  mutopiapublicdomain = "\\parbox[b]{\\hsize}{\\thefooter\\quad\\small
+  mutopiapublicdomain = "\\parbox[b]{\\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 +
@@ -40,10 +40,7 @@ instrument = "Piano"
  footer = "Mutopia-2001/04/27-xx"
 } 
 
-\version "2.5.13"
-
-dynamicUp = \override DynamicLineSpanner  #'direction = #1
-dynamicRevert = \revert DynamicLineSpanner #'direction
+\version "2.7.39"
 
 #(set-global-staff-size 16)
 
@@ -384,7 +381,7 @@ allLyrics = {
            \lyricThrough 
 } }
 
-vocals = \context Voice = "leise"  {
+vocals = \new Voice =  "leise"  {
        \clef treble
        % certainly no auto-beaming for vocals
        \autoBeamOff
@@ -399,19 +396,21 @@ vocals = \context Voice = "leise"  {
        R1 * 3/4 * 6
 }
 
-trebleStaff = \context Staff = "treble"<< 
+trebleStaff = \new Staff =  "treble"<< 
         \set Staff.midiInstrument = "acoustic grand"
        \global
-       {\clef treble
-       \override autoBeamSettings  #'(begin * * * *) = #(ly:make-moment 0 1)
-       \trebleIntro 
-       \trebleVerseOne 
-       \trebleEentje
-       \trebleVerseOne 
-       \trebleThrough }
+       {
+         \clef treble
+
+         \trebleIntro 
+         \trebleVerseOne 
+         \trebleEentje
+         \trebleVerseOne 
+         \trebleThrough
+       }
 >>
 
-bassStaff = \context Staff = "bass"<<
+bassStaff = \new Staff =  "bass"<<
         \set Staff.midiInstrument = "acoustic grand"
        \global
        \clef bass
@@ -440,12 +439,12 @@ bassStaff = \context Staff = "bass"<<
     \layout {
                                % Use
                                %   textheight = 280.\mm
-                               %   linewidth = 190.\mm
+                               %   line-width = 190.\mm
                                % to get this on 3 pages of a4.
        
                                % Mandatory Mutopia settings yield 4 pages :(
        textheight = 270.0\mm
-       linewidth = 180.0\mm
+       line-width = 180.0\mm
 
        \context { \RemoveEmptyStaffContext }
     }