summaryrefslogtreecommitdiff
path: root/lily/book.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert "Issue 4550 (2/2) Avoid "using namespace std;" in included files"...David Kastrup2015-08-231-0/+1
* Issue 4550 (2/2) Avoid "using namespace std;" in included files...Dan Eble2015-08-201-1/+0
* Set the sequence name in MIDI using title information from...Heikki Tauriainen2015-08-151-1/+12
* Issue 4464/2: include hygiene: break cycles, remove duplicate includes etc.David Kastrup2015-07-021-1/+1
* Issue 4459/1: Mark mark_smob () member functions as constDavid Kastrup2015-06-261-1/+1
* Issue 4365: non-member unsmob<T> replaces T::unsmob and T::is_smob...Dan Eble2015-05-221-11/+11
* Revert "Issue 4360: Reorganize smob initialization to make it more reliable"...David Kastrup2015-05-051-1/+0
* Issue 4360: Reorganize smob initialization to make it more reliable...David Kastrup2015-05-021-0/+1
* Run grand replace for 2015.Werner Lemberg2015-01-041-1/+1
* Issue 4156: Define Smob<> constructors...David Kastrup2014-10-151-0/+1
* Issue4141/2: Use Xxx:is_smob instead of Xxx:unsmob when used in boolean contexts...David Kastrup2014-10-061-1/+1
* Issue 4134: Remove trivial print_smob member functions...David Kastrup2014-10-021-7/+0
* Issue 4135/2: Replace mark_smob static member functions with non-static members...David Kastrup2014-10-021-9/+7
* Issue 4086/1: Reimplement Input in terms of Simple_smobDavid Kastrup2014-09-081-2/+2
* Issue 4082/3: Run scripts/auxiliar/smob-convert.shDavid Kastrup2014-09-011-3/+0
* Replace remaining uses of unsmob_xxx with Xxx::unsmob...David Kastrup2014-08-021-1/+1
* unsmob_pitch -> Pitch::unsmob and related...David Kastrup2014-08-021-10/+10
* Run grand-replace (issue 3765)...Carl Sorensen2014-01-111-1/+1
* Run grand-replace for 2012Graham Percival2012-01-091-1/+1
* Grand fixcc.py run on all .hh .cc files....Graham Percival2011-08-011-32/+32
* Admin: run yearly grand-replace.Graham Percival2011-01-131-1/+1
* Fix #1427....Neil Puttock2010-12-071-4/+10
* T1155: Remove MODULE_GC_KLUDGE blocks....Ian Hulin2010-07-081-11/+11
* indent fix.Han-Wen Nienhuys2010-03-221-1/+1
* Run grand-replace for 2010.Neil Puttock2010-01-231-1/+1
* Update source file headers. Fixes using standard GNU package conventions....Jan Nieuwenhuizen2009-11-251-3/+14
* Introduce new handling for paper margin settings....Michael Käppler2009-10-011-0/+1
* Add the header block to all children, not just the first bookpartReinhold Kainhofer2009-08-311-2/+2
* Fix memory leak of an Output_def.Joe Neeman2009-06-061-0/+1
* Run grand-replace for 2009.Jan Nieuwenhuizen2009-01-061-1/+1
* Fix #713...Nicolas Sceaux2008-12-221-1/+6
* Run `make grand-replace'.Jan Nieuwenhuizen2008-12-011-1/+1
* Book parts: take account of http://codereview.appspot.com/4848 reviewNicolas Sceaux2008-10-181-45/+63
* tabifyNicolas Sceaux2008-08-301-39/+39
* Fix header inheritanceNicolas Sceaux2008-08-301-11/+12
* Book parts: ragged-bottom-last and book titles...Nicolas Sceaux2008-08-231-1/+3
* Book parts: nestable book parts...Nicolas Sceaux2008-08-231-39/+135
* Encapsulate Score::header_ , and provide scheme binding for setting it.Han-Wen Nienhuys2008-02-191-2/+2
* Breakable markups with \markuplines....Nicolas Sceaux2007-06-101-1/+1
* Add a new kind of object, Page_marker, at the same level as scores and...Nicolas Sceaux2007-05-171-1/+3
* codingstyle nits: space before ( and after ,Han-Wen Nienhuys2007-01-271-1/+1
* more generic SCM arg typecheckingHan-Wen Nienhuys2007-01-271-5/+0
* more object key removal.Han-Wen Nienhuys2007-01-111-5/+0
* Excise object keys from Contexts.Han-Wen Nienhuys2007-01-101-1/+1
* add 2007 to (c) year.Han-Wen Nienhuys2007-01-081-1/+1
* plug memory leak in book identifiers.Han-Wen Nienhuys2007-01-061-2/+6
* trim duplicate headers.Han-Wen Nienhuys2006-11-291-2/+0
* #include cleanup.Han-Wen Nienhuys2006-10-031-3/+0
* (get_curve): always use scm_is_pair() looping...Han-Wen Nienhuys2006-09-191-2/+2
* * lily/include/book.hh (class Book): idem....Han-Wen Nienhuys2006-09-011-5/+35