]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/file-name.hh
* scm/output-ps.scm (dashed-line): add phase argument to
[lilypond.git] / flower / include / file-name.hh
index edfa72c23f5fe52faf35501a4fe9da28a47bfefa..3d1a2d0fb2fe28e6094868387bd8792e6a331b87 100644 (file)
@@ -27,6 +27,9 @@ public:
 
   bool is_absolute () const;
   string to_string () const;
+
+  string dir_part () const;
+  string file_part () const;
 };
 
 #endif /* FILE_NAME */