]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/mutopia/F.Schubert/morgenlied.ly
* lily/smobs.cc (protect_smob): switch off fancy smob protection
[lilypond.git] / input / mutopia / F.Schubert / morgenlied.ly
index 58d36fe65bc11b47745a674719e9a9e2b4815a0a..d34939a15dc295be2f441e2084138dca75299604 100644 (file)
@@ -27,7 +27,7 @@ been lowered
 
 }
 
-\version "2.4.0"
+\version "2.7.39"
 manuscriptBreak = { \break }
 
 
@@ -36,11 +36,11 @@ manuscriptBreak = { \break }
 
 \paper  {
 %#(set-global-staff-size (* 5.8 mm))
-    linewidth = #(* mm 160)
+    line-width = #(* mm 160)
     indent = 8\mm
     interscoreline = 2.\mm
-    betweensystemspace = 15\mm
-    raggedbottom = ##t 
+    between-system-space = 15\mm
+    ragged-bottom = ##t 
     }
 
 modernAccidentals = {
@@ -50,7 +50,7 @@ modernAccidentals = {
 }
 
 
-melody =    \relative c'' \repeat volta 2 \context Voice = "singer" {
+melody =    \relative c'' \repeat volta 2 \new Voice = "singer" {
     \time 6/8
     \autoBeamOff
     s1*0^\markup { \bold \large\bigger\bigger { \hspace #-3.0 Lieblich, etwas geschwind } }
@@ -160,7 +160,7 @@ pianoLH =  \relative c'' \repeat volta 2 {
           \lyricsto "singer" \new Lyrics \firstVerse
           \lyricsto "singer" \new Lyrics \secondVerse
           \new PianoStaff << 
-              \set PianoStaff.instrument = \markup {
+              \set PianoStaff.instrumentName = \markup {
                   \bold
                   \bigger\bigger\bigger\bigger \huge "2.  " }
               \new Staff \pianoRH
@@ -171,7 +171,8 @@ pianoLH =  \relative c'' \repeat volta 2 {
        \layout {
            \context {
                \Lyrics
-               minimumVerticalExtent = #'(-0.5 . 2.5)
+               \override VerticalAxisGroup #'minimum-Y-extent = #'(-0.5 . 2.5)
+               \override LyricText #'font-size = #-1
            }
            \context {
                \Score
@@ -183,10 +184,12 @@ pianoLH =  \relative c'' \repeat volta 2 {
                \PianoStaff
                \override VerticalAlignment #'forced-distance = #10
            }
-           inputencoding = "latin1"
        }
        \midi {
-           \tempo 4 = 70
+         \context {
+           \Score
+           tempoWholesPerMinute = #(ly:make-moment 70 4)
+         }
        }
     }
 }