]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/morgenlied.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / morgenlied.ly
index 9d67c32ca224051e7597484ce3b10c3039b856db..387bd4911537ab463e90a5df7522cac865e62247 100644 (file)
@@ -27,7 +27,7 @@ been lowered
 
 }
 
-\version "2.14.0"
+\version "2.15.32"
 manuscriptBreak = { \break }
 
 
@@ -106,7 +106,7 @@ secondVerse = \lyricmode {
     }
 
 pianoRH =  \relative c''' \repeat volta 2 {
-    #(set-accidental-style 'modern)
+    \accidentalStyle "modern"
     g16(_\p fis a g fis g f e d c b a ) | 
     <g e>8( <es fis a> <d f b> <c e c'>) r8 r | 
     r8 c'( e,) f r a |
@@ -127,7 +127,7 @@ pianoRH =  \relative c''' \repeat volta 2 {
 }
 
 pianoLH =  \relative c'' \repeat volta 2 {
-    #(set-accidental-style 'modern)
+    \accidentalStyle "modern"
     g16( fis a g fis g f e d c b a) | 
     \clef bass g4.( c,8) r r
     \clef treble r4 <bes' c>8([ <a c>)] r <f c'> |
@@ -154,7 +154,7 @@ pianoLH =  \relative c'' \repeat volta 2 {
     \score {
        << \time 6/8
           \new Staff <<
-              \context Staff #(set-accidental-style 'modern)
+              \context Staff \accidentalStyle "modern"
               \melody >>
           \lyricsto "singer" \new Lyrics \firstVerse
           \lyricsto "singer" \new Lyrics \secondVerse
@@ -180,10 +180,7 @@ pianoLH =  \relative c'' \repeat volta 2 {
            }
        }
        \midi {
-         \context {
-           \Score
-           tempoWholesPerMinute = #(ly:make-moment 70 4)
-         }
+         \tempo 4 = 70
        }
     }
 }