]> git.donarmstrong.com Git - lilypond.git/commit
time signature positioning for non-standard staves
authorBenkő Pál <benko.pal@gmail.com>
Thu, 19 Jul 2012 21:07:57 +0000 (23:07 +0200)
committerBenkő Pál <benko.pal@gmail.com>
Thu, 9 Aug 2012 19:42:10 +0000 (21:42 +0200)
commit0b5d0acdc14a073f9cf763c8b596ba02f2a8f08d
tree1175443633fd61b3537cfb81959e996bfd593503
parentdd3d77f226d5304e2359cf332b7553cb773eecc5
time signature positioning for non-standard staves

the only non-standardness the old code catered for is altered line-count.
the aim here is to position time signature similarly with any of the following:
\override StaffSymbol #'line-count = #'4
\override StaffSymbol #'line-positions = #'(-2 0 2 4)
\override StaffSymbol #'line-positions = #'(-4 -2 0 2)
lily/time-signature.cc