| Commit message (Expand) | Author | Age | Files | Lines |
* | Update .ly files. | Neil Puttock | 2008-12-24 | 1 | -1/+1 |
* | Run convert-ly on input/lsr and input/regression | Carl Sorensen | 2008-07-05 | 1 | -1/+1 |
* | Trivial one-letter fixes for grammar....(don't bother to check these)
| Graham Percival | 2008-02-03 | 1 | -4/+2 |
* | bump .ly \version to 2.10.0...(cherry picked from d765a75cf6ea0824228b7fe2027dd4757f96fa9d commit)
| Han-Wen Nienhuys | 2006-11-14 | 1 | -1/+1 |
* | *** empty log message *** | Han-Wen Nienhuys | 2006-03-16 | 1 | -1/+1 |
* | *** empty log message *** | Han-Wen Nienhuys | 2006-02-13 | 1 | -1/+1 |
* | more conversion for dash-change. | Han-Wen Nienhuys | 2006-02-06 | 1 | -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 Nienhuys | 2005-10-17 | 1 | -1/+1 |
* | *** empty log message *** | Han-Wen Nienhuys | 2005-08-18 | 1 | -24/+24 |
* | * configure.in (reloc_b): bump fontforge requirement to 20050624....* python/convertrules.py (conv): add 2.6.0 dummy rule.
| Han-Wen Nienhuys | 2005-06-26 | 1 | -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 Nienhuys | 2004-10-30 | 1 | -1/+1 |
* | The grand \paper -> \layout, \bookpaper -> \paper renaming. | Jan Nieuwenhuizen | 2004-10-10 | 1 | -1/+1 |
* | (texidoc): cleanup. | Han-Wen Nienhuys | 2004-09-18 | 1 | -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 Nienhuys | 2004-09-12 | 1 | -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 Nienhuys | 2004-07-30 | 1 | -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 Nienhuys | 2004-06-14 | 1 | -2/+2 |
* | *** empty log message *** | Jan Nieuwenhuizen | 2004-04-19 | 1 | -4/+6 |
* | *** empty log message *** | Han-Wen Nienhuys | 2004-04-01 | 1 | -1/+1 |
* | (conv): add 2.2.0 rule. | Han-Wen Nienhuys | 2004-04-01 | 1 | -1/+1 |
* | release commit | Han-Wen Nienhuys | 2004-03-11 | 1 | -1/+1 |
* | *** empty log message *** | Jan Nieuwenhuizen | 2004-03-03 | 1 | -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 Nienhuys | 2004-02-22 | 1 | -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 Nieuwenhuizen | 2004-02-13 | 1 | -1/+1 |
* | *** empty log message *** | Han-Wen Nienhuys | 2004-02-13 | 1 | -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 Nienhuys | 2004-02-11 | 1 | -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 Nienhuys | 2004-02-05 | 1 | -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 Nienhuys | 2004-02-02 | 1 | -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 Nienhuys | 2004-01-16 | 1 | -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 Nienhuys | 2004-01-14 | 1 | -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 Nienhuys | 2004-01-13 | 1 | -0/+30 |