summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * lily/include/music.hh (class Music): remove Music::duration_log()Han-Wen Nienhuys2005-07-0811-73/+82
| | | | | | * lily/stem-engraver.cc (make_stem): take duration log from event. * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
* * Documentation/user/tutorial.itely (Running LilyPond for theHan-Wen Nienhuys2005-07-083-31/+39
| | | | | | first time): remove reference to DVI/TeX * ly/music-functions-init.ly: \pitchedTrill
* * scm/define-markup-commands.scm (text): add \text markup command.Han-Wen Nienhuys2005-07-082-6/+4
| | | | | | * ly/music-functions-init.ly: \pitchedTrill * scm/define-markup-commands.scm (pad-markup): pad-markup command.
* * scm/define-markup-commands.scm (text): add \text markup command.Han-Wen Nienhuys2005-07-084-1/+15
| | | | | | | | | | | * configure.in (reloc_b): bump requirement to Python 2.2. * scm/define-grobs.scm (all-grob-descriptions): reorganize in alphabetical order. * scm/define-grobs.scm (Module): new grob TrillPitchHead. * scm/define-markup-commands.scm (pad-markup): pad-markup command.
* * lily/font-interface-scheme.cc (LY_DEFINE): functionHan-Wen Nienhuys2005-07-084-43/+17
| | | | | | ly:grob-default-font (changed from get-default-font). * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
* * lily/include/dots.hh (class Dots): make has_interface() static.Han-Wen Nienhuys2005-07-0810-7/+42
| | | | | | | | | | | | | * python/convertrules.py (conv): add rule for ly:grob-default-font * scm/define-grobs.scm (all-grob-descriptions): reorganize in alphabetical order. * input/regression/trill-spanner-pitched.ly: new file. * scm/define-grobs.scm (Module): new grob TrillPitchHead. * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
* * scm/define-grobs.scm (all-grob-descriptions): reorganize inHan-Wen Nienhuys2005-07-0851-264/+649
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | alphabetical order. * input/regression/trill-spanner-pitched.ly: new file. * lily/font-interface-scheme.cc (LY_DEFINE): function ly:grob-default-font (changed from get-default-font). * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file. * lily/note-head.cc (internal_print): if style is not a symbol, set style to 'default. (internal_print): no style suffix if glyph-name-procedure not set. Default to quarter head. * scm/define-grobs.scm (Module): new grob TrillPitchHead. * scm/define-music-properties.scm (all-music-properties): add trill-pitch. * ly/music-functions-init.ly: \pitchedTrill * lily/pitched-trill-engraver.cc (acknowledge_grob): new file. * ly/Welcome_to_LilyPond.ly: update to 2.6.0 * lily/trill-spanner-engraver.cc (finalize): rename req -> event * scm/define-markup-commands.scm (pad-markup): pad-markup command.
* * po/fr.po: updateHan-Wen Nienhuys2005-07-086-1022/+1610
| | | | * po/de.po: update.
* added portuguese to the list of codes renderedPedro Kroger2005-07-071-1/+1
|
* Fixing minor mistake.Graham Percival2005-07-071-1/+1
|
* Change encoding to utf-8.Graham Percival2005-07-072-2/+4
|
* Misc stuff.Graham Percival2005-07-074-57/+108
|
* * Documentation/user/advanced-notation.itely (Setting automaticMats Bengtsson2005-07-012-1/+7
| | | | | beam behavior): Correct the documentation of revert-auto-beam-setting (backportme)
* * lily/ly-module.cc (ly_make_anonymous_module): defineHan-Wen Nienhuys2005-07-018-48/+74
| | | | | | | %module-public-interface of module. (backportme) * lily/lily-parser.cc (print_smob): allow printing of parser smob without lexer.
* Document tagline and copyright fields.Graham Percival2005-07-012-3/+14
|
* ($(outdir)/%.sh): Bugfix: use TAB (BertalanJan Nieuwenhuizen2005-06-302-2/+7
| | | | Fodor). (backportme).
* Change RequirePackage to usepackage.Graham Percival2005-06-303-2/+12
|
* Update personal website address.Graham Percival2005-06-302-1/+5
|
* (Transpose): remove linkHan-Wen Nienhuys2005-06-302-2/+4
| | | | to nonexistent UntransposableMusic.
* remove old definitions (backportme).Han-Wen Nienhuys2005-06-302-4/+2
|
* * scripts/lilypond-book.py (do_file): search for kpsewhich beforeHan-Wen Nienhuys2005-06-294-48/+23
| | | | | | invoking. * python/lilylib.py (search_exe_path): new function.
* (headertext): trim text.Han-Wen Nienhuys2005-06-292-6/+4
|
* * scm/define-markup-commands.scm (wordwrap-string): new function:Han-Wen Nienhuys2005-06-292-1/+19
| | | | | | | | | | | | | | | split string in paras and words. (wordwrap-markups): new function. (wordwrap-stencils): new function. (justify): use it. (wordwrap): use it. (wordwrap-string): use it (justify-string): use it. * scm/define-markup-commands.scm: remove encoded-simple. remove font-markup. (fontsize): remove old version of fontsize. (wordwrap): new markup function. Wrap into paragraphs.
* * Documentation/topdocs/NEWS.tely (Top): refresh.Han-Wen Nienhuys2005-06-295-322/+163
| | | | | | | | | | | | | | | | | | * scm/define-markup-commands.scm (wordwrap-string): new function: split string in paras and words. (wordwrap-markups): new function. (wordwrap-stencils): new function. (justify): use it. (wordwrap): use it. (wordwrap-string): use it (justify-string): use it. * scm/lily-library.scm (regexp-split): new function. * scm/define-markup-commands.scm: remove encoded-simple. remove font-markup. (fontsize): remove old version of fontsize. (wordwrap): new markup function. Wrap into paragraphs.
* remove encoded-simple.Han-Wen Nienhuys2005-06-292-43/+130
| | | | | | remove font-markup. (fontsize): remove old version of fontsize. (wordwrap): new markup function. Wrap into paragraphs.
* remove encoded-simple.Han-Wen Nienhuys2005-06-292-287/+331
| | | | | remove font-markup. (fontsize): remove old version of fontsize.
* Branch lilypond_2_6Han-Wen Nienhuys2005-06-292-1/+6
| | | | (MINOR_VERSION): go to 2.7.0
* *** empty log message ***Han-Wen Nienhuys2005-06-291-0/+4
|
* Compile fix.Graham Percival2005-06-282-3/+6
|
* update from translation project.Han-Wen Nienhuys2005-06-281-551/+416
|
* * scripts/lilypond-book.py : Fix embarrassing bug in my previousMats Bengtsson2005-06-282-0/+5
| | | | patch. Now, the tempfile module is loaded too, not only used.
* *** empty log message ***Han-Wen Nienhuys2005-06-282-16/+27
|
* * Documentation/user/advanced-notation.itely (Font selection):Han-Wen Nienhuys2005-06-285-4/+16
| | | | | | remove CMR note. * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn
* * THANKS: Add UTF-8 marker.Jan Nieuwenhuizen2005-06-283-11/+26
| | | | | * Documentation/user/point-and-click.itely (http): Update: use lilypond-invoke-editor. Fix: instruct to use user.js.
* Undo incorrect conversion (again) to UTF8.Werner Lemberg2005-06-271-7/+7
|
* Vincent's patch to implement printpagenumber, added docs for that feature.Graham Percival2005-06-273-19/+39
|
* Update to 2.6.Jan Nieuwenhuizen2005-06-272-1/+5
|
* update to 2.6Han-Wen Nienhuys2005-06-272-1/+3
|
* *** empty log message ***Han-Wen Nienhuys2005-06-271-0/+4
|
* *** empty log message ***Han-Wen Nienhuys2005-06-271-0/+2
|
* (datadir): py2exe comments.Han-Wen Nienhuys2005-06-271-0/+7
|
* (OUT_POSTREMOVES): Reinclude install scriptJan Nieuwenhuizen2005-06-272-0/+9
| | | | rule, errorneously removed probably because of misleading comment.
* * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.Han-Wen Nienhuys2005-06-273-25/+16
| | | | * configure.in (reloc_b): make fontconfig REQUIRED.
* latest update for translations.Heikki Junes2005-06-272-426/+503
|
* (Module): edited photo asHan-Wen Nienhuys2005-06-262-406/+665
| | | | logo.
* * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0Han-Wen Nienhuys2005-06-26110-141/+151
| | | | | | | * python/convertrules.py (do_conversion): don't print program_name from within a module * python/convertrules.py (conv): add 2.6.0 dummy rule.
* * configure.in (reloc_b): bump fontforge requirement to 20050624.Han-Wen Nienhuys2005-06-26351-356/+369
| | | | * python/convertrules.py (conv): add 2.6.0 dummy rule.
* Compile fix.Graham Percival2005-06-231-1/+1
|
* Moved section.Graham Percival2005-06-233-59/+63
|
* Minor edit.Graham Percival2005-06-231-1/+1
|