X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Ftypography-demo.ly;h=9182285cf1b5dc7b64eaa335974dad928f8e03e5;hb=e3be51aa65bc7573cc3b5c2e99499e8528dc2edf;hp=fd92803c6fc0543ff640e417b8998a070db4adb4;hpb=0a1eb1cb92c0ed9d34e9b9d9492e7b118a8bb3a0;p=lilypond.git diff --git a/input/typography-demo.ly b/input/typography-demo.ly index fd92803c6f..9182285cf1 100644 --- a/input/typography-demo.ly +++ b/input/typography-demo.ly @@ -8,7 +8,7 @@ heavily mutilated Edition Peters Morgenlied by Schubert" } -\version "2.7.32" +\version "2.10.0" ignoreMelisma = \set ignoreMelismata = ##t ignoreMelismaOff = \unset ignoreMelismata @@ -37,7 +37,7 @@ melody = \relative c'' \repeat volta 2 \context Voice = "singer" { s1*0^\markup { \bigger { \hspace #-3.0 Lieblich, etwas geschwind } } R2. r4 r8 c4 g8 | - \acciaccatura { f16( } e4) c8 + \acciaccatura { f16 } e4 c8 << \new Voice { \stemUp f8. g16 } { \stemDown f8.[ g16] } >> \stemNeutral a8 | @@ -129,7 +129,7 @@ pianoLH = \relative c'' \repeat volta 2\new Voice { \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 @@ -157,14 +157,16 @@ pianoLH = \relative c'' \repeat volta 2\new Voice { \override Stem #'stemlet-length = #0.5 \override Slur #'height-limit = #1.5 } - \context { - \PianoStaff - \override VerticalAlignment #'forced-distance = #10 - } } - \midi { - \tempo 4 = 70 + + \midi { + \context { + \Score + tempoWholesPerMinute = #(ly:make-moment 70 4) } } + + + } }