]> 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 0e836a04971da4a1881312804719da6da0ff1768..05a483da48276ff149d90b28c94197ab454fceb8 100644 (file)
@@ -1,11 +1,9 @@
 #(ly:set-option 'old-relative)
 
-% #(ly:set-point-and-click 'line-column)
-
 instrument = "Piano"
 
 \header {
-  title = "Ständchen"
+  title = "Ständchen"
   subtitle = "(Serenade)"
   subsubtitle = "Leise flehen meine Lieder"
   opus = "D. 957 No. 4"
@@ -32,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 +
@@ -42,10 +40,7 @@ instrument = "Piano"
  footer = "Mutopia-2001/04/27-xx"
 } 
 
-\version "2.3.22"
-
-dynamicUp = \override DynamicLineSpanner  #'direction = #1
-dynamicRevert = \revert DynamicLineSpanner #'direction
+\version "2.7.39"
 
 #(set-global-staff-size 16)
 
@@ -121,42 +116,42 @@ lyricVerseOne = \lyricmode {
        in den stil -- len Hain her nie -- der,
        Lieb -- chen, komm zu mir! 
        
-       Flüs -- ternd schlan -- ke Wip -- fel rau -- schen
+       Flüs -- ternd schlan -- ke Wip -- fel rau -- schen
        in des Mon -- des Licht,
        in des Mon -- des Licht;
 
-       des Ver -- rä -- ters feind -- lich Lau -- schen
-       fürch -- te, Hol -- de, nicht,
-       fürch -- te, Hol -- de, nicht.
+       des Ver -- rä -- ters feind -- lich Lau -- schen
+       fürch -- te, Hol -- de, nicht,
+       fürch -- te, Hol -- de, nicht.
 }
        
 lyricVerseTwo = \lyricmode{
-       Hörst die Nach -- ti -- gal -- len schla -- gen?
+       Hörst die Nach -- ti -- gal -- len schla -- gen?
        ach! sie fle -- hen dich, 
-       mit der Tö -- ne sü -- "\ss en" Kla -- gen
-       fle -- hen sie für mich. 
+       mit der Tö -- ne sü -- "\ss en" Kla -- gen
+       fle -- hen sie für mich. 
        
        Sie -- ver -- "steh'n" des Bu -- sens Seh -- nen,
        ken -- nen Lieb -- es -- schmerz,
        ken -- nen Lieb -- es -- schmerz,
 
-       rüh -- ren mit den Sil -- ber -- tö -- nen
+       rüh -- ren mit den Sil -- ber -- tö -- nen
        jed -- es wei -- che Herz,
        jed -- es wei -- che Herz.
 }
 
 lyricThrough = \lyricmode{
        La\ss auch dir die Brust be -- we -- gen 
-       Lieb -- chen, hö -- re mich! 
+       Lieb -- chen, hö -- re mich! 
        be -- bend harr' ich dir ent -- ge -- gen! 
        
-       komm, be -- glük -- ke mich!
-       komm, be -- glük -- ke mich, __ 
-       be -- glük -- ke mich!
+       komm, be -- glük -- ke mich!
+       komm, be -- glük -- ke mich, __ 
+       be -- glük -- ke mich!
 }
 
 trebleIntro = \relative c{
-       r8^"\bf Mäßig"\pp <g' c>-. <c es>-. <g c>-. <c es>-. <g c>-. |
+       r8^"\bf Mäßig"\pp <g' c>-. <c es>-. <g c>-. <c es>-. <g c>-. |
        r8 <as c>-. <c es>-. <as c>-. <c es>-. <as c>-. |
        r8 <as c>-. <c d>-. <as c>-. <c d>-. <as c>-. |
        r8 <g b>-. <b d>-. <g b>-. <b d>-. <g b>-. |
@@ -386,7 +381,7 @@ allLyrics = {
            \lyricThrough 
 } }
 
-vocals = \context Voice = leise  {
+vocals = \new Voice =  "leise"  {
        \clef treble
        % certainly no auto-beaming for vocals
        \autoBeamOff
@@ -401,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
@@ -442,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 }
     }