Revision: bd904ea8c710
Author: Carlo Stemberger
Date: Tue May 31 07:09:24 2011
Log: lilypond.py: Note() → Key()
http://code.google.com/p/mingus/source/detail?r=bd904ea8c710
Modified:
/mingus/extra/lilypond.py
=======================================
--- /mingus/extra/lilypond.py Fri May 27 07:33:09 2011
+++ /mingus/extra/lilypond.py Tue May 31 07:09:24 2011
@@ -23,7 +23,7 @@
mingus.containers.
"""
-from mingus.containers.note import Note
+from mingus.core.keys import Key
from mingus.containers.mt_exceptions import (NoteFormatError,
UnexpectedObjectError)
import mingus.core.value as value
@@ -162,7 +162,7 @@
# Throw exception
if not hasattr(track, 'bars'):
return False
- lastkey = Note('C')
+ lastkey = Key('C')
lasttime = (4, 4)
# Handle the Bars: