2 score-column.cc -- implement Score_column
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
10 #include "paper-column.hh"
11 #include "score-column.hh"
12 #include "command-request.hh"
14 Score_column::Score_column (Moment w
)
20 Score_column::do_print() const
23 DEBUG_OUT
<< " at " << when_
<< '\n';
24 DEBUG_OUT
<< "Shortest playing: " << shortest_playing_mom_
<< " shortest starter: " << shortest_starter_mom_
;
25 Paper_column::do_print();
31 Score_column::musical_b () const
33 return shortest_starter_mom_
!= Moment(0);