]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
14 years agoAuto-sort all-grob-properties alist for docs.
Mark Polesky [Wed, 1 Jul 2009 23:34:18 +0000 (16:34 -0700)]
Auto-sort all-grob-properties alist for docs.

- add auto-sorting code to top of document-backend.scm
- remove calls to (sort ...) that are now redundant

14 years agoAdd new file lily-sort.scm; improve sorting in docs.
Mark Polesky [Wed, 1 Jul 2009 23:21:14 +0000 (16:21 -0700)]
Add new file lily-sort.scm; improve sorting in docs.

- add new file lily-sort.scm
- add "lily-sort.scm" to the ly:load list in documentation-generate.scm
- "string<?" --> "ly:string-ci<?" etc. in the document-*.scm files

14 years agoMerge branch 'master' of carldsorensen@git.sv.gnu.org:/srv/git/lilypond
Carl Sorensen [Fri, 17 Jul 2009 03:20:05 +0000 (21:20 -0600)]
Merge branch 'master' of carldsorensen@git.sv.gnu.org:/srv/git/lilypond

14 years agodefine-stencil-commands.scm: Finish alphabetizing
Patrick McCarty [Thu, 16 Jul 2009 20:36:06 +0000 (13:36 -0700)]
define-stencil-commands.scm: Finish alphabetizing

- also fix the indentation

14 years agoAdd information about snippets and translations
Carl Sorensen [Thu, 16 Jul 2009 16:07:27 +0000 (10:07 -0600)]
Add information about snippets and translations

14 years agoDocs: update translations status
John Mandereau [Thu, 16 Jul 2009 14:39:31 +0000 (16:39 +0200)]
Docs: update translations status

14 years agoDocs: convert French PO back to UTF-8
John Mandereau [Thu, 16 Jul 2009 14:17:49 +0000 (16:17 +0200)]
Docs: convert French PO back to UTF-8

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

Conflicts:
Documentation/po/fr.po

14 years agoDocs makefiles: get rid of unconditional translations postprocessing
John Mandereau [Wed, 15 Jul 2009 23:41:46 +0000 (01:41 +0200)]
Docs makefiles: get rid of unconditional translations postprocessing

14 years agoDocs: prepare direct translation of node names in Texinfo sources
John Mandereau [Tue, 14 Jul 2009 22:14:12 +0000 (00:14 +0200)]
Docs: prepare direct translation of node names in Texinfo sources

- fix nits in texi-gettext.py,
- update tely-gettext.py and extract_texi_filenames.py,
- use --master-map-file option of extract_texi_filenames.py added in
this commit,
- remove embarrassing node translations in French and Spanish doc POs.

All these updates have been tested with a few makefiles hooks (not
included in this commit), an apparently successful execution of
tely-gettext.py on all translations followed by 'make doc' and a quick
check of HTML and PDF output.

14 years agoDocs: do not attempt a build of Japanese docs in PDF
John Mandereau [Tue, 14 Jul 2009 22:12:36 +0000 (00:12 +0200)]
Docs: do not attempt a build of Japanese docs in PDF

14 years agoMake Perl treat all I/O streams as UTF-8
John Mandereau [Tue, 14 Jul 2009 22:06:04 +0000 (00:06 +0200)]
Make Perl treat all I/O streams as UTF-8

This is necessary to the upcoming translation of node names in Texinfo
source.

14 years agoDocs: move common files and factorize Texinfo macros
John Mandereau [Sun, 12 Jul 2009 20:33:42 +0000 (22:33 +0200)]
Docs: move common files and factorize Texinfo macros

- move macros.itexi to Documentation/ to anticipate the possible move
of all Texinfo documentation to the same directory,

- move Texinfo init file from top of the source tree,

- factorize macros common to all languages into common-macros.itexi.

14 years agoSVG backend: alphabetize the stencil expressions
Patrick McCarty [Thu, 16 Jul 2009 07:39:41 +0000 (00:39 -0700)]
SVG backend: alphabetize the stencil expressions

14 years agoMake -dwarning-as-error more general
Patrick McCarty [Tue, 7 Jul 2009 18:31:06 +0000 (11:31 -0700)]
Make -dwarning-as-error more general

* The following calls now issue errors
  with the option -dwarning-as-error:

  Grob::warning ()
  Grob::programming_error ()
  Input::warning ()
  Input::programming_error ()

  ly:warning
  ly:programming-error

14 years agoOnly assign warning values for stencil commands
Patrick McCarty [Mon, 6 Jul 2009 00:03:34 +0000 (17:03 -0700)]
Only assign warning values for stencil commands

- Since the expressions in ly:all-output-backend-commands
  are not intended to be defined in output-*.scm,
  only assign warnings for ly:all-stencil-commands.

14 years agoscm/define-stencil-commands.scm: cleanup
Patrick McCarty [Sun, 5 Jul 2009 23:51:31 +0000 (16:51 -0700)]
scm/define-stencil-commands.scm: cleanup

- Create a new procedure for stencil "commands",
  the subset of stencil expressions that can be
  defined in output-*.scm.

- Add the missing `setrotation' and `resetrotation'
  expressions.

- Use ly:all-output-backend-commands for the rest
  of the stencil expressions; thus,
  `delay-stencil-evaluation' belongs here, and
  add the missing `rotate-stencil' expression.

- Document the differences between the two procedures.

- Register all of the expressions in "one go".

14 years agoCheck for a null string before using `placebox'
Patrick McCarty [Sun, 5 Jul 2009 20:15:51 +0000 (13:15 -0700)]
Check for a null string before using `placebox'

