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