]> git.donarmstrong.com Git - lilypond.git/blob - lily/timing-grav.cc
251c8065364562b16242cd7a87db3aa15a1ba1f5
[lilypond.git] / lily / timing-grav.cc
1 /*
2   timing-grav.cc -- implement Timing_engraver
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8 #if 0
9
10 #include "timing-grav.hh"
11 #include "command-request.hh"
12
13
14 Timing_engraver::Timing_engraver()
15 {
16   default_grouping_ = Rhythmic_grouping (MInterval (0,4),4); // ugh
17 }
18
19 void
20 Timing_engraver::fill_staff_info (Staff_info &inf)
21 {
22   inf.time_C_ = &time_;
23   inf.rhythmic_C_ = &default_grouping_;
24 }
25
26
27 #endif