]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
16 years agoMerge branch 'master' into lilypond/translation
John Mandereau [Thu, 8 May 2008 08:24:53 +0000 (10:24 +0200)]
Merge branch 'master' into lilypond/translation

* master:
  Fix use of relative in docs and restore UTF-8 strings
  compile fix (apparently)
  Formatting nits.
  Remove stray letter.
  New dynamics engravers
  Small formatting cleanups.
  Add Drul_array<>::set() method.
  Add ly:prob-[im]mutable-properties Scheme bindings.
  Restore Tie direction default
  Add NEWS entry for arpeggio.
  Fix #455.
  Fix #521.
  Bump version.
  Make fast_substitute_grob_array() protected.
  Fix #434, #440
  Add Skyline_pair::print[_point](), add some minor cleanups.
  Move Skyline_pair and Paper_system bindings into their own files.
  code layout nits.
  Fix #578.

16 years agoOops, restored file from another branch
Francisco Vila [Tue, 6 May 2008 14:08:23 +0000 (16:08 +0200)]
Oops, restored file from another branch

16 years agoUpdate -- chords, clusters, and parallel music example
Francisco Vila [Tue, 6 May 2008 13:58:42 +0000 (15:58 +0200)]
Update -- chords, clusters, and parallel music example

16 years agoRemoved obsolete file
Francisco Vila [Mon, 5 May 2008 01:09:50 +0000 (03:09 +0200)]
Removed obsolete file

16 years agoUpdate of tutorial
Francisco Vila [Sun, 4 May 2008 17:52:35 +0000 (19:52 +0200)]
Update of tutorial

hopefully this syncs the snippet count

16 years agoFix use of relative in docs and restore UTF-8 strings
John Mandereau [Sat, 3 May 2008 09:37:37 +0000 (11:37 +0200)]
Fix use of relative in docs and restore UTF-8 strings

* replace bare \relative with "\relative c'" -- I didn't check
systematically, there must remain some occurences of bare
\relative.

* fix misuse of relative lilypond-book fragment option -- cases of
misuse were probably not fixed because relative without fragment used
to have no effect on ly snippets.

* also restore mangled UTF-8 strings and add misssing accent in "Chéri".

16 years agoMerge branch 'master' of git://git.sv.gnu.org/lilypond
Graham Percival [Fri, 2 May 2008 23:51:30 +0000 (16:51 -0700)]
Merge branch 'master' of git://git.sv.gnu.org/lilypond

16 years agocompile fix (apparently)
Graham Percival [Fri, 2 May 2008 23:50:52 +0000 (16:50 -0700)]
compile fix (apparently)

16 years agoFormatting nits.
Werner Lemberg [Fri, 2 May 2008 05:34:16 +0000 (07:34 +0200)]
Formatting nits.

16 years agoRemove stray letter.
Han-Wen Nienhuys [Fri, 2 May 2008 02:34:47 +0000 (23:34 -0300)]
Remove stray letter.

16 years agoNew dynamics engravers
Han-Wen Nienhuys [Fri, 2 May 2008 02:22:26 +0000 (23:22 -0300)]
New dynamics engravers

  Dynamic_align_engraver
  New_dynamic_engraver

The New_dynamic_engraver handles creation of (de)crescendi and scripts
while Dynamic_align_engraver is responsible for the spanner that keeps
related dynamics on a single line.

16 years agoSmall formatting cleanups.
Han-Wen Nienhuys [Fri, 2 May 2008 02:21:12 +0000 (23:21 -0300)]
Small formatting cleanups.

16 years agoAdd Drul_array<>::set() method.
Han-Wen Nienhuys [Fri, 2 May 2008 02:20:33 +0000 (23:20 -0300)]
Add Drul_array<>::set() method.

16 years agoAdd ly:prob-[im]mutable-properties Scheme bindings.
Han-Wen Nienhuys [Fri, 2 May 2008 02:19:25 +0000 (23:19 -0300)]
Add ly:prob-[im]mutable-properties Scheme bindings.

