X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ftuplet-bracket.hh;h=a4e88cd4a3ea4b0ed5c24c185f0d7b32ef9b7902;hb=db8c55362bfe478845e2b180eee1ffb7ac87073b;hp=d3209a5d3a9af9e5e7a789f7bbe464cb78083857;hpb=a6a4b3fc2009f17a1a48cca0c11bfd3f38645937;p=lilypond.git diff --git a/lily/include/tuplet-bracket.hh b/lily/include/tuplet-bracket.hh index d3209a5d3a..a4e88cd4a3 100644 --- a/lily/include/tuplet-bracket.hh +++ b/lily/include/tuplet-bracket.hh @@ -1,7 +1,20 @@ /* - tuplet-bracket.hh -- part of GNU LilyPond + This file is part of LilyPond, the GNU music typesetter. - (c) 1997--2008 Jan Nieuwenhuizen + Copyright (C) 1997--2010 Jan Nieuwenhuizen + + LilyPond is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + LilyPond is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with LilyPond. If not, see . */ #ifndef Tuplet_bracket_HH @@ -27,9 +40,10 @@ public: static void get_bounds (Grob *, Grob **, Grob **); static void add_column (Grob *me, Item *); static void add_beam (Grob *me, Grob *); - static Grob *parallel_beam (Grob *me, vector const &cols, bool *equally_long); + static Grob *parallel_beam (Grob *me, vector const &cols, + bool *equally_long); static void calc_position_and_height (Grob *, Real *, Real *dy); - static Stencil make_bracket (Grob *me, Axis protusion_axis, + static Stencil make_bracket (Grob *me, Axis protrusion_axis, Offset dz, Drul_array height, Interval gap, Drul_array widen, Drul_array shorten);