]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
14 years agoAdd a new stencil expression: embedded-svg
Patrick McCarty [Tue, 14 Jul 2009 04:27:59 +0000 (21:27 -0700)]
Add a new stencil expression: embedded-svg

* This can only be used with the SVG backend.

14 years agoDocs: IR: Remove unneeded arpeggio description
Patrick McCarty [Sun, 12 Jul 2009 22:14:11 +0000 (15:14 -0700)]
Docs: IR: Remove unneeded arpeggio description

14 years agoDocs: IR: Improve grob interface docstrings
Patrick McCarty [Sun, 12 Jul 2009 21:58:48 +0000 (14:58 -0700)]
Docs: IR: Improve grob interface docstrings

14 years agoUse hashlib instead of deprecated md5 module if Python >= 2.5 is present
Maximilian Albert [Sun, 12 Jul 2009 03:22:16 +0000 (12:22 +0900)]
Use hashlib instead of deprecated md5 module if Python >= 2.5 is present

14 years agoAdd NEWS entry about automatic deletion of intermediate files
Maximilian Albert [Thu, 9 Jul 2009 09:04:11 +0000 (18:04 +0900)]
Add NEWS entry about automatic deletion of intermediate files

14 years agoDelete intermediate ps files by default
Maximilian Albert [Wed, 8 Jul 2009 04:55:49 +0000 (13:55 +0900)]
Delete intermediate ps files by default

14 years agograce-engraver.cc: improve programming error formatting.
Neil Puttock [Sun, 12 Jul 2009 20:21:32 +0000 (21:21 +0100)]
grace-engraver.cc: improve programming error formatting.

14 years agoDocs: NR B.6 The Feta font: Organize glyph list.
Mark Polesky [Sun, 12 Jul 2009 18:26:28 +0000 (11:26 -0700)]
Docs: NR B.6 The Feta font: Organize glyph list.

14 years agoDocs: LM 1.1 Typo
Trevor Daniels [Sun, 12 Jul 2009 08:30:57 +0000 (09:30 +0100)]
Docs: LM 1.1 Typo

14 years agoUse the correct generic font-family names
Patrick McCarty [Sat, 11 Jul 2009 22:55:17 +0000 (15:55 -0700)]
Use the correct generic font-family names

* Replace "Mono" with "monospace", and replace "Sans"
  with "sans-serif".  This corresponds to the W3C
  recommendations and is compatible with FontConfig/Pango.

* A serif font should be chosen if the user removes
  "Century Schoolbook L" from their LilyPond
  installation.  In the case of the SVG backend,
  fallback to a serif font if Century Schoolbook L
  is not installed.

* Remove trailing whitespace

14 years agoSVG backend: Fix font matching
Patrick McCarty [Mon, 11 May 2009 04:13:26 +0000 (21:13 -0700)]
SVG backend: Fix font matching

* Only match the elements of a PangoFontDescription
  that LilyPond is capable of matching.

* Store the attributes for a PangoFontDescription
  in an alist in order to filter unwanted attributes.

* Ignore the "style" of a font smob; it cannot be used
  to match the correct embedded SVG font.

* The fill of "round-filled-box" should be "currentColor"

Signed-off-by: Patrick McCarty <pnorcks@gmail.com>
14 years agoSVG backend: Fix dimensions of SVG document
Patrick McCarty [Mon, 11 May 2009 05:25:48 +0000 (22:25 -0700)]
SVG backend: Fix dimensions of SVG document

* Use ly:format instead for rounding page dimensions;
  it gives more accurate results.

* Use the "viewBox" attribute for <svg> to scale the
  output instead of <g scale="">...</g>

* Remove other superfluous grouping tags

Signed-off-by: Patrick McCarty <pnorcks@gmail.com>
14 years agoDoc: standardize direction commands.
Graham Percival [Sat, 11 Jul 2009 06:31:44 +0000 (23:31 -0700)]
Doc: standardize direction commands.

14 years agoDoc: CG: add items to Release list.
Graham Percival [Sat, 11 Jul 2009 03:12:18 +0000 (20:12 -0700)]
Doc: CG: add items to Release list.

