]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/input.hh
release: 1.3.73
[lilypond.git] / flower / include / input.hh
index 44f2bb90dadc038405894dac4b5f7d970eee6781..a9baf330b341ce01636052048f5e62207c79142a 100644 (file)
@@ -28,6 +28,13 @@ public:
   Input spot () const;
   String location_str () const;
   String line_number_str () const;
+
+
+  String file_str ()const;
+  int line_number ()const;
+  int column_number ()const;
+
+  
   Input (Source_file*, char const*);
   Input ();
 };