lilypond-1.3.19
[lilypond.git] / lily / compressed-music-iterator.cc
blobb4794e40d20eb1c57c6d53f78e1f7fdbf8876c7e
1 /*
2 compressed-music-iterator.cc -- implement Compressed_music_iterator
4 source file of the GNU LilyPond music typesetter
6 (c) 1998--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8 */
10 #include "compressed-music-iterator.hh"
11 #include "compressed-music.hh"
12 #include "musical-request.hh"
13 #include "translator-group.hh"
14 #include "command-request.hh"
18 void
19 Compressed_music_iterator::do_process_and_next (Moment m)
21 if (first_b_)
23 bool success = report_to_l ()->try_music (dynamic_cast<Compressed_music const*> (music_l_));
24 if (!success)
25 music_l_->warning ( _("No one to print a tuplet start bracket"));
28 Music_wrapper_iterator::do_process_and_next (m);