From: Carl Worth Date: Fri, 23 Sep 2011 00:22:22 +0000 (-0700) Subject: Restructure code to manually add staves, braces, and notes. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=7e2ab4eb3ab1fc670d9a0150996d682e7f55f183;hp=7e2ab4eb3ab1fc670d9a0150996d682e7f55f183;p=scherzo Restructure code to manually add staves, braces, and notes. Previously, the program was hard-coded to draw a grand staff, (two staves connected by a brace). Now, at the level of the score library, each staff and any braces are added manually and any set of staves and braces can be drawn, (the only the two-staves-connected-by-one-brace has been tested). There's also functionality for ading notes, though no notes are drawn yet. ---