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