~ubuntu-branches/ubuntu/precise/lilypond/precise

« back to all changes in this revision

Viewing changes to lily/include/ambitus.hh

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Bushnell, BSG
  • Date: 2006-12-19 10:18:12 UTC
  • mfrom: (3.1.4 feisty)
  • Revision ID: james.westby@ubuntu.com-20061219101812-7awtjkp0i393wxty
Tags: 2.8.7-3
scripts/midi2ly.py: When setting DATADIR, find Lilypond python files
in the @TOPLEVEL_VERSION@ directory, not 'current'.  Patch thanks to
Chris Lamb (chris@chris-lamb.co.uk).  (Closes: #400550)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
  source file of the GNU LilyPond music typesetter
5
5
 
6
 
  (c) 2000--2004 Juergen Reuter <reuter@ipd.uka.de>
 
6
  (c) 2000--2006 Juergen Reuter <reuter@ipd.uka.de>
7
7
*/
8
8
 
9
9
#ifndef AMBITUS_HH
11
11
 
12
12
#include "lily-guile.hh"
13
13
 
 
14
class Grob;
 
15
 
14
16
struct Ambitus
15
17
{
16
18
  DECLARE_SCHEME_CALLBACK (print, (SCM smob));
17
 
  static bool has_interface (Grob*);
 
19
  static bool has_interface (Grob *);
 
20
  static Slice get_positions (Grob *);
 
21
  static Interval head_width (Grob *me, Grob *common);
18
22
};
19
23
 
20
24
#endif // AMBITUS_HH