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

« back to all changes in this revision

Viewing changes to lily/score-translator.cc

  • 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
 
/*   
2
 
  score-translator.cc --  implement Score_translator
 
1
/*
 
2
  score-translator.cc -- implement Score_translator
3
3
 
4
4
  source file of the GNU LilyPond music typesetter
5
5
 
6
 
  (c) 2004 Han-Wen Nienhuys <hanwen@xs4all.nl>
7
 
 */
 
6
  (c) 2004--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
7
*/
8
8
 
9
9
#include "score-translator.hh"
10
10
#include "moment.hh"
14
14
{
15
15
}
16
16
 
17
 
Music_output*
 
17
SCM
18
18
Score_translator::get_output ()
19
19
{
20
 
  return 0;
 
20
  return SCM_EOL;
21
21
}
22
22
 
23
23
void