Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/instruments/piano.py
diff options
context:
space:
mode:
authorDaniel Francis <francis@sugarlabs.org>2012-07-20 04:39:43 (GMT)
committer Daniel Francis <francis@sugarlabs.org>2012-07-20 04:39:43 (GMT)
commitd74ad2a2fa0dff8649481bcf1b1c414a3439f18f (patch)
tree9cff9c1cb30a7258f2dc7fec02cf6b3b683dbb00 /instruments/piano.py
parent26aa4b4f4cd640620e8db2a60912000f63c6c5b8 (diff)
F cleff
Diffstat (limited to 'instruments/piano.py')
-rw-r--r--instruments/piano.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/instruments/piano.py b/instruments/piano.py
index b3cd48d..8bb975c 100644
--- a/instruments/piano.py
+++ b/instruments/piano.py
@@ -34,5 +34,6 @@ class Piano(Instrument):
top_staff.clef = clef.Clef()
bottom_staff = Staff()
bottom_staff.clef = clef.Clef()
+ bottom_staff.clef.clef_type = clef.CLEF_F
self.staves.append(top_staff)
self.staves.append(bottom_staff)