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