]> git.donarmstrong.com Git - lilypond.git/commit
Suppress continuing LyricHyphen under grace note at start of line
authorTrevor Daniels <t.daniels@treda.co.uk>
Sat, 9 Apr 2011 09:43:57 +0000 (10:43 +0100)
committerTrevor Daniels <t.daniels@treda.co.uk>
Sat, 9 Apr 2011 09:43:57 +0000 (10:43 +0100)
commit2aa1d6f450a7f051aa4b0ddcaf89593f7ff23a60
treed8fced75142b7c0e08898f80db1e26a894ea0d37
parent76490755dae238028e919653057f231b25be3445
Suppress continuing LyricHyphen under grace note at start of line

 - improved fix to 688/1590.  Simpler and use of callback
   gives flexibility

 * lyric-hyphen-grace.ly

   regression test

 * lily/spanner.cc

   exclude grace part from test in kill_zero_spanned_time

 * scm/define-grobs.scm

   add kill-zero-spanned-time as after-line-breaking
   callback to LyricHyphen
input/regression/lyric-hyphen-grace.ly [new file with mode: 0644]
lily/spanner.cc
scm/define-grobs.scm