summaryrefslogtreecommitdiff
path: root/lily/tie-engraver.cc
Commit message (Expand)AuthorAgeFilesLines
* Issue 4884: Remove DECLARE_* translator callback macros...David Kastrup2016-06-061-2/+2
* Issue 4865/2: Rewrite of new translator initializations...David Kastrup2016-05-311-2/+7
* Issue 4478: Disentangle some Tie and Semi_tie code...Dan Eble2015-07-071-15/+14
* Issue 4365: non-member unsmob<T> replaces T::unsmob and T::is_smob...Dan Eble2015-05-221-6/+6
* Run grand replace for 2015.Werner Lemberg2015-01-041-1/+1
* Issue 461: LilyPond should accept a tie between notes which are enharmonicall......David Kastrup2014-11-031-5/+24
* Issue 3066: tie in TabStaff (using q) displays one of the unisone notes in a ......David Kastrup2014-10-191-2/+3
* Revert "Issue 3066: tie in TabStaff (using q) displays one of the unisone not......David Kastrup2014-10-181-4/+2
* Issue 3066: tie in TabStaff (using q) displays one of the unisone notes in a ......David Kastrup2014-10-091-2/+4
* Replace remaining uses of unsmob_xxx with Xxx::unsmob...David Kastrup2014-08-021-4/+4
* Run grand-replace (issue 3765)...Carl Sorensen2014-01-111-1/+1
* Issue 1939: showLastLength with hidden tie error message...David Kastrup2013-10-011-1/+5
* Avoids script-tie collisions...Mike Solomon2012-09-101-32/+34
* Issue 2491: Macro for(UP_and_DOWN) and 3 similar....Łukasz Czerwiński2012-04-301-3/+1
* Run grand-replace for 2012Graham Percival2012-01-091-1/+1
* Grand fixcc.py run on all .hh .cc files....Graham Percival2011-08-011-111/+110
* Fix #1581: Only NoteEvents can cause a tie. Ignore all other events that crea...Reinhold Kainhofer2011-07-121-0/+3
* Remove duplicate ties for chords autosplit (1630)Karin Hoethker2011-06-151-8/+42
* Don't set 'tieMelismaBusy until old waiting heads have been cleared...Trevor Daniels2011-03-291-15/+15
* Admin: run yearly grand-replace.Graham Percival2011-01-131-1/+1
* Fix thinko in tie-engraver.cc.Neil Puttock2010-12-021-4/+4
* Ties: Print out a warning for unterminated ties...Reinhold Kainhofer2010-11-271-3/+42
* 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
* Run grand-replace for 2009.Jan Nieuwenhuizen2009-01-061-1/+1
* Run `make grand-replace'.Jan Nieuwenhuizen2008-12-011-1/+1
* ADD_TRANSLATOR: Formatting, fix typos, add some doc strings.Werner Lemberg2008-03-141-3/+10
* use PaperColumns instead of SeparationItemsJoe Neeman2007-06-291-6/+1
* codingstyle nits: space before ( and after ,Han-Wen Nienhuys2007-01-271-1/+1
* excise object keys from back-end.Han-Wen Nienhuys2007-01-111-1/+1
* Coverage fixes: remove tweak registration/application, gnome backend,...Han-Wen Nienhuys2007-01-091-2/+1
* add 2007 to (c) year.Han-Wen Nienhuys2007-01-081-1/+1
* only inspect tieWaitForNote if necessary.Han-Wen Nienhuys2007-01-041-2/+2
* coverage fixes.Han-Wen Nienhuys2007-01-031-1/+0
* Fix #192....Han-Wen Nienhuys2007-01-011-2/+7
* copy 'direction from tie-cause to tie. Fixes #139.Han-Wen Nienhuys2006-12-201-0/+7
* * lily/*.cc, lily/include/*.hh: eliminate dummy arguments from...Erik Sandberg2006-10-151-2/+0
* * lily/translator.cc, lily/context.cc:, lily/translator-group.cc:...Erik Sandberg2006-09-221-7/+7
* (process_music): also set tieMelismaBusy if...Han-Wen Nienhuys2006-09-191-7/+7
* (stop_translation_timestep): only wipe...Han-Wen Nienhuys2006-08-311-3/+9
* (stop_translation_timestep): robustness for ambiti.Han-Wen Nienhuys2006-08-281-0/+7
* * lily/tie-engraver.cc (struct Head_event_tuple): store both...Han-Wen Nienhuys2006-08-241-39/+69
* * Documentation/topdocs/NEWS.tely (Top): doc new feature....Han-Wen Nienhuys2006-08-221-0/+1
* *** empty log message ***Han-Wen Nienhuys2006-08-021-11/+9
* * lily/*-performer.cc: Converted try_music to listen_*...Erik Sandberg2006-07-191-9/+10
* * input/regression/quote-tie.ly: new file....Han-Wen Nienhuys2006-06-081-8/+39
* Fix some bugs in the dynamic engraver and PostScript backendErlend Aasland2006-05-311-109/+35
* * lily/translator.cc, lily/context.cc:, lily/translator-group.cc:...Erik Sandberg2006-09-221-7/+7
* (process_music): also set tieMelismaBusy if...Han-Wen Nienhuys2006-09-191-7/+7
* (stop_translation_timestep): only wipe...Han-Wen Nienhuys2006-08-311-3/+9