16 years agoRestore Tie direction default
Han-Wen Nienhuys [Thu, 1 May 2008 22:22:17 +0000 (19:22 -0300)]
Restore Tie direction default

16 years agoAdd NEWS entry for arpeggio.
Han-Wen Nienhuys [Thu, 1 May 2008 21:54:54 +0000 (18:54 -0300)]
Add NEWS entry for arpeggio.

16 years agoFix #455.
Han-Wen Nienhuys [Thu, 1 May 2008 21:52:39 +0000 (18:52 -0300)]
Fix #455.

Add a vertical slur arpeggio.

Tuning / parameterizing the code is left as an excercise to the user.

16 years agoFix #521.
Han-Wen Nienhuys [Thu, 1 May 2008 21:31:19 +0000 (18:31 -0300)]
Fix #521.

Add RepeatTie and LaissezVibrerTie to polyphonic-direction-grobs.

16 years agoBump version.
Han-Wen Nienhuys [Thu, 1 May 2008 21:19:36 +0000 (18:19 -0300)]
Bump version.

16 years agoMake fast_substitute_grob_array() protected.
Han-Wen Nienhuys [Thu, 1 May 2008 21:16:50 +0000 (18:16 -0300)]
Make fast_substitute_grob_array() protected.

16 years agoFix #434, #440
Han-Wen Nienhuys [Thu, 1 May 2008 21:15:48 +0000 (18:15 -0300)]
Fix #434, #440

In single tie case, use Tie::get_default_dir() to determine tie
directions.  This now peeks across line boundaries, so the direction
for the 2 broken halves is synced.

Add neutral-direction to Tie so the defaults can be adjusted.

16 years agoMerge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
Han-Wen Nienhuys [Thu, 1 May 2008 20:21:38 +0000 (17:21 -0300)]
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond

16 years agoAdd Skyline_pair::print[_point](), add some minor cleanups.
Han-Wen Nienhuys [Thu, 1 May 2008 20:09:11 +0000 (17:09 -0300)]
Add Skyline_pair::print[_point](), add some minor cleanups.

16 years agoMove Skyline_pair and Paper_system bindings into their own files.
Han-Wen Nienhuys [Thu, 1 May 2008 19:44:21 +0000 (16:44 -0300)]
Move Skyline_pair and Paper_system bindings into their own files.

16 years agocode layout nits.
Han-Wen Nienhuys [Thu, 1 May 2008 19:28:34 +0000 (16:28 -0300)]
code layout nits.

16 years agoFix #578.
Han-Wen Nienhuys [Thu, 1 May 2008 19:23:17 +0000 (16:23 -0300)]
Fix #578.

3 unrelated fixes:

 - correctly schedule timestamp of next event in
   Completion_heads_engraver

 - Add a melisma property completionBusy, and write it in
   Completion_heads_engraver

 - Override length of the generated note head too, so the busyGrobs
   list is correctly calculated.

16 years agoMerge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
John Mandereau [Thu, 1 May 2008 18:47:19 +0000 (20:47 +0200)]
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond

* 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond:
  Markup command documentation: manually order categories
  GDP: Add index entries to LM 3
  Additional markup categorizing
  Policy updates.
  Update from Ralph.

16 years agoMarkup command documentation: manually order categories
Nicolas Sceaux [Thu, 1 May 2008 10:45:27 +0000 (12:45 +0200)]
Markup command documentation: manually order categories

