File: contexts.h

package info (click to toggle)
denemo 0.5.9-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,500 kB
  • ctags: 2,415
  • sloc: ansic: 23,057; sh: 3,321; yacc: 1,737; makefile: 449; lex: 376
file content (15 lines) | stat: -rw-r--r-- 425 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* contexts.h
 * Context finders: functions that find the current clef, key, and time
 * signature contexts for the initial measures being displayed and for
 * 
 *
 * for Denemo, a gtk+ frontend to GNU Lilypond
 * (c) 1999, 2000, 2001 Matthew Hiller
 */

#include "datastructures.h"

void find_leftmost_staffcontext (staff * curstaffstruct,
				 struct scoreinfo *si);

void find_leftmost_allcontexts (struct scoreinfo *si);