diff options
author | Heikki Tauriainen <g034737@welho.com> | 2012-08-05 12:32:12 -0700 |
---|---|---|
committer | Keith OHara <k-ohara5a5a@oco.net> | 2012-08-10 01:28:00 -0700 |
commit | 3b8c237179a4dc6b3ff43d3c200e9ea972e6aee1 (patch) | |
tree | ec6a9f271694294825551b4deff3d8b5b9fa55f8 /input | |
parent | d24b0b8c2754b44fc70784967541b640d01d9b3e (diff) |
Midi: initial volume if a Voice begins in (de)cresc
morgenleid.ly: put dynamic in logical Voice; no print changes
Diffstat (limited to 'input')
-rw-r--r-- | input/regression/morgenlied.ly | 2 | ||||
-rw-r--r-- | input/regression/typography-demo.ly | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/input/regression/morgenlied.ly b/input/regression/morgenlied.ly index 182cc64086..49fd4b1826 100644 --- a/input/regression/morgenlied.ly +++ b/input/regression/morgenlied.ly @@ -112,7 +112,7 @@ pianoRH = \relative c''' \repeat volta 2 { <g e>8( <es fis a> <d f b> <c e c'>) r8 r | r8 c'( e,) f r a | \once \override DynamicLineSpanner #'padding =#3 - r8 << { s8 s8 } << { fis(\> g)\! + r8 << { s8\> s8\! } << { fis( g) } \\ { c,4 } >> >> r8 <e c g> <e c g> | <d c a>4. r8 \clef bass <d b f> <d b f> | e,16_" "_\markup { \bold\italic cresc. } g c g e g d gis b gis d gis | diff --git a/input/regression/typography-demo.ly b/input/regression/typography-demo.ly index d6d87d15d8..b6d2c74f88 100644 --- a/input/regression/typography-demo.ly +++ b/input/regression/typography-demo.ly @@ -9,6 +9,8 @@ heavily mutilated Edition Peters Morgenlied by Schubert" } \version "2.15.32" +#(ly:expect-warning (_ "(De)crescendo with unspecified starting volume in MIDI.")) +#(ly:expect-warning (_ "(De)crescendo with unspecified starting volume in MIDI.")) ignoreMelisma = \set ignoreMelismata = ##t ignoreMelismaOff = \unset ignoreMelismata |