summaryrefslogtreecommitdiff
path: root/input/regression/lyric-combine-new.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
* Trivial one-letter fixes for grammar....(don't bother to check these) Graham Percival2008-02-031-4/+2
* 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
* *** empty log message ***Han-Wen Nienhuys2006-02-131-1/+1
* more conversion for dash-change.Han-Wen Nienhuys2006-02-061-1/+1
* * 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
* *** empty log message ***Han-Wen Nienhuys2005-08-181-24/+24
* * 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-1/+1
* (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-1/+1
* * 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-4/+4
* * 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 ***Jan Nieuwenhuizen2004-04-191-4/+6
* *** 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
* * 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/: Convert ly files that still had \property. Fixes make... web. Remove exta spaces around '='. * scripts/convert-ly.py (conv): Redundant space fixes. Jan Nieuwenhuizen2004-02-131-1/+1
* *** empty log message ***Han-Wen Nienhuys2004-02-131-3/+3
* * 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-6/+6
* * 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-3/+2
* * scm/new-markup.scm (markup): a macro that provides a...LilyPond-like syntax in scheme for building markups, in order to help markup command definition. (Nicolas Sceaux) * input/test/lyrics-skip-notes.ly: new example. * lily/parser.yy (post_event): make HYPHEN into postfix event. * lily/new-lyric-combine-music-iterator.cc (find_context_below): use is_alias() iso. == . This fixes lyrics on GregorianTranscriptions. Han-Wen Nienhuys2004-02-021-3/+3
* * scm/paper.scm (set-staff-size): new function: set default...staff-size. * scripts/convert-ly.py (conv): add conversion rule. * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new function. * scm/paper.scm: new file. (set-staff-size): new function (set-paper-size): new function * lily/parser.yy (music_output_def_body): restructure definition, so first Scheme statement in \paper also happens in new scope. * lily/system.cc (post_processing): move uniquify_list () to dumping molecule stage. * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set barCheckSynchronize to #f. Warning: this will mess up scores that use barchecks to shorten measures. * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder at 20pt too. * Documentation/user/tutorial.itely (Printing lyrics): document \lyricsto * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto * Documentation/user/refman.itely (Fermatas): document \lyricsto * lily/new-lyric-combine-music-iterator.cc (process): don't crash if Voice is not found. * VERSION: release 2.1.10 * lily/parser.yy (markup): MARKUP_HEAD_EMPTY * lily/system.cc (output_lines): revert uniquify_list() patch, strange side effects seen. Han-Wen Nienhuys2004-01-161-3/+4
* * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for...breakpoints. * lily/break-align-interface.cc: add doco * Documentation/user/refman.itely (Rehearsal marks): add index marks. Han-Wen Nienhuys2004-01-141-3/+6
* * mf/feta18.mf: design size is 18 not 22.5...* lily/new-lyric-combine-music-iterator.cc (process): new file. Add a single LyricsVoice to a melody. Melismata may be set individually. * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics. * lily/dot-column.cc: add stdio.h Han-Wen Nienhuys2004-01-131-0/+30