14 years agoDocs: AU: Slight correction to SVG description
Patrick McCarty [Fri, 10 Jul 2009 23:32:57 +0000 (16:32 -0700)]
Docs: AU: Slight correction to SVG description

14 years agoDoc: CG: add the magic command to solve all conflicts.
Graham Percival [Thu, 9 Jul 2009 23:42:55 +0000 (16:42 -0700)]
Doc: CG: add the magic command to solve all conflicts.

14 years agoRevert "Doc: move essay into its own manual."
Patrick McCarty [Thu, 9 Jul 2009 23:29:44 +0000 (16:29 -0700)]
Revert "Doc: move essay into its own manual."

This reverts commit 1af68220c260b8d17484dc283489541b1f9c74d3.

14 years agoDocs: IR: Fix docstring for ly:paper-book-paper
Patrick McCarty [Thu, 9 Jul 2009 23:00:37 +0000 (16:00 -0700)]
Docs: IR: Fix docstring for ly:paper-book-paper

14 years agoDocs: IR: Document the `class' music property
Patrick McCarty [Thu, 9 Jul 2009 22:33:34 +0000 (15:33 -0700)]
Docs: IR: Document the `class' music property

14 years agoCorrect docs for grob properties using ly:grob-array.
Neil Puttock [Thu, 9 Jul 2009 20:58:11 +0000 (21:58 +0100)]
Correct docs for grob properties using ly:grob-array.

14 years agoFix #741 from Nicolas.
Neil Puttock [Thu, 9 Jul 2009 20:57:31 +0000 (21:57 +0100)]
Fix #741 from Nicolas.

- set option direction-required to #f so hyphens aren't inserted

14 years agostepmake/aclocal.m4: --srcdir tarball build fix: include <src-dir>/lily/out.
Jan Nieuwenhuizen [Thu, 9 Jul 2009 14:37:07 +0000 (16:37 +0200)]
stepmake/aclocal.m4: --srcdir tarball build fix: include <src-dir>/lily/out.

Our tarballs ship lily/out/parser.hh, which cannot be found when doing
a srcdir build.  We never found out, because GUB only built from GIT,
apparently.

14 years agoMerge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
John Mandereau [Thu, 9 Jul 2009 12:37:20 +0000 (14:37 +0200)]
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond

14 years agoDocs: CG: Fix ./configure option name
Patrick McCarty [Thu, 9 Jul 2009 08:01:13 +0000 (01:01 -0700)]
Docs: CG: Fix ./configure option name

14 years agoDocs: CG: Add more content for `git push'
Patrick McCarty [Thu, 9 Jul 2009 07:40:47 +0000 (00:40 -0700)]
Docs: CG: Add more content for `git push'

14 years agoDocs: CG: Minor correction about editing SSH keys
Patrick McCarty [Thu, 9 Jul 2009 07:26:22 +0000 (00:26 -0700)]
Docs: CG: Minor correction about editing SSH keys

14 years agoDocs: CG: Add more info about applying patches
Patrick McCarty [Thu, 9 Jul 2009 07:05:01 +0000 (00:05 -0700)]
Docs: CG: Add more info about applying patches

14 years agoDoc: move essay into its own manual.
Graham Percival [Thu, 9 Jul 2009 03:09:43 +0000 (20:09 -0700)]
Doc: move essay into its own manual.

14 years agoMerge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
John Mandereau [Wed, 8 Jul 2009 14:31:01 +0000 (16:31 +0200)]
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond

14 years agoDoc-es: update of PO.
Francisco Vila [Wed, 8 Jul 2009 12:46:32 +0000 (14:46 +0200)]
Doc-es: update of PO.

14 years agoDoc-es: Updates and new status.
Francisco Vila [Wed, 8 Jul 2009 12:41:43 +0000 (14:41 +0200)]
Doc-es: Updates and new status.

14 years agoDoc: tiny wordage suggestion by James Bailey, thanks!
Graham Percival [Wed, 8 Jul 2009 04:00:35 +0000 (21:00 -0700)]
Doc: tiny wordage suggestion by James Bailey, thanks!

