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

« back to all changes in this revision

Viewing changes to lily/include/breathing-sign.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:
1
1
/*
2
2
  breathing-sign.hh
3
3
 
4
 
  Copyright (c) 1999--2004 Michael Krause
 
4
  Copyright (c) 1999--2006 Michael Krause
5
5
 
6
6
  written for the GNU LilyPond music typesetter
7
 
 
8
7
*/
9
8
 
10
9
#ifndef BREATHING_SIGN_HH
12
11
 
13
12
#include "lily-guile.hh"
14
13
 
 
14
class Grob;
 
15
 
15
16
/*
16
17
  breathing sign (apostrophe within staff, not the comma above staff
17
18
  type)
19
20
class Breathing_sign
20
21
{
21
22
public:
22
 
  DECLARE_SCHEME_CALLBACK (print, (SCM ));
23
 
  DECLARE_SCHEME_CALLBACK (railtracks, (SCM ));
24
 
  DECLARE_SCHEME_CALLBACK (divisio_minima, (SCM ));
25
 
  DECLARE_SCHEME_CALLBACK (divisio_maior, (SCM ));
26
 
  DECLARE_SCHEME_CALLBACK (divisio_maxima, (SCM ));
27
 
  DECLARE_SCHEME_CALLBACK (finalis, (SCM ));
28
 
  DECLARE_SCHEME_CALLBACK (offset_callback, (SCM element, SCM axis));
29
 
  
30
 
  static bool has_interface (Grob*);
 
23
  DECLARE_SCHEME_CALLBACK (print, (SCM));
 
24
  DECLARE_SCHEME_CALLBACK (railtracks, (SCM));
 
25
  DECLARE_SCHEME_CALLBACK (divisio_minima, (SCM));
 
26
  DECLARE_SCHEME_CALLBACK (divisio_maior, (SCM));
 
27
  DECLARE_SCHEME_CALLBACK (divisio_maxima, (SCM));
 
28
  DECLARE_SCHEME_CALLBACK (finalis, (SCM));
 
29
  DECLARE_SCHEME_CALLBACK (offset_callback, (SCM element));
 
30
 
 
31
  static bool has_interface (Grob *);
31
32
};
32
33
 
33
34
#endif // BREATHING_SIGN_HH