2 abbreviation-beam.cc -- implement Chord_tremolo
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 Jan Nieuwenhuizen <janneke@gnu.org>
10 #include "paper-column.hh"
13 #include "chord-tremolo.hh"
17 #include "molecule.hh"
18 #include "leastsquares.hh"
20 #include "paper-def.hh"
22 #include "stem-info.hh"
27 Chord_tremolo::Chord_tremolo ()
33 Chord_tremolo::do_brew_molecule_p () const
35 return Beam::do_brew_molecule_p ();
39 Chord_tremolo::do_print () const
48 beams to go with one stem.
51 Chord_tremolo::stem_beams (Stem
*here
, Stem
*next
, Stem
*prev
) const
55 - shorter beams (not reaching outer "stems")
56 for [:16 c4 c4] and [:16 c1 c1]
57 - centered beam on [:16 c1 c1] heads, rather than "stems"
59 return Beam::stem_beams (here
, next
, prev
);