14 years agoDocs: update PO msgids
John Mandereau [Mon, 6 Jul 2009 21:05:34 +0000 (23:05 +0200)]
Docs: update PO msgids

14 years agoDocs: update translations status
John Mandereau [Mon, 6 Jul 2009 21:04:41 +0000 (23:04 +0200)]
Docs: update translations status

14 years agoMerge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
John Mandereau [Mon, 6 Jul 2009 16:01:02 +0000 (18:01 +0200)]
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond

14 years agoTranslated docs: fix 'cp' error about multiple CSS files copying
John Mandereau [Mon, 6 Jul 2009 15:55:45 +0000 (17:55 +0200)]
Translated docs: fix 'cp' error about multiple CSS files copying

Also split some long lines.

14 years agoDoc: slightly increase example readibility.
Graham Percival [Mon, 6 Jul 2009 06:39:02 +0000 (23:39 -0700)]
Doc: slightly increase example readibility.

14 years agoDocs: LM 5.2.2: typos and minor improvement to text
Trevor Daniels [Mon, 6 Jul 2009 06:16:24 +0000 (07:16 +0100)]
Docs: LM 5.2.2: typos and minor improvement to text

14 years agoTypo fix
Patrick McCarty [Mon, 6 Jul 2009 06:11:06 +0000 (23:11 -0700)]
Typo fix

14 years agoDoc: add missing clef entries.
Graham Percival [Sat, 4 Jul 2009 04:45:32 +0000 (21:45 -0700)]
Doc: add missing clef entries.

14 years agoDocs: NR: Revise last ossia example
Patrick McCarty [Mon, 6 Jul 2009 03:00:48 +0000 (20:00 -0700)]
Docs: NR: Revise last ossia example

- Thanks to Mats for the suggestion

  http://lists.gnu.org/archive/html/lilypond-user/2008-10/msg00890.html

14 years agoDocs: LM 5.2: Add new section Common errors
Trevor Daniels [Sat, 4 Jul 2009 08:51:09 +0000 (09:51 +0100)]
Docs: LM 5.2: Add new section Common errors

14 years agoDOCS: new section in CG--compiling on virtual machines
Jonathan Kulp [Fri, 3 Jul 2009 19:55:49 +0000 (14:55 -0500)]
DOCS: new section in CG--compiling on virtual machines

14 years agoCG: release instructions.
Graham Percival [Fri, 3 Jul 2009 02:22:33 +0000 (19:22 -0700)]
CG: release instructions.

14 years agoBump version.
Graham Percival [Thu, 2 Jul 2009 23:20:16 +0000 (16:20 -0700)]
Bump version.

14 years agoDocs: AU 3.4.3: Triple quotes not required on output file release/2.13.3-0
Trevor Daniels [Thu, 2 Jul 2009 06:06:57 +0000 (07:06 +0100)]
Docs: AU 3.4.3: Triple quotes not required on output file

14 years agoAdd guile debugging information
Carl Sorensen [Wed, 1 Jul 2009 14:17:52 +0000 (08:17 -0600)]
Add guile debugging information

14 years agoCG: add stub for linux-on-windows.
Graham Percival [Wed, 1 Jul 2009 07:30:24 +0000 (00:30 -0700)]
CG: add stub for linux-on-windows.

14 years agoDoc: write down the issue tracker labels.
Graham Percival [Wed, 1 Jul 2009 07:05:50 +0000 (00:05 -0700)]
Doc: write down the issue tracker labels.

14 years agodefine-grobs.scm: Alphabetize grob properties.
Mark Polesky [Tue, 30 Jun 2009 18:16:17 +0000 (11:16 -0700)]
define-grobs.scm: Alphabetize grob properties.

- keep BarLine and SpanBar remain slightly unsorted
  to maintain comments regarding grouped properties.
- remove outdated direction/staccato comment in Script.

