Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/clef.py
diff options
context:
space:
mode:
Diffstat (limited to 'clef.py')
-rw-r--r--clef.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/clef.py b/clef.py
index 61f935a..065ada9 100644
--- a/clef.py
+++ b/clef.py
@@ -30,8 +30,10 @@ CLEF_G = 3
class Clef:
clef_type = CLEF_G
- clefs = [None, None, None, rsvg.Handle(file=os.path.join(
- os.environ['SUGAR_BUNDLE_PATH'], 'symbols/Gclef.svg'))]
+ clefs = [None, None, rsvg.Handle(file=os.path.join(
+ os.environ['SUGAR_BUNDLE_PATH'], 'symbols/Fclef.svg')),
+ rsvg.Handle(file=os.path.join(os.environ['SUGAR_BUNDLE_PATH'],
+ 'symbols/Gclef.svg'))]
def __init__(self):
pass