music-suite / music-score

This repo has been merged into: https://github.com/music-suite/music-suite
http://music-suite.github.io
BSD 3-Clause "New" or "Revised" License
52 stars 10 forks source link

Bad interaction of tie splitting and dynamic contexts #216

Closed hanshoglund closed 10 years ago

hanshoglund commented 10 years ago

Good

open $ level pp c |> level ff d |> level pp c

Bad

open $ stretch 2 (level pp c) |> stretch 2 (level ff d) |> stretch 2 (level pp c)

Note

We might also need to add

      \override Hairpin #'minimum-length = #7 

Inside each staff context.

Cause

Current order:

Equivalent:

Required order: