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