X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fpaper-column.cc;h=24d76a163abbacbafa63eabc06948b0a08da79b2;hb=303c4023fce97de0cfb2d27a7e689d1ad7c4752b;hp=e8533e945327ff5365a9a482846e33ca655a5111;hpb=4de166b926eb374623101ef8d80fb0f67444b019;p=lilypond.git diff --git a/lily/paper-column.cc b/lily/paper-column.cc index e8533e9453..24d76a163a 100644 --- a/lily/paper-column.cc +++ b/lily/paper-column.cc @@ -1,9 +1,20 @@ /* - paper-column.cc -- implement Paper_column + This file is part of LilyPond, the GNU music typesetter. - source file of the GNU LilyPond music typesetter + Copyright (C) 1997--2010 Han-Wen Nienhuys - (c) 1997--2009 Han-Wen Nienhuys + 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 . */ #include "paper-column.hh" @@ -46,6 +57,12 @@ Paper_column::get_rank (Grob const *me) return dynamic_cast (me)->rank_; } +void +Paper_column::set_rank (int rank) +{ + rank_ = rank; +} + System * Paper_column::get_system () const { @@ -365,6 +382,7 @@ ADD_INTERFACE (Paper_column, "line-break-system-details " "line-break-penalty " "line-break-permission " + "maybe-loose " "page-break-penalty " "page-break-permission " "page-turn-penalty "