DocLayouterTestFixture()     //SetUp fixture
     : m_libraryScope(cout)
 {
     m_pFonts = m_libraryScope.font_storage();
     m_scores_path = TESTLIB_SCORES_PATH;
     m_libraryScope.set_default_fonts_path(TESTLIB_FONTS_PATH);
 }