14 years agoDoc-fr: further revision of rhythms
Jean-Charles Malahieude [Tue, 30 Jun 2009 18:54:58 +0000 (20:54 +0200)]
Doc-fr: further revision of rhythms

* up to manual beams
* associated texidocs

14 years agodefine-grobs.scm: Alphabetize grob list.
Mark Polesky [Tue, 30 Jun 2009 05:12:17 +0000 (22:12 -0700)]
define-grobs.scm: Alphabetize grob list.

14 years agominimal additions to espanol.ly
Maximiliano [Fri, 26 Jun 2009 12:00:06 +0000 (14:00 +0200)]
minimal additions to espanol.ly

14 years agoAdded minimal additions (for note names in espanol.ly) in NR section 1.1.1
Maximiliano [Sun, 28 Jun 2009 09:14:49 +0000 (11:14 +0200)]
Added minimal additions (for note names in espanol.ly) in NR section 1.1.1

-x (=ss) -cs -cb -tcs and -tcb

14 years agoDocs: NR 1.2.1 Durations: add 128th notes to examples.
Mark Polesky [Sun, 28 Jun 2009 18:00:06 +0000 (11:00 -0700)]
Docs: NR 1.2.1 Durations: add 128th notes to examples.

14 years agoDocs: AU 3.4: Improve convert-ly usage
Trevor Daniels [Mon, 29 Jun 2009 08:20:02 +0000 (09:20 +0100)]
Docs: AU 3.4: Improve convert-ly usage

 - move stuff at 2nd level to new 3rd level "Invoking
   convert-ly" containing just the normally used commmands,
   and extend to show *.ly
 - add windows loop construct
 - rearrange material

14 years agoDoc-es: Updates.
Francisco Vila [Sun, 28 Jun 2009 18:03:23 +0000 (20:03 +0200)]
Doc-es: Updates.

14 years agoMerge branch 'master' into lilypond/translation
Francisco Vila [Sun, 28 Jun 2009 18:07:25 +0000 (20:07 +0200)]
Merge branch 'master' into lilypond/translation

14 years agoDoc-fr: typos
Jean-Charles Malahieude [Sun, 28 Jun 2009 17:04:23 +0000 (19:04 +0200)]
Doc-fr: typos
texidocs files related to rhythms

14 years agoDoc-fr: nitpicks
Jean-Charles Malahieude [Sun, 28 Jun 2009 16:31:59 +0000 (18:31 +0200)]
Doc-fr: nitpicks

* proof-reading of rhythms
* partial updating fr.po

Signed-off-by: Jean-Charles Malahieude <lilyfan@orange.fr>
14 years agoDocs: (IR) Ensure all properties have type name strings.
Neil Puttock [Sun, 28 Jun 2009 16:37:01 +0000 (17:37 +0100)]
Docs: (IR) Ensure all properties have type name strings.

- add missing (type-predicate . name) pairs to type-p-name-alist
- correct predicate for 'digit-names

14 years agotexi2html: Don't break with the latest texi2html version
Reinhold Kainhofer [Sat, 27 Jun 2009 23:41:17 +0000 (01:41 +0200)]
texi2html: Don't break with the latest texi2html version

Instead of explicitly calling the functions that are set by default (which
breaks if the functions are renamed), store the default function reference
and call that value instead.

14 years agoDoc-de: 2. update of snippets
Till Paala [Sat, 27 Jun 2009 21:54:42 +0000 (00:54 +0300)]
Doc-de: 2. update of snippets

14 years agoDoc-de: update of snippets
Till Paala [Sat, 27 Jun 2009 19:44:28 +0000 (22:44 +0300)]
Doc-de: update of snippets

14 years agoDoc-de: further updates from master
Till Paala [Sat, 27 Jun 2009 12:29:32 +0000 (15:29 +0300)]
Doc-de: further updates from master

14 years agoDoc-de: updates from master
Till Paala [Sat, 27 Jun 2009 12:12:37 +0000 (15:12 +0300)]
Doc-de: updates from master

14 years agoDoc-de: update of de.po
Till Paala [Sat, 27 Jun 2009 09:39:36 +0000 (12:39 +0300)]
Doc-de: update of de.po

