]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/mutopia/R.Schumann/romanze-op28-2.ly
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / mutopia / R.Schumann / romanze-op28-2.ly
index 9244f3a7ac8ae3507341d3188b6b9ee08beace24..0f37f3a1edf3817178c5f8ee5c493da5454447ac 100644 (file)
@@ -4,7 +4,7 @@
 
 #(set-global-staff-size 16)
 
-\version "2.7.39"
+\version "2.11.61"
 
 \header {
   title = "Romanzen"
@@ -255,7 +255,7 @@ leftb =  \transpose c cis {
     \override PianoStaff.InstrumentName #'font-shape = #'italic
     \override PianoStaff.InstrumentName #'font-magnification = #3
     
-    \set PianoStaff.instrument = "  2."
+    \set PianoStaff.instrumentName = "  2."
     \new Staff =  "up" {
       \override Staff.DynamicLineSpanner   #'direction = #DOWN
       \clef G <<\global \new Voice =  "upv" \righta >>
@@ -265,8 +265,8 @@ leftb =  \transpose c cis {
     \override Staff.InstrumentName #'font-shape = #'upright
     \override Staff.InstrumentName #'font-magnification = #1
     \override Staff.InstrumentName #'extra-offset = #'(0 . 6)
-   % \set Staff.instrument = "\\begin{turn}{-90}{Rechte Hand}\\end{turn}"
-    \set Staff.instrument = \markup { \column { Rechte Hand }  \hspace #2 }
+   % \set Staff.instrumentName = "\\begin{turn}{-90}{Rechte Hand}\\end{turn}"
+    \set Staff.instrumentName = \markup { \column { Rechte Hand }  \hspace #2 }
       \clef F <<\global \new Voice =  "midv" \rightb>>
     }
       \new Staff =  "down" {
@@ -283,12 +283,16 @@ leftb =  \transpose c cis {
       \Score
       \override SpacingSpanner #'common-shortest-duration = #(ly:make-moment 1 8)
     }
+  }
+  
+  \midi {
     \context {
-      \PianoStaff
-      \override VerticalAlignment #'forced-distance = #13.0
+      \Score
+      tempoWholesPerMinute = #(ly:make-moment 100 8)
+      }
     }
-  }
-  \midi { \tempo 8=100 }
+
+
 }