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

« back to all changes in this revision

Viewing changes to lily/include/chord-name.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) 1999--2004 Jan Nieuwenhuizen <janneke@gnu.org>
 
6
  (c) 1999--2006 Jan Nieuwenhuizen <janneke@gnu.org>
7
7
*/
8
8
 
9
9
#ifndef CHORD_NAME_HH
10
10
#define CHORD_NAME_HH
11
11
 
12
 
#include "lily-guile.hh"
13
12
#include "stencil.hh"
14
13
 
15
 
 
16
14
class Chord_name
17
15
{
18
16
public:
19
 
  DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM ));
20
 
  static  bool has_interface (Grob*);
 
17
  DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM));
 
18
  static bool has_interface (Grob *);
21
19
};
22
20
 
23
21
#endif // CHORD_NAME_HH