14 years agoDoc-de: translation of programming-interface
Till Paala [Sat, 27 Jun 2009 09:32:28 +0000 (12:32 +0300)]
Doc-de: translation of programming-interface

14 years agoBump version.
Graham Percival [Sat, 27 Jun 2009 08:50:19 +0000 (01:50 -0700)]
Bump version.

14 years agoDoc: add stub for regtest discussion in CG.
Graham Percival [Fri, 26 Jun 2009 21:37:56 +0000 (14:37 -0700)]
Doc: add stub for regtest discussion in CG.

14 years agoDocs: compile fix.
Neil Puttock [Fri, 26 Jun 2009 17:57:15 +0000 (18:57 +0100)]
Docs: compile fix.

14 years agoDocs: AU 3.4 Clarify action of convert-ly -e
Trevor Daniels [Fri, 26 Jun 2009 10:02:23 +0000 (11:02 +0100)]
Docs: AU 3.4 Clarify action of convert-ly -e

14 years agoDocs: AU 3.4 Clarify Convert-ly
Trevor Daniels [Fri, 26 Jun 2009 08:27:20 +0000 (09:27 +0100)]
Docs: AU 3.4 Clarify Convert-ly

 - show how to make new file
 - say what happens when file is up to date
 - delete reference to myfile.ly.NEW
 - say where to find Windows Command Prompt
 - rearrange options section and clarify
 - say how to deal with Windows filenames containing spaces

14 years agoRemove email address. release/2.13.2-0
Mark Polesky [Thu, 25 Jun 2009 09:47:26 +0000 (02:47 -0700)]
Remove email address.

14 years agoAdd stub for translation status.
Graham Percival [Thu, 25 Jun 2009 03:44:12 +0000 (20:44 -0700)]
Add stub for translation status.

14 years agolily-library.scm: Rewrite split-at-predicate, split-list-by-separator.
Mark Polesky [Tue, 23 Jun 2009 19:23:13 +0000 (12:23 -0700)]
lily-library.scm: Rewrite split-at-predicate, split-list-by-separator.

Used procedures from SRFI-1 to streamline these functons.
Thanks to Joe Neeman and Jay Anderson for helping with scheme.

14 years agoRemove deprecated function ly:set-point-and-click.
Neil Puttock [Wed, 24 Jun 2009 22:37:17 +0000 (23:37 +0100)]
Remove deprecated function ly:set-point-and-click.

14 years agoFix #767.
Neil Puttock [Wed, 24 Jun 2009 22:25:48 +0000 (23:25 +0100)]
Fix #767.

- in Rhythmic_head::dot_count () use robust_scm2int to ensure sane
  value is returned even if Dots isn't live.

14 years agoFix LyricText alignment when ignoreMelismata = ##t.
Neil Puttock [Wed, 24 Jun 2009 20:13:16 +0000 (21:13 +0100)]
Fix LyricText alignment when ignoreMelismata = ##t.

- only set 'self-alignment-X from lyricMelismaAlignment if
  ignoreMelismata isn't set.

14 years agoFix regtest broken by autobeaming change.
Neil Puttock [Wed, 24 Jun 2009 15:44:22 +0000 (16:44 +0100)]
Fix regtest broken by autobeaming change.

14 years agoDocs: CG 7.2.4 Add link to Scheme tutorial
Trevor Daniels [Wed, 24 Jun 2009 06:50:50 +0000 (07:50 +0100)]
Docs: CG 7.2.4 Add link to Scheme tutorial

14 years agoDocs: NR 3.3.3 Add indexing
Trevor Daniels [Wed, 24 Jun 2009 06:26:38 +0000 (07:26 +0100)]
Docs: NR 3.3.3 Add indexing

14 years agoMerge branch 'guile'
Trevor Daniels [Tue, 23 Jun 2009 08:19:13 +0000 (09:19 +0100)]
Merge branch 'guile'

