]> git.donarmstrong.com Git - lilypond.git/commit
Fix bugs with aligning on main part of the NoteColumn
authorJanek Warchoł <lemniskata.bernoullego@gmail.com>
Sun, 17 Aug 2014 14:14:11 +0000 (16:14 +0200)
committerJanek Warchoł <lemniskata.bernoullego@gmail.com>
Wed, 27 Aug 2014 07:43:06 +0000 (09:43 +0200)
commit2c279ba4a1602f72afa2940b51c5e50d8c5a4b60
tree57cd325387deac6c9114d9e0d498fdeebee62e0d
parent54e99169c083ddde748e0f583c2d007cfe937044
Fix bugs with aligning on main part of the NoteColumn

NoteColumns may contain either noteheads or rests, so the function
was changed to handle the case when NoteColumn contains only rest.

ly_scm2bool returns true when the argument is unset - that's not
what we want: unset properties should evaluate to false.
lily/include/note-column.hh
lily/note-column.cc
lily/self-alignment-interface.cc