Index: src/Common/ScopedMap.h
===================================================================
--- src/Common/ScopedMap.h	(revision 37cdd97f319c512b8374d214748e986930e2e8f8)
+++ src/Common/ScopedMap.h	(revision d2de1be93f6494379e15cb2f5ae0c8e23b7783ce)
@@ -249,4 +249,6 @@
 
 	/// Gets the note at the given scope
+	Note& getNote() { return scopes.back().note; }
+	const Note& getNote() const { return scopes.back().note; }
 	Note& getNote( size_type i ) { return scopes[i].note; }
 	const Note& getNote( size_type i ) const { return scopes[i].note; }