- This is most important for output-svg, due to
  the regular expression matching, but the other
  output backends can benefit from the removal of
  the superfluous `placebox' expressions.

14 years agoReturn a null string after calling ly:warning
Patrick McCarty [Sun, 5 Jul 2009 19:47:01 +0000 (12:47 -0700)]
Return a null string after calling ly:warning

- This is needed to ensure a sane value for
an undefined stencil expression.

14 years agoRemove obsolete backend code
Patrick McCarty [Sun, 5 Jul 2009 20:12:25 +0000 (13:12 -0700)]
Remove obsolete backend code

- Remove obsolete code from lily.scm that was
used before the output backends took their current
form.

- Remove exported bindings from output-ps.scm; the
output backends no longer use a `public interface',
since all work is done with ly:outputter-dump-stencil,
which uses the modules directly.

- Remove the "catch-all" routines from the svg and socket
output backends; these are covered by the new procedure
in backend-library.scm

14 years agoAdd a new program option: -dwarning-as-error
Patrick McCarty [Sun, 5 Jul 2009 19:56:34 +0000 (12:56 -0700)]
Add a new program option: -dwarning-as-error

(Thanks to Han-Wen and Jan for the initial idea)

- If a valid stencil expression is found, but is
undefined in the current backend, issue a warning
for every occurrence.

- The option -dwarning-as-error will cause LilyPond
to output an error and exit upon the first warning
encountered.

14 years agoDoc: add Font to all font nodes (avoids potential confusion).
Graham Percival [Thu, 16 Jul 2009 05:21:30 +0000 (22:21 -0700)]
Doc: add Font to all font nodes (avoids potential confusion).

14 years agoDocs: NR B.6 The Feta font: Add menu; separate into nodes.
Mark Polesky [Wed, 15 Jul 2009 20:54:48 +0000 (13:54 -0700)]
Docs: NR B.6 The Feta font: Add menu; separate into nodes.

14 years agoDoc-fr: rhythm chapter nitpicks
Jean-Charles Malahieude [Wed, 15 Jul 2009 20:14:56 +0000 (22:14 +0200)]
Doc-fr: rhythm chapter nitpicks

* thanks to François Martin and Xavier Scheuer for their proof-reading

14 years agoSVG output nitpick: use well-formed SGML comments
Patrick McCarty [Wed, 15 Jul 2009 02:26:34 +0000 (19:26 -0700)]
SVG output nitpick: use well-formed SGML comments

14 years agoFix compile (again)
Patrick McCarty [Wed, 15 Jul 2009 00:03:29 +0000 (17:03 -0700)]
Fix compile (again)

14 years agoDocs: IR: correct (de)crescendo syntax.
Patrick McCarty [Tue, 14 Jul 2009 23:57:31 +0000 (16:57 -0700)]
Docs: IR: correct (de)crescendo syntax.

14 years agoFix compile
Patrick McCarty [Tue, 14 Jul 2009 23:48:55 +0000 (16:48 -0700)]
Fix compile

14 years agoDocs: IR: remove references to \property command
Patrick McCarty [Tue, 14 Jul 2009 23:46:28 +0000 (16:46 -0700)]
Docs: IR: remove references to \property command

We might want to junk all of the "Syntax:" lines in the IR eventually,
but for now, make sure the information is accurate, at least.

14 years agoDocs: NR Tweak command: can't be used to modify stems,
Trevor Daniels [Tue, 14 Jul 2009 22:14:07 +0000 (23:14 +0100)]
Docs: NR Tweak command: can't be used to modify stems,
      beams or accidentals *directly*

14 years agoLaissez_vibrer_engraver: avoid duplicate self_scm () calls
Patrick McCarty [Tue, 14 Jul 2009 21:51:57 +0000 (14:51 -0700)]
Laissez_vibrer_engraver: avoid duplicate self_scm () calls

- Also, remove trailing whitespace

14 years agoEliminate unix-specific -u flags from internationalization build
Carl Sorensen [Tue, 14 Jul 2009 21:35:53 +0000 (15:35 -0600)]
Eliminate unix-specific -u flags from internationalization build

14 years agoDocs: CG: add feature update checklist
Carl Sorensen [Tue, 14 Jul 2009 20:19:25 +0000 (14:19 -0600)]
Docs: CG: add feature update checklist

14 years agoDocs: NR 5.5 Clarify placement of Bézier override
Trevor Daniels [Tue, 14 Jul 2009 19:21:25 +0000 (20:21 +0100)]
Docs: NR 5.5 Clarify placement of Bézier override

14 years agoDocs: LM: Follow-ups to suggestions from Jonathan Wilkes
Trevor Daniels [Tue, 14 Jul 2009 17:23:05 +0000 (18:23 +0100)]
Docs: LM: Follow-ups to suggestions from Jonathan Wilkes

14 years agoSuggestions for improving the LM by Jonathan Wilkes
Maximilian Albert [Mon, 13 Jul 2009 10:28:10 +0000 (19:28 +0900)]
Suggestions for improving the LM by Jonathan Wilkes

14 years agoDocs: NR 5: index bezier curves for slurs and ties
Trevor Daniels [Tue, 14 Jul 2009 15:14:13 +0000 (16:14 +0100)]
Docs: NR 5: index bezier curves for slurs and ties

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-fr: completed rhythm chapter
Jean-Charles Malahieude [Sat, 11 Jul 2009 20:05:44 +0000 (22:05 +0200)]
Doc-fr: completed rhythm chapter

* rhythms.itely fully updated
* associated texidocs files

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.