Hi Trevor,

I hope you don't mind the following late comments. :)

Cheers,
Neil


http://codereview.appspot.com/4313047/diff/1/input/regression/lyric-hyphen-grace.ly
File input/regression/lyric-hyphen-grace.ly (right):

http://codereview.appspot.com/4313047/diff/1/input/regression/lyric-hyphen-grace.ly#newcode15
input/regression/lyric-hyphen-grace.ly:15: \lyricmode {
remove (implicit in \addlyrics)

http://codereview.appspot.com/4313047/diff/1/lily/lyric-hyphen.cc
File lily/lyric-hyphen.cc (right):

http://codereview.appspot.com/4313047/diff/1/lily/lyric-hyphen.cc#newcode46
lily/lyric-hyphen.cc:46: if (Paper_column::when_mom
(bounds[LEFT]->get_column ()).grace_part () != Rational (0)
I think you could fold this into the existing code below:

if (bounds[LEFT]->break_status_dir ()
    && (Paper_column::when_mom (bounds[LEFT]).main_part ()
    == Paper_column::when_mom (bounds[RIGHT]->get_column ()).main_part
()))

http://codereview.appspot.com/4313047/

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to