Index: src/Common/ScopedMap.h
===================================================================
--- src/Common/ScopedMap.h	(revision 6dba87551bba313b262acd283b1152e2a09904fe)
+++ src/Common/ScopedMap.h	(revision 741e22c9be5d3206b0b9d2ab787878b4cf376b50)
@@ -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; }
