Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/instruments/instrument.py
diff options
context:
space:
mode:
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