Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/instruments/instrument.py
diff options
context:
space:
mode:
authorDaniel Francis <francis@sugarlabs.org>2012-07-21 22:55:09 (GMT)
committer Daniel Francis <francis@sugarlabs.org>2012-07-21 22:55:09 (GMT)
commit271c6f29b5a4a9008cf9dd87cd4b9bf6ce35b09e (patch)
tree778b251f653278838980d960f5d5f9b38a0f5beb /instruments/instrument.py
parentf2b318808a996705c22c65cd1f5ef29472dc679d (diff)
Solving some showing bugs, creating class for beats
Diffstat (limited to 'instruments/instrument.py')
-rw-r--r--instruments/instrument.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/instruments/instrument.py b/instruments/instrument.py
index 3d3f3fc..e4653a1 100644
--- a/instruments/instrument.py
+++ b/instruments/instrument.py
@@ -60,6 +60,7 @@ class Instrument:
y0=y0)
accolade_cr.transform(matrix)
self.svg.render_cairo(accolade_cr)
+ accolade_cr.clip()
def guess_height(self, linespace):
return len(self.staves) * linespace * 9