/* contexts.h * Context finders: functions that find the current clef, key, and time * signature contexts for the initial(?) measures being displayed * Also, set the initial values for the staffs from the first measure data * * for Denemo, a gtk+ frontend to GNU Lilypond * (c) 1999-2005 Matthew Hiller */ #include void find_leftmost_staffcontext (DenemoStaff * curstaffstruct, DenemoScore *si); void find_leftmost_allcontexts (DenemoScore *si);