]> 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 02de0f42541c43bab1ae9bb1938bf6d61be3b573..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,7 +40,7 @@ instrument = "Piano"
  footer = "Mutopia-2001/04/27-xx"
 } 
 
-\version "2.5.18"
+\version "2.7.39"
 
 #(set-global-staff-size 16)
 
@@ -381,7 +381,7 @@ allLyrics = {
            \lyricThrough 
 } }
 
-vocals = \context Voice = "leise"  {
+vocals = \new Voice =  "leise"  {
        \clef treble
        % certainly no auto-beaming for vocals
        \autoBeamOff
@@ -396,14 +396,12 @@ 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-auto-beam-setting
-           '(begin * * * *) @var{a} @var{b}
-           (ly:make-moment 0 1))
+
          \trebleIntro 
          \trebleVerseOne 
          \trebleEentje
@@ -412,7 +410,7 @@ trebleStaff = \context Staff = "treble"<<
        }
 >>
 
-bassStaff = \context Staff = "bass"<<
+bassStaff = \new Staff =  "bass"<<
         \set Staff.midiInstrument = "acoustic grand"
        \global
        \clef bass
@@ -441,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 }
     }