Submitter:
Long desciption: Describe as exactly as you can what you did when this error occurred. If you give no description at all, you make it very difficult to track down this bug. You should replace this text with your description, and also remove the "bug-tag" in the bottom of this text so that this bug is not automatically sorted among the bug reports with no description.
(bug-tag: NO_DESCRIPTION)
| Solfege version | 3.19.2 |
| Bzr revision info | branch_nick: build-branch revno: 1777 revision_id: tca@gnu.org-20101227222252-1wo3dakyaahra9o4 clean: False |
| gtk.pygtk_version | (2, 22, 0) |
| gtk | <module 'gtk' from '/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/gtk-2.0/gtk/__init__.pyc'> |
| sys.version_info | sys.version_info(major=2, minor=7, micro=2, releaselevel='final', serial=0) |
| sys.version | 2.7.2 (default, Sep 19 2011, 21:50:35) [GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)] |
| sys.prefix | /opt/local/Library/Frameworks/Python.framework/Versions/2.7 |
| sys.platform | darwin |
| windowsversion | (not running ms windows) |
Message from stderr:
Traceback (most recent call last):
File "/opt/local/share/solfege/solfege/exercises/rhythm.py", line 294, in new_question
self.m_t.play_question()
File "/opt/local/share/solfege/solfege/exercises/rhythm.py", line 40, in play_question
self.play_rhythm(self.get_music_string())
File "/opt/local/share/solfege/solfege/abstract.py", line 282, in play_rhythm
score = mpd.parser.parse_to_score_object(rhythm)
File "/opt/local/share/solfege/solfege/mpd/parser.py", line 249, in parse_to_score_object
cur_voice.append(note, stem_dir)
File "/opt/local/share/solfege/solfege/mpd/elems.py", line 299, in append
raise self.BarFullException()
solfege.mpd.elems.BarFullException
Traceback (most recent call last):
File "/opt/local/share/solfege/solfege/exercises/rhythm.py", line 306, in repeat_question
self.m_t.play_question()
File "/opt/local/share/solfege/solfege/exercises/rhythm.py", line 40, in play_question
self.play_rhythm(self.get_music_string())
File "/opt/local/share/solfege/solfege/abstract.py", line 282, in play_rhythm
score = mpd.parser.parse_to_score_object(rhythm)
File "/opt/local/share/solfege/solfege/mpd/parser.py", line 249, in parse_to_score_object
cur_voice.append(note, stem_dir)
File "/opt/local/share/solfege/solfege/mpd/elems.py", line 299, in append
raise self.BarFullException()
solfege.mpd.elems.BarFullException
Traceback (most recent call last):
File "/opt/local/share/solfege/solfege/exercises/rhythm.py", line 306, in repeat_question
self.m_t.play_question()
File "/opt/local/share/solfege/solfege/exercises/rhythm.py", line 40, in play_question
self.play_rhythm(self.get_music_string())
File "/opt/local/share/solfege/solfege/abstract.py", line 282, in play_rhythm
score = mpd.parser.parse_to_score_object(rhythm)
File "/opt/local/share/solfege/solfege/mpd/parser.py", line 249, in parse_to_score_object
cur_voice.append(note, stem_dir)
File "/opt/local/share/solfege/solfege/mpd/elems.py", line 299, in append
raise self.BarFullException()
solfege.mpd.elems.BarFullException