#ifndef _styleH
#define _styleH
/*  
 *  This file is part of abc2ps, 
 *  Copyright (C) 1996,1997,1998  Michael Methfessel
 *  See file abc2ps.c for details.
 */


/* name for this set of parameters */
#define STYLE "std"

void set_style_pars (float strictness);

#endif /* _styleH */
