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