X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fpaper-system.cc;h=909d40479d44e601067500cb79959b70e9108e8b;hb=85d4958c021936c64b6ef9d514a6a2b0d269cc58;hp=437a0eb450d32e165536e693f1fa63fdf92f9f7f;hpb=54b02666750062788185bd3f99e644d621e348c2;p=lilypond.git diff --git a/lily/paper-system.cc b/lily/paper-system.cc index 437a0eb450..909d40479d 100644 --- a/lily/paper-system.cc +++ b/lily/paper-system.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2004--2011 Jan Nieuwenhuizen + Copyright (C) 2004--2012 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 @@ -31,9 +31,9 @@ make_paper_system (SCM immutable_init) /* TODO it might be interesting to split off the footnotes as well, ie. - - get_footnotes(SCM expr, SCM* footnotes, SCM* cleaned) - + + get_footnotes(SCM expr, SCM* footnotes, SCM* cleaned) + by doing it this way and overwriting the old expr in the caller, you can make sure nobody tries to handle footnotes differently downstream. @@ -51,7 +51,7 @@ get_footnotes (SCM expr) // we likely need to do something here...just don't know what... return SCM_EOL; } - + if (head == ly_symbol2scm ("combine-stencil")) { SCM out = SCM_EOL; @@ -77,7 +77,6 @@ get_footnotes (SCM expr) return SCM_EOL; } - void paper_system_set_stencil (Prob *prob, Stencil s) {