14 years agoDocs: LM App B: Add more on using guile
Trevor Daniels [Tue, 23 Jun 2009 08:17:07 +0000 (09:17 +0100)]
Docs: LM App B: Add more on using guile

 - reference correct standard
 - say how to obtain guile sandbox
 - warn about Lily comments
 - mention 'begin'
 - say when multiple #'s are not required
 - (thanks to Mark, Carl, Henning)

14 years agoGenerate RELEASE_FILES in $(outdir). Fixes make dists with --srcdir builds.
Jan Nieuwenhuizen [Tue, 23 Jun 2009 07:38:37 +0000 (09:38 +0200)]
Generate RELEASE_FILES in $(outdir). Fixes make dists with --srcdir builds.

14 years agoDocs: CG 3.3.6 Tidy syntax survey; add @uref
Trevor Daniels [Tue, 23 Jun 2009 07:30:51 +0000 (08:30 +0100)]
Docs: CG 3.3.6 Tidy syntax survey; add @uref

14 years agoFix 782.
Joe Neeman [Mon, 22 Jun 2009 11:21:04 +0000 (14:21 +0300)]
Fix 782.

This was a regression introduced by 0b47e7b3.

14 years agoDocs: NR 3.1.3 Say when whitespace is required
Trevor Daniels [Mon, 22 Jun 2009 09:00:16 +0000 (10:00 +0100)]
Docs: NR 3.1.3 Say when whitespace is required

14 years agoFix #781.
Neil Puttock [Fri, 19 Jun 2009 22:26:29 +0000 (23:26 +0100)]
Fix #781.

- don't dereference non-existent event-cause, which may occur if the
Ambitus_engraver is erroneously added to both the Staff and Voice contexts:
in such a situation, Ambitus_engraver::acknowledge_note_head () will acknowledge
an AmbitusNoteHead, which has no event-cause.

14 years agoFix #778
Patrick McCarty [Tue, 16 Jun 2009 01:35:47 +0000 (18:35 -0700)]
Fix #778

* Do not set 'dot-count in Dots_engraver, since
  Dots already has a callback for this property.

  This also permits user overrides to 'dot-count.

Signed-off-by: Patrick McCarty <pnorcks@gmail.com>
14 years agoDoc-es: fix CamelCase for the name of the game.
Francisco Vila [Fri, 19 Jun 2009 17:07:13 +0000 (19:07 +0200)]
Doc-es: fix CamelCase for the name of the game.

14 years agoDoc-es: fix node name.
Francisco Vila [Fri, 19 Jun 2009 16:54:15 +0000 (18:54 +0200)]
Doc-es: fix node name.

14 years agoDoc-es: Update of PO.
Francisco Vila [Fri, 19 Jun 2009 15:32:59 +0000 (17:32 +0200)]
Doc-es: Update of PO.

14 years agoDoc-es: nitpick.
Francisco Vila [Fri, 19 Jun 2009 14:53:07 +0000 (16:53 +0200)]
Doc-es: nitpick.

14 years agoDoc-es: updates, including that of translation status
Francisco Vila [Thu, 18 Jun 2009 16:39:08 +0000 (18:39 +0200)]
Doc-es: updates, including that of translation status

14 years agoDocs: LM 4.3.1 Tweaks: Example of point-stencil
Trevor Daniels [Thu, 18 Jun 2009 09:02:31 +0000 (10:02 +0100)]
Docs: LM 4.3.1 Tweaks: Example of point-stencil

14 years agoDocs: update PO msgids
John Mandereau [Thu, 18 Jun 2009 07:15:14 +0000 (09:15 +0200)]
Docs: update PO msgids

14 years agoGit command call fix (remove dash)
John Mandereau [Thu, 18 Jun 2009 07:13:59 +0000 (09:13 +0200)]
Git command call fix (remove dash)

14 years agoDocs: update translations status
John Mandereau [Thu, 18 Jun 2009 07:05:10 +0000 (09:05 +0200)]
Docs: update translations status

14 years agoMerge branch 'lilypond/translation'
John Mandereau [Thu, 18 Jun 2009 06:57:01 +0000 (08:57 +0200)]
Merge branch 'lilypond/translation'