]> git.donarmstrong.com Git - lilypond.git/commit
Add Scheme function to return column associated with Item.
authorDavid Nalesnik <david.nalesnik@gmail.com>
Sat, 14 Feb 2015 20:45:07 +0000 (14:45 -0600)
committerDavid Nalesnik <david.nalesnik@gmail.com>
Thu, 19 Feb 2015 13:45:56 +0000 (07:45 -0600)
commit2245ccb1308303639f07ccbbc6788957993248cc
treeafc6c9d5df43d11f8712fb7389ba23254e3e1dec
parent60eeb4a4ff217e3abbfcb6b4de94f0a6ef6d437d
Add Scheme function to return column associated with Item.

The C++ function Paper_column::get_column is used frequently,
and it makes sense to have a Scheme function which performs
the same task.  An example of a practical application
is the request by users to return the location of a particular
grob in a score: this is done by examining the PaperColumn
or NonMusicalPaperColumn associated with the grob.
lily/item-scheme.cc