When a new markup command category is added, update `ordered-categories'
in the markup-doc-node function, file scm/document-markup.scm
(otherwise the new category will be added at the end).

16 years agoMerge branch 'master' of git://git.sv.gnu.org/lilypond.git into td-lily
Trevor Daniels [Thu, 1 May 2008 08:36:53 +0000 (09:36 +0100)]
Merge branch 'master' of git://git.sv.gnu.org/lilypond.git into td-lily

16 years agoGDP: Add index entries to LM 3
Trevor Daniels [Thu, 1 May 2008 08:36:24 +0000 (09:36 +0100)]
GDP: Add index entries to LM 3

16 years agoMerge git://git.sv.gnu.org/lilypond
Valentin Villenave [Thu, 1 May 2008 08:30:27 +0000 (10:30 +0200)]
Merge git://git.sv.gnu.org/lilypond

16 years agoAdditional markup categorizing
Valentin Villenave [Thu, 1 May 2008 08:26:36 +0000 (10:26 +0200)]
Additional markup categorizing

We want to let the less possible functions in "other"

16 years agoMerge branch 'master' of git://git.sv.gnu.org/lilypond
Graham Percival [Wed, 30 Apr 2008 20:37:50 +0000 (13:37 -0700)]
Merge branch 'master' of git://git.sv.gnu.org/lilypond

16 years agoPolicy updates.
Graham Percival [Wed, 30 Apr 2008 20:36:13 +0000 (13:36 -0700)]
Policy updates.

16 years agoUpdate from Ralph.
Graham Percival [Wed, 30 Apr 2008 20:25:24 +0000 (13:25 -0700)]
Update from Ralph.

16 years agolilypond-book: make [relative] imply [fragment]
John Mandereau [Wed, 30 Apr 2008 19:23:23 +0000 (21:23 +0200)]
lilypond-book: make [relative] imply [fragment]

16 years agoMerge branch 'master' of git://git.sv.gnu.org/lilypond.git into td-lily
Trevor Daniels [Wed, 30 Apr 2008 11:47:49 +0000 (12:47 +0100)]
Merge branch 'master' of git://git.sv.gnu.org/lilypond.git into td-lily

16 years agoGDP: Process comments on LM 3 (C)
Trevor Daniels [Wed, 30 Apr 2008 11:46:58 +0000 (12:46 +0100)]
GDP: Process comments on LM 3 (C)

Add warning about implicitly created contexts
Add more engraver descriptions
Add warning not to link lyrics to staff contexts

16 years agoLSR update
Valentin Villenave [Wed, 30 Apr 2008 09:56:34 +0000 (11:56 +0200)]
LSR update

Hope I didn't do anything wrong...

16 years agoMerge branch 'master' of git://git.sv.gnu.org/lilypond
Graham Percival [Wed, 30 Apr 2008 03:33:43 +0000 (20:33 -0700)]
Merge branch 'master' of git://git.sv.gnu.org/lilypond

16 years agoUpdate snippet name.
Graham Percival [Wed, 30 Apr 2008 03:33:11 +0000 (20:33 -0700)]
Update snippet name.

16 years agoUpdate snippet name.
Graham Percival [Wed, 30 Apr 2008 03:11:39 +0000 (20:11 -0700)]
Update snippet name.

16 years agoLSR: update.
Graham Percival [Wed, 30 Apr 2008 03:11:28 +0000 (20:11 -0700)]
LSR: update.

16 years agoMerge branch 'master' of git://git.sv.gnu.org/lilypond.git into td-lily
Trevor Daniels [Tue, 29 Apr 2008 14:11:15 +0000 (15:11 +0100)]
Merge branch 'master' of git://git.sv.gnu.org/lilypond.git into td-lily

16 years agoMerge branch 'master' of git://git.sv.gnu.org/lilypond.git into td-lily
Trevor Daniels [Tue, 29 Apr 2008 13:32:35 +0000 (14:32 +0100)]
Merge branch 'master' of git://git.sv.gnu.org/lilypond.git into td-lily

16 years agoGDP: Process comments on LM 3 (B)
Trevor Daniels [Tue, 29 Apr 2008 13:30:01 +0000 (14:30 +0100)]
GDP: Process comments on LM 3 (B)

Clarify special nature of \header, \layout, \midi
Clarify operation of \set and \unset

16 years agoMisc fixes.
Graham Percival [Tue, 29 Apr 2008 05:49:11 +0000 (22:49 -0700)]
Misc fixes.

16 years ago@lsrdir and @internalsref renaming.
Graham Percival [Tue, 29 Apr 2008 05:33:46 +0000 (22:33 -0700)]
@lsrdir and @internalsref renaming.

16 years agoUpdate from Andrew.
Graham Percival [Tue, 29 Apr 2008 05:33:28 +0000 (22:33 -0700)]
Update from Andrew.

16 years agoNeil's patch for hairpin to bar line.
Graham Percival [Tue, 29 Apr 2008 03:43:41 +0000 (20:43 -0700)]
Neil's patch for hairpin to bar line.

- remove hairpinToBarline snippet from expressive.itely
- remove hairpinToBarline from define-context-properties.scm
- change hairpin regression tests to reflect 'to-barline default
- remove backwards compatibility support for hairpinToBarline
- add 'to-barline snippet for Hairpin to input/new
- improve adding-text-indications-to-metronome-marks.ly

16 years agoMerge branch 'master' of git://git.sv.gnu.org/lilypond
Graham Percival [Tue, 29 Apr 2008 03:42:06 +0000 (20:42 -0700)]
Merge branch 'master' of git://git.sv.gnu.org/lilypond

16 years agoRevert "Compile fix."
Graham Percival [Tue, 29 Apr 2008 03:41:17 +0000 (20:41 -0700)]
Revert "Compile fix."

The previous fix made it work for external_binary, but fail for
compiling from source.

This reverts commit 17abed7b40728ca61028b37920716c7bc2d030f0.

16 years agoSet 'to-barline iso. hairpinToBarline
Erlend Aasland [Mon, 28 Apr 2008 07:13:08 +0000 (09:13 +0200)]
Set 'to-barline iso. hairpinToBarline

16 years agoRemove [ragged-right], which is no longer needed due to Joe's magic.
Graham Percival [Mon, 28 Apr 2008 04:53:08 +0000 (21:53 -0700)]
Remove [ragged-right], which is no longer needed due to Joe's magic.

16 years agoLSR: udpate
Graham Percival [Mon, 28 Apr 2008 03:16:17 +0000 (20:16 -0700)]
LSR: udpate

16 years agoMore renaming.
Graham Percival [Mon, 28 Apr 2008 02:29:09 +0000 (19:29 -0700)]
More renaming.

16 years agopolicy and macros update.
Graham Percival [Mon, 28 Apr 2008 02:28:55 +0000 (19:28 -0700)]
policy and macros update.

16 years agoMore renaming.
Graham Percival [Mon, 28 Apr 2008 02:00:02 +0000 (19:00 -0700)]
More renaming.

16 years agoOther half of rename.
Graham Percival [Mon, 28 Apr 2008 01:46:29 +0000 (18:46 -0700)]
Other half of rename.

16 years agoRename snippet list for NR 1.7 to match the docs.
Graham Percival [Mon, 28 Apr 2008 01:46:21 +0000 (18:46 -0700)]
Rename snippet list for NR 1.7 to match the docs.

16 years agoUpdate from Patrick.
Graham Percival [Mon, 28 Apr 2008 01:16:31 +0000 (18:16 -0700)]
Update from Patrick.

16 years agoCompile fix.
Graham Percival [Sun, 27 Apr 2008 22:39:53 +0000 (15:39 -0700)]
Compile fix.

16 years agoMerge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
John Mandereau [Sun, 27 Apr 2008 19:00:40 +0000 (21:00 +0200)]
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond

* 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond:
  Typo.
  Markup command documentation: categories and properties
  GDP: Process comments on LM 3 (A)
  Document argument limitations of `define-markup-command'.
  Updated the NR title to "Notation Reference"
  Remove `foo.txt'.

16 years agoTypo.
Werner Lemberg [Sun, 27 Apr 2008 17:33:45 +0000 (19:33 +0200)]
Typo.

16 years agoMarkup command documentation: categories and properties
Nicolas Sceaux [Sun, 27 Apr 2008 16:56:36 +0000 (18:56 +0200)]
Markup command documentation: categories and properties

Add a category argument to define-builtin-markup-command,
so that markup commands are sorted by categories in the documentation.
Also add a properties argument, which is used in the markup command
code to create bindings (extracting the properties from the props
argument), and in the documentation to list the used properties.

16 years agoMerge branch 'master' of git://git.sv.gnu.org/lilypond.git into td-lily
Trevor Daniels [Sun, 27 Apr 2008 16:29:05 +0000 (17:29 +0100)]
Merge branch 'master' of git://git.sv.gnu.org/lilypond.git into td-lily

16 years agoGDP: Process comments on LM 3 (A)
Trevor Daniels [Sun, 27 Apr 2008 16:26:54 +0000 (17:26 +0100)]
GDP: Process comments on LM 3 (A)

Clarify \book, \score, \context, \layout blocks
Add example of solo-chorus vocals
Add example of a 2-score book

16 years agoDocs building typos and thinkos
John Mandereau [Sun, 27 Apr 2008 15:50:55 +0000 (17:50 +0200)]
Docs building typos and thinkos

16 years agoPython thinkos
John Mandereau [Sun, 27 Apr 2008 13:06:25 +0000 (15:06 +0200)]
Python thinkos

16 years agoDocument argument limitations of `define-markup-command'.
Werner Lemberg [Sun, 27 Apr 2008 12:45:47 +0000 (14:45 +0200)]
Document argument limitations of `define-markup-command'.

16 years agoTry to fix make loop again
John Mandereau [Sun, 27 Apr 2008 12:28:35 +0000 (14:28 +0200)]
Try to fix make loop again

16 years agoTranslated docs thinkos
John Mandereau [Sun, 27 Apr 2008 12:27:42 +0000 (14:27 +0200)]
Translated docs thinkos

16 years agoImprove French typography in HTML docs
John Mandereau [Sun, 27 Apr 2008 12:02:37 +0000 (14:02 +0200)]
Improve French typography in HTML docs

16 years agoMerge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond
Werner Lemberg [Sun, 27 Apr 2008 10:01:07 +0000 (12:01 +0200)]
Merge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond

16 years agoFix make loop
John Mandereau [Sun, 27 Apr 2008 09:48:20 +0000 (11:48 +0200)]
Fix make loop

16 years agoRemove out/lyook-db snippets dir when doing test-clean and web-clean
John Mandereau [Sun, 27 Apr 2008 09:29:20 +0000 (11:29 +0200)]
Remove out/lyook-db snippets dir when doing test-clean and web-clean

16 years agoUpdate deprecated Python constructs
John Mandereau [Sun, 27 Apr 2008 09:21:33 +0000 (11:21 +0200)]
Update deprecated Python constructs

Also fix a small amount of style nits.
A lot more could be done to improve coding style of these scripts,
but at least they won't break with future Python releases because
of obsolete constructs.

16 years agoTrailing spaces and @ref nits in docs
John Mandereau [Sun, 27 Apr 2008 08:47:03 +0000 (10:47 +0200)]
Trailing spaces and @ref nits in docs

16 years agoPartially reorganize NR2 sections in translations
John Mandereau [Sun, 27 Apr 2008 08:44:11 +0000 (10:44 +0200)]
Partially reorganize NR2 sections in translations

- reorganize Vocal music and Keyboard Instruments
- rename top-level sections

16 years agoUpdate doc POs
John Mandereau [Sat, 26 Apr 2008 22:05:53 +0000 (00:05 +0200)]
Update doc POs

16 years agoFix doc POs generation
John Mandereau [Sat, 26 Apr 2008 22:05:18 +0000 (00:05 +0200)]
Fix doc POs generation

16 years agoFix style of Python buildscripts
John Mandereau [Sat, 26 Apr 2008 21:10:30 +0000 (23:10 +0200)]
Fix style of Python buildscripts

- always use 4 spaces for indentation,

- rewrite lilypond-words.py in better Python style,

- replace deprecated constructs, mainly string functions and
exceptions,

- translations-status.py: load gettext catalogs via langdefs,

- mutopia-index.py: replace hand-made construct with dict.get().

16 years agoUpdated the NR title to "Notation Reference"
Valentin Villenave [Sat, 26 Apr 2008 16:42:03 +0000 (18:42 +0200)]
Updated the NR title to "Notation Reference"

It was confusing to still see "User Manual" everywhere
(browser title bar, browser bookmarks, etc.) while
we changed the name months ago.

16 years agoPython buildscripts style nits
John Mandereau [Sat, 26 Apr 2008 13:04:14 +0000 (15:04 +0200)]
Python buildscripts style nits

- convert TAB to 4 spaces,

- for foo in bar.keys () -> for foo in bar

- make check_translation.py and translations-status.py executables

16 years agoMerge branch 'master' of git://git.sv.gnu.org/lilypond
Graham Percival [Sat, 26 Apr 2008 12:06:13 +0000 (05:06 -0700)]
Merge branch 'master' of git://git.sv.gnu.org/lilypond

16 years agopolicy
Graham Percival [Sat, 26 Apr 2008 12:05:40 +0000 (05:05 -0700)]
policy

16 years agoUpdate from Francisco.
Graham Percival [Sat, 26 Apr 2008 12:05:34 +0000 (05:05 -0700)]
Update from Francisco.

16 years agoUpdate from Andrew.
Graham Percival [Sat, 26 Apr 2008 12:05:22 +0000 (05:05 -0700)]
Update from Andrew.

16 years agoUpdate from Ralph.
Graham Percival [Sat, 26 Apr 2008 12:05:07 +0000 (05:05 -0700)]
Update from Ralph.

16 years agoMerge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond
Werner Lemberg [Sat, 26 Apr 2008 06:39:32 +0000 (08:39 +0200)]
Merge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond

16 years agocoverage is a python script.
Han-Wen Nienhuys [Sat, 26 Apr 2008 02:59:48 +0000 (23:59 -0300)]
coverage is a python script.

16 years agoBump version release/2.11.45-1
Han-Wen Nienhuys [Sat, 26 Apr 2008 02:11:46 +0000 (23:11 -0300)]
Bump version

16 years agoFix flag positioning for \note markup.
Risto Vaaraniemi [Fri, 25 Apr 2008 06:47:02 +0000 (09:47 +0300)]
Fix flag positioning for \note markup.

16 years agoDocument and regtest merge solfa fa-head feature.
Han-Wen Nienhuys [Sat, 26 Apr 2008 02:00:06 +0000 (23:00 -0300)]
Document and regtest merge solfa fa-head feature.

16 years agoMerge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond
Joe Neeman [Sat, 26 Apr 2008 00:10:25 +0000 (10:10 +1000)]
Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond

16 years agoAdd a regression test for cross-staff fingerings.
Joe Neeman [Sat, 26 Apr 2008 00:07:32 +0000 (10:07 +1000)]
Add a regression test for cross-staff fingerings.

16 years agoFix 605.
Joe Neeman [Fri, 25 Apr 2008 23:48:18 +0000 (09:48 +1000)]
Fix 605.

Add a cross-staff property to Fingering.

16 years agoMerge branch 'master' of git://git.sv.gnu.org/lilypond.git into td-lily
Trevor Daniels [Fri, 25 Apr 2008 20:17:58 +0000 (21:17 +0100)]
Merge branch 'master' of git://git.sv.gnu.org/lilypond.git into td-lily

16 years agoMinor syntax correction
Trevor Daniels [Fri, 25 Apr 2008 20:17:07 +0000 (21:17 +0100)]
Minor syntax correction

16 years agoFix crash on stemlets without a head.
Joe Neeman [Fri, 25 Apr 2008 01:53:09 +0000 (11:53 +1000)]
Fix crash on stemlets without a head.