index
:
software/lilypond
stafftab
Fork of Lilypond with Stafftab patches.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lily
/
paper-column-engraver.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue 4898: Set rhythmic-location early in paper-column-engraver
...
David Kastrup
2016-06-24
1
-12
/
+12
*
Issue 4865/2: Rewrite of new translator initializations
...
David Kastrup
2016-05-31
1
-5
/
+10
*
Revert "Issue 4550 (1/2) Avoid "using namespace std;" in included files"
...
David Kastrup
2015-08-23
1
-2
/
+0
*
Issue 4550 (1/2) Avoid "using namespace std;" in included files
...
Dan Eble
2015-08-20
1
-0
/
+2
*
Issue 4541 (2/2) Clean up...
...
Dan Eble
2015-08-14
1
-3
/
+3
*
Issue 4464/2: include hygiene: break cycles, remove duplicate includes etc.
David Kastrup
2015-07-02
1
-1
/
+0
*
Issue 4365: non-member unsmob<T> replaces T::unsmob and T::is_smob
...
Dan Eble
2015-05-22
1
-4
/
+4
*
Issue 4377: Run a script for using derived_unsmob where obvious
...
David Kastrup
2015-05-12
1
-1
/
+1
*
Replace C++ (in)equality checks with proper SCM syntax
...
Valentin Villenave
2015-04-21
1
-1
/
+2
*
Run grand replace for 2015.
Werner Lemberg
2015-01-04
1
-1
/
+1
*
Issue4141/2: Use Xxx:is_smob instead of Xxx:unsmob when used in boolean contexts
...
David Kastrup
2014-10-06
1
-2
/
+2
*
unsmob_pitch -> Pitch::unsmob and related
...
David Kastrup
2014-08-02
1
-4
/
+4
*
Run grand-replace (issue 3765)
...
Carl Sorensen
2014-01-11
1
-1
/
+1
*
Issue 3656/2: disambiguate our own ::to_string from std::to_string
David Kastrup
2013-11-20
1
-2
/
+2
*
Adds arpeggio to conditional item grob array.
...
Mike Solomon
2013-04-18
1
-1
/
+3
*
Change class field in stream events to contain the complete event type list
David Kastrup
2012-05-02
1
-1
/
+1
*
Run grand-replace for 2012
Graham Percival
2012-01-09
1
-1
/
+1
*
Clean some code using robust_symbol2string.
Bertrand Bordage
2011-10-18
1
-1
/
+1
*
Fix 1903: honor score-ending manual page breaks.
Joe Neeman
2011-09-18
1
-1
/
+1
*
Fix 1286.
Joe Neeman
2011-08-28
1
-2
/
+18
*
Grand fixcc.py run on all .hh .cc files.
...
Graham Percival
2011-08-01
1
-58
/
+58
*
Admin: run yearly grand-replace.
Graham Percival
2011-01-13
1
-1
/
+1
*
Don't make paper columns if skipTypesetting = ##t (1336)
...
Graham Percival
2010-12-14
1
-5
/
+17
*
Run grand-replace for 2010.
Neil Puttock
2010-01-23
1
-1
/
+1
*
Ensure non-breakpoints are also non-turnpoints.
Joe Neeman
2009-12-10
1
-0
/
+1
*
Update source file headers. Fixes using standard GNU package conventions.
...
Jan Nieuwenhuizen
2009-11-25
1
-3
/
+14
*
Run grand-replace for 2009.
Jan Nieuwenhuizen
2009-01-06
1
-1
/
+1
*
Run `make grand-replace'.
Jan Nieuwenhuizen
2008-12-01
1
-1
/
+1
*
Use `_f' consequently only for strings with arguments.
Werner Lemberg
2008-11-29
1
-1
/
+2
*
In doc strings, replace trailing spaces with leading ones.
...
Werner Lemberg
2008-03-14
1
-8
/
+8
*
ADD_TRANSLATOR: Formatting, fix typos, add some doc strings.
Werner Lemberg
2008-03-14
1
-11
/
+15
*
Don't count accidentals in paper-columns except as conditional items.
Joe Neeman
2007-08-18
1
-7
/
+8
*
Another attempt at removing separating-group-spanner.
Joe Neeman
2007-06-28
1
-2
/
+9
*
\label and \page-ref documentation and news item.
...
Nicolas Sceaux
2007-05-28
1
-1
/
+1
*
Bookmarking labels and page referencing:
...
Nicolas Sceaux
2007-05-28
1
-1
/
+15
*
Fix warning message when forced break gets ignored.
Joe Neeman
2007-04-17
1
-1
/
+1
*
Move fix for beginning break into paper-column-engraver
Joe Neeman
2007-02-19
1
-1
/
+2
*
Make "interpreting" progress indication less verbose
Joe Neeman
2007-02-19
1
-1
/
+1
*
Fix page breaks between scores.
Joe Neeman
2007-02-19
1
-2
/
+2
*
silence some spurious warnings
Joe Neeman
2007-02-01
1
-3
/
+6
*
Warn if break is requested at an unbreakable place
Joe Neeman
2007-01-31
1
-1
/
+7
*
codingstyle nits: space before ( and after ,
Han-Wen Nienhuys
2007-01-27
1
-1
/
+1
*
add 2007 to (c) year.
Han-Wen Nienhuys
2007-01-08
1
-1
/
+1
*
trim duplicate headers.
Han-Wen Nienhuys
2006-11-29
1
-1
/
+0
*
* lily/*.cc, lily/include/*.hh: eliminate dummy arguments from
...
Erik Sandberg
2006-10-15
1
-2
/
+0
*
* lily/paper-column-engraver.cc (stop_translation_timestep): also
...
Han-Wen Nienhuys
2006-10-12
1
-1
/
+1
*
typecheck barnumber.
...
Han-Wen Nienhuys
2006-10-12
1
-2
/
+4
*
* scm/lily.scm (define-scheme-options): add clip-systems option.
...
Han-Wen Nienhuys
2006-10-12
1
-0
/
+11
*
* scm/define-music-types.scm (music-descriptions): remove
...
Joe Neeman
2006-09-17
1
-95
/
+0
*
* lily/paper-column-engraver.cc (finalize): Oops, this change
...
Joe Neeman
2006-08-26
1
-0
/
+1
[next]