Let DynamicTextSpanner end alignment early if line is hidden.
commit3847662bf0b0e54f9bc9e0fc7910d8ff844c7e09
authorNeil Puttock <n.puttock@gmail.com>
Mon, 7 Jun 2010 21:51:30 +0000 (7 22:51 +0100)
committerNeil Puttock <n.puttock@gmail.com>
Mon, 7 Jun 2010 21:51:30 +0000 (7 22:51 +0100)
tree43ea19595c13d326a1c8f1439fe8bb31106a4b6c
parent40085ea3236993f049ef56433ad1c13a9ba3212e
Let DynamicTextSpanner end alignment early if line is hidden.

* lily/dynamic-align-engraver.cc (acknowledge_dynamic):

  if acknowledged spanner is a DynamicTextSpanner and its line style = 'none,
  break alignment spanner
input/regression/dynamics-alignment-no-line.ly [new file with mode: 0644]
lily/dynamic-align-engraver.cc