summaryrefslogtreecommitdiff
path: root/input/regression/lyric-extender.ly
Commit message (Expand)AuthorAgeFilesLines
* Update .ly files.Neil Puttock2008-12-241-1/+1
* Run convert-ly on input/lsr and input/regressionCarl Sorensen2008-07-051-1/+1
* bump .ly \version to 2.10.0...(cherry picked from d765a75cf6ea0824228b7fe2027dd4757f96fa9d commit) Han-Wen Nienhuys2006-11-141-1/+1
* *** empty log message ***Han-Wen Nienhuys2006-03-161-1/+1
* more conversion for dash-change.Han-Wen Nienhuys2006-02-061-2/+2
* * input/regression/override-nest.ly: new file....* python/convertrules.py (FatalConversionError.subber): conversion rule for #'callbacks * input/regression/override-nest.ly: new function. * lily/parser.yy (music_property_def): allow \override #'a #'b = #c too. * lily/context-property.cc (lookup_nested_property): new function. (evict_from_alist): new function. (general_pushpop_property): new function. (execute_general_pushpop_property): rewrite. Support nested properties too. Han-Wen Nienhuys2005-10-171-1/+1
* * scm/ps-to-png.scm: remove dir-re function....(make-ps-images): generate page names, instead of globbing them. This brings down LilyPond memory usage for make web by a factor 10. (backportme?) * lily/tie-column.cc (set_chord_outlines): new function. (new_directions): read tie-configuration Han-Wen Nienhuys2005-08-221-0/+1
* * configure.in (reloc_b): bump fontforge requirement to 20050624....* python/convertrules.py (conv): add 2.6.0 dummy rule. Han-Wen Nienhuys2005-06-261-1/+1
* * scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps...case. (conv): add dummy 2.4.0 conversion rule. * input/regression/part-combine-text.ly (comm): add expect strings. Han-Wen Nienhuys2004-10-301-1/+1
* The grand \paper -> \layout, \bookpaper -> \paper renaming.Jan Nieuwenhuizen2004-10-101-2/+2
* simplify....complexify. Han-Wen Nienhuys2004-09-231-3/+8
* * input/regression/lyric-extender.ly: simplify....* lily/lyric-extender.cc (print): use it to determine size of extender. Remove Lyric_extender::is_visible(). * lily/extender-engraver.cc (acknowledge_grob): store lyric in next property. * lily/lyric-engraver.cc: remove get_current_rest(). Han-Wen Nienhuys2004-09-231-8/+5
* * input/regression/lyric-extender.ly: Fix and add test....* lily/extender-engraver.cc (stop_translation_timestep): Oops, typo. Jan Nieuwenhuizen2004-09-231-10/+11
* (texidoc): cleanup.Han-Wen Nienhuys2004-09-181-1/+1
* * ly/a4-init.ly (vsize): remove papersize init files....* lily/beam-concave.cc: new file, with new routines for concave decisions. There are now two types of concaveness: 1. a sharp logic decision forcing a beam horizontal, and 2. a number that measures how concave beams are that are not caught by 1. This fixes: morgenlied.ly and input/regression/beam-concave.ly Han-Wen Nienhuys2004-09-121-2/+2
* * scripts/convert-ly.py (conv): remove \lyrics from \lyricsto....* ly/gregorian-init.ly (neumeDemoPaper): remove duplication from manual. * Documentation/user/tutorial.itely (Integrating text and music): remove \score and \notes from manual. Han-Wen Nienhuys2004-07-301-1/+1
* * scripts/convert-ly.py (conv): remove \notes....apply to input examples. * lily/paper-outputter.cc (output_stencil): don't use smobify_self() but self_scm() (ouch). * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM from smobify_self(). * lily/paper-book.cc (output): load framework module scm_c_resolve_module(). Han-Wen Nienhuys2004-06-141-2/+2
* *** empty log message ***Han-Wen Nienhuys2004-04-011-1/+1
* (conv): add 2.2.0 rule.Han-Wen Nienhuys2004-04-011-1/+1
* release commitHan-Wen Nienhuys2004-03-111-1/+1
* *** empty log message ***Jan Nieuwenhuizen2004-03-031-1/+1
* * lily/lyric-phrasing-engraver.cc: remove... * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no longer necessary. * lily/extender-engraver.cc (stop_translation_timestep): rewrite so lyric-phrasing-engraver is no longer necessary. * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove Grob_pq_engraver from Staff. * lily/grob-pq-engraver.cc: remove current_grobs array, read/write busyGrobs directly. Han-Wen Nienhuys2004-02-241-3/+3
* * scripts/lilypond-book.py (do_file): do not overwrite input file....* lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for music/context/grob property functions. Internally, use get_property() and set_property() for both. Han-Wen Nienhuys2004-02-221-1/+1
* * input/regression/{many}.ly: improve descriptions: use complete... sentences, try to describe what is tested, avoid `we´, do not use don't, ... Heikki Junes2004-02-161-1/+1
* *** empty log message ***Han-Wen Nienhuys2004-02-131-1/+1
* * lily/tuplet-engraver.cc: remove tupletInvisible...* scm/define-translator-properties.scm: cleanup, separate in internal and user props. * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change LyricsVoice -> Lyrics * lily/new-part-combine-iterator.cc (process): only print warning for symbols. Han-Wen Nienhuys2004-02-111-2/+2
* * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure...that associatedVoiceContext is always assigned when music & lyrics are found. * ly/engraver-init.ly: remove Lyrics context. (TabVoice): add noteheads engraver * ly/engraver-init.ly: remove Thread * scripts/convert-ly.py (conv): \harmonic rule * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts Han-Wen Nienhuys2004-02-051-2/+2
* * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking...() if dependencies are fluked. * input/mutopia/F.Schubert/morgenlied.ly: add bar checks. Han-Wen Nienhuys2004-01-081-1/+1
* * lily/lyric-phrasing-engraver.cc: move from...new-phrasing-engraver.cc, remove old cruft (syllable-group, lyric-phrasing-engraver.hh) * lyric-align.ly: remove file * scripts/convert-ly.py (FatalConversionError.func): add removal rule for automaticMelismata * ly/engraver-init.ly (ScoreContext): switch on New_phrasing_engraver by default. * lily/slur-engraver.cc (class Slur_engraver): process_acknowledged_grobs -> process_music. (try_music): signal melismata correctly. * lily/lyric-extender.cc (brew_molecule): cleanup. Junk word-space, right-trim-amount, and extend past right bound only for note heads. * lily/new-phrasing-engraver.cc (acknowledge_grob): add lyric-extender support: add note-heads to the extender automatically. * lily/parser.yy: extender is now post_event. * lily/accidental-engraver.cc (number_accidentals): remove spurious warning about non-parent contexts. * scm/define-grobs.scm (all-grob-descriptions): change clef - staffbar distance. Han-Wen Nienhuys2004-01-011-3/+5
* .ly version update.Han-Wen Nienhuys2003-09-191-1/+1
* * scripts/convert-ly.py (FatalConversionError.figures_replace):...rule for < > <-> << >> substitution * lily/lexer.ll: exchange meaning of << >> and < > * VERSION (PACKAGE_NAME): 1.9.3 released Han-Wen Nienhuys2003-08-311-3/+3
* * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura...* ly/grace-init.ly (stopGraceMusic): add slurs on grace note by default * scm/music-functions.scm (set-stop-grace-properties) (set-start-grace-properties, add-grace-property): new functions for modular grace tweak control. * ly/engraver-init.ly (ScoreContext): new property graceSettings. Han-Wen Nienhuys2003-08-271-1/+1
* (conv): dashes rule....Apply rule. Han-Wen Nienhuys2003-08-261-2/+2
* Massive changes - see ChangeLog.Han-Wen Nienhuys2003-08-251-1/+2
* * scm/bass-figure.scm (make-bass-figure-markup): add...alignBassFigureAccidentals property. * lily/volta-bracket.cc (brew_molecule): only put text on 1st bracket. * Documentation/user/refman.itely (Percussion staves): use set-drum-kit Han-Wen Nienhuys2003-07-171-0/+3
* update PO file to 1.6.... * mf/feta-toevallig.mf: tweak for bottom of flat sign. lo-res fixes. * mf/feta-schrift.mf: bugfix in varcoda sign. WARNING: FONT CHANGED * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED, in accordance with lexer.ll. Han-Wen Nienhuys2003-07-141-2/+2
* * buildscripts/mf-to-table.py (base): break table every three...symbols. * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly os-music.ly Han-Wen Nienhuys2003-07-031-1/+1
* *** empty log message ***Graham Percival2003-06-191-0/+11