]> git.donarmstrong.com Git - lilypond.git/commit
Fix 585.
authorJoe Neeman <joeneeman@gmail.com>
Sat, 10 May 2008 01:40:09 +0000 (11:40 +1000)
committerJoe Neeman <joeneeman@gmail.com>
Sat, 10 May 2008 01:40:09 +0000 (11:40 +1000)
commit7601132bae1015f0937eb313b09055eb81122f4c
treeece7357bd51893b8d931268bf2bf03575bcd74c3
parent5f21b3bd11c482917b3814631d5a982c78c0d685
Fix 585.

Fix a confusion about the reference point of skylines. The skyline retrieved
with g->get_property("vertical-skylines") should be relative to g, not
relative to g's elements' common refpoint, as some code in align-interface.cc
mistakenly thought.
lily/align-interface.cc