]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
11 years agoMerge branch 'translation' into staging
Francisco Vila [Thu, 26 Jul 2012 10:09:28 +0000 (12:09 +0200)]
Merge branch 'translation' into staging

11 years agoWeb-it: replace "open source" with "software libero"
Federico Bruni [Wed, 25 Jul 2012 19:37:16 +0000 (21:37 +0200)]
Web-it: replace "open source" with "software libero"

Fix also a typo in a macro in it/included/helpus.itexi

11 years agoIssue 2695: Bad output in display-lily-tests.ly
David Kastrup [Wed, 25 Jul 2012 14:52:15 +0000 (16:52 +0200)]
Issue 2695: Bad output in display-lily-tests.ly

This fixes a bug introduced with 4ab6e4df934e57c51dbbdbf2c209273c6cb5b888
while addressing issue 2522.

11 years agoIssue 2688: Add ly:context-mod-apply! function.
David Kastrup [Sat, 21 Jul 2012 10:33:03 +0000 (12:33 +0200)]
Issue 2688: Add ly:context-mod-apply! function.

11 years agoreopened Issue 2584: please make partcombine merge slurs
David Kastrup [Thu, 19 Jul 2012 09:11:35 +0000 (11:11 +0200)]
reopened Issue 2584: please make partcombine merge slurs

This refrains from referencing a slur grob's direction field (often
inconclusive and not representative of the input), instead referencing
the direction of the causing event.

11 years agoFunction for overriding broken spanners
David Nalesnik [Tue, 17 Jul 2012 22:17:59 +0000 (17:17 -0500)]
Function for overriding broken spanners

The music function \alterBroken is intended to facilitate overrides
applied independently to the pieces of broken spanners--one of the
perennial difficulties faced by users of LilyPond (addressed in
Extending 2.6:"Difficult Tweaks").  The function aims at generalization
by allowing the user to specify the name of the spanner and the property
to be overridden.

The function will override unbroken spanners, but it will ignore
non-spanners with a warning.

The function calls \override and may be prefaced by \once (or followed by
a \revert of the relevant property).

11 years agoUpdates snippets from LSR
Phil Holmes [Tue, 24 Jul 2012 16:16:32 +0000 (17:16 +0100)]
Updates snippets from LSR

11 years agoUpdates snippets for cross-staff-stems
Phil Holmes [Mon, 23 Jul 2012 14:16:52 +0000 (15:16 +0100)]
Updates snippets for cross-staff-stems

11 years agoVolta enhancements tranche 1
Phil Holmes [Tue, 17 Jul 2012 17:35:14 +0000 (18:35 +0100)]
Volta enhancements tranche 1

11 years agoDoc-ja: update web
Yoshiki Sawada [Sat, 21 Jul 2012 14:55:15 +0000 (23:55 +0900)]
Doc-ja: update web

Doc-ja: update web

change "open source" to "free software"

11 years agoAdds warning for line spanner with right coordinate less than left coordinate
Mike Solomon [Mon, 23 Jul 2012 05:45:42 +0000 (07:45 +0200)]
Adds warning for line spanner with right coordinate less than left coordinate

11 years agoIssue 2671: Provide functions ly:moment-main and ly:moment-grace
David Kastrup [Thu, 28 Jun 2012 23:48:11 +0000 (01:48 +0200)]
Issue 2671: Provide functions ly:moment-main and ly:moment-grace

Those will usually be more convenient than using ly:moment-*-numerator
and ly:moment-*-denominator.

Also, (/ (ly:moment-*-numerator ...) (ly:moment-*-denominator ...))
can't deal with infinite moment components.  This could theoretically
be amended by letting (ly:moment-*-denominator ...) resolve to
_inexact_ zero (in which case the division turns out ±inf.0), but that
is all rather hand-wavy and flimsy.  Being able to access the
components directly is more straightforward.

11 years agospan-bar-.cc: Sort bar-line extents in case alignAboveContext is active
Keith OHara [Tue, 17 Jul 2012 04:24:22 +0000 (21:24 -0700)]
span-bar-.cc: Sort bar-line extents in case alignAboveContext is active

11 years agoTextSpanner: start to the right of front matter at line-breaks
Keith OHara [Sat, 14 Jul 2012 08:01:28 +0000 (01:01 -0700)]
TextSpanner: start to the right of front matter at line-breaks

issue 2655

11 years agoUpdates we-wrote - fixes issue 1163
Phil Holmes [Sun, 22 Jul 2012 11:00:57 +0000 (12:00 +0100)]
Updates we-wrote - fixes issue 1163

11 years agoAdds support for cross staff stems final
Phil Holmes [Sun, 15 Jul 2012 13:10:22 +0000 (14:10 +0100)]
Adds support for cross staff stems final

11 years agoDoc-fr: updates to NR
Jean-Charles Malahieude [Sat, 21 Jul 2012 20:36:42 +0000 (22:36 +0200)]
Doc-fr: updates to NR
 - changing defaults
 - input
 - spacing
 - vocal

11 years agoLSR local updates
Phil Holmes [Fri, 20 Jul 2012 15:12:12 +0000 (16:12 +0100)]
LSR local updates

11 years agoCorrects tags in snippets/new
Phil Holmes [Fri, 20 Jul 2012 14:11:23 +0000 (15:11 +0100)]
Corrects tags in snippets/new

11 years agoFurther updates to makelsr
Phil Holmes [Fri, 20 Jul 2012 13:48:00 +0000 (14:48 +0100)]
Further updates to makelsr

11 years agoWeb: remove non-Free software from Easier Editing
Graham Percival [Thu, 5 Jul 2012 02:50:36 +0000 (03:50 +0100)]
Web: remove non-Free software from Easier Editing

11 years agoIssue 2669: Avoid recreating notename hashes from alists unnecessarily.
David Kastrup [Mon, 16 Jul 2012 17:48:01 +0000 (19:48 +0200)]
Issue 2669: Avoid recreating notename hashes from alists unnecessarily.

11 years agoIssue 2661: parser.yy: remove `fraction'
David Kastrup [Sat, 14 Jul 2012 09:19:59 +0000 (11:19 +0200)]
Issue 2661: parser.yy: remove `fraction'

Previously the parser recognized fractions as well as the lexer.  The effect
was that in certain contexts it was possible to use spaces around the slash.

This necessitated lookahead in parsing and is not apparently used anywhere.
It also does not help in making the input look consistent.

11 years agoIssue 2667: Point and click location of chords for q repeats is inaccurate
David Kastrup [Mon, 16 Jul 2012 15:06:23 +0000 (17:06 +0200)]
Issue 2667: Point and click location of chords for q repeats is inaccurate

11 years agoCG: clarify staging branch policy
John Mandereau [Wed, 18 Jul 2012 14:18:33 +0000 (16:18 +0200)]
CG: clarify staging branch policy

The big paragraph is suggested by David Kastrup in
http://lists.gnu.org/archive/html/lilypond-devel/2012-07/msg00472.html

11 years agoCG: update makelsr.py documentation
John Mandereau [Wed, 18 Jul 2012 22:10:20 +0000 (00:10 +0200)]
CG: update makelsr.py documentation

11 years agoMakelsr: handle file moves and deletions and tag changes in local update
John Mandereau [Wed, 18 Jul 2012 21:47:54 +0000 (23:47 +0200)]
Makelsr: handle file moves and deletions and tag changes in local update

11 years agoCorrect makelsr handling of local update and tags
Phil Holmes [Wed, 18 Jul 2012 16:59:22 +0000 (17:59 +0100)]
Correct makelsr handling of local update and tags

11 years agoMerge branch 'texinfo' into HEAD
David Kastrup [Wed, 18 Jul 2012 13:00:09 +0000 (15:00 +0200)]
Merge branch 'texinfo' into HEAD

11 years agoChange texinfo.tex to get old indexing behavior.
David Kastrup [Fri, 13 Jul 2012 12:09:15 +0000 (14:09 +0200)]
Change texinfo.tex to get old indexing behavior.

11 years agoCheck in Texinfo 2012-07-03.16
David Kastrup [Fri, 13 Jul 2012 11:53:52 +0000 (13:53 +0200)]
Check in Texinfo 2012-07-03.16

11 years agoFixes black bars in NR
Phil Holmes [Wed, 18 Jul 2012 10:52:38 +0000 (11:52 +0100)]
Fixes black bars in NR

11 years agoMerge branch 'master' into staging
John Mandereau [Tue, 17 Jul 2012 20:49:58 +0000 (22:49 +0200)]
Merge branch 'master' into staging

Conflicts:
Documentation/snippets/new/incipit.ly

11 years agoFix "Rewrite incipit snippet using #{ ... #} in preference to Scheme"
David Kastrup [Tue, 17 Jul 2012 20:28:25 +0000 (22:28 +0200)]
Fix "Rewrite incipit snippet using #{ ... #} in preference to Scheme"

11 years agoQuickly fix documentation build
John Mandereau [Tue, 17 Jul 2012 19:56:42 +0000 (21:56 +0200)]
Quickly fix documentation build

11 years agoUpdate snippets from today's LSR with changed makelsr.py
John Mandereau [Tue, 17 Jul 2012 16:18:47 +0000 (18:18 +0200)]
Update snippets from today's LSR with changed makelsr.py

11 years agoGet texidoc translations out of snippets source files
John Mandereau [Tue, 10 Jul 2012 10:06:17 +0000 (12:06 +0200)]
Get texidoc translations out of snippets source files

Texidoc translations are inserted in .ly snippets at build stage
instead of makelsr.py run.

This simplifies overall maintenance of snippets, in particular
this avoids Git committish update headache for translators.

See final discussion at
http://lists.gnu.org/archive/html/lilypond-devel/2012-06/msg00438.html

11 years agoRewrite incipit snippet using #{ ... #} in preference to Scheme
David Kastrup [Thu, 12 Jul 2012 11:16:30 +0000 (13:16 +0200)]
Rewrite incipit snippet using #{ ... #} in preference to Scheme

Using #{ ... #} extensively both illustrates better what is actually
happening LilyPond-wise as well as giving a better feeling about the
available power of #{ ... #} for replacing Scheme code.

11 years agoDoc: Update changing context default settings (2322)
Trevor Daniels [Thu, 12 Jul 2012 12:56:42 +0000 (13:56 +0100)]
Doc: Update changing context default settings (2322)

 - rewrite complete section to include description of
   \with and add possibility of including predefined
   commands in \context blocks in \layout

 - uses shorter, more specific examples

11 years agofixed documentation inconsistency about baseMoment
Frederic Bron [Sun, 8 Jul 2012 19:44:40 +0000 (21:44 +0200)]
fixed documentation inconsistency about baseMoment

11 years agoDoc-es: update a marker for NEWS.
Francisco Vila [Sun, 15 Jul 2012 11:20:35 +0000 (13:20 +0200)]
Doc-es: update a marker for NEWS.

11 years agoWeb-es: update NEWS.
Francisco Vila [Sun, 15 Jul 2012 11:13:23 +0000 (13:13 +0200)]
Web-es: update NEWS.

11 years agoLSR updates from tarball - July 2012
Phil Holmes [Sun, 15 Jul 2012 09:34:30 +0000 (10:34 +0100)]
LSR updates from tarball - July 2012

11 years agoDoc-es: update Spacing; full update of Spanish manuals.
Francisco Vila [Sun, 15 Jul 2012 10:44:23 +0000 (12:44 +0200)]
Doc-es: update Spacing; full update of Spanish manuals.

11 years agoDoc-es: update included/Helpus, Ancient, Changing, Input, Pitches.
Francisco Vila [Sun, 15 Jul 2012 09:09:27 +0000 (11:09 +0200)]
Doc-es: update included/Helpus, Ancient, Changing, Input, Pitches.

11 years agoDoc-es: structure.
Francisco Vila [Fri, 13 Jul 2012 16:35:18 +0000 (18:35 +0200)]
Doc-es: structure.

11 years agoLocal updates to LSR July 2012
Phil Holmes [Sun, 15 Jul 2012 09:23:41 +0000 (10:23 +0100)]
Local updates to LSR July 2012

11 years agoChange NCSB fonts search (fix issue 2635)
John Mandereau [Mon, 2 Jul 2012 14:13:30 +0000 (16:13 +0200)]
Change NCSB fonts search (fix issue 2635)

In Debian Squeeze 6.0.5 (i686), fc-list (Fontconfig 2.8.0-2.1) has an
output format that is not handled well by previous configure script.

11 years agoDon't split -f CPP flags in python-config output
Markus Oehme [Tue, 10 Jul 2012 09:47:00 +0000 (11:47 +0200)]
Don't split -f CPP flags in python-config output

Fix LilyPond Issue 2634 "aclocal.m4 incorrectly remove parts of
python-cflags output". Bug reported by Cyprien Nicolas from Gentoo bug
415793.

11 years agoDoc-fr: updates notation-appendices
Jean-Charles Malahieude [Sat, 14 Jul 2012 19:27:23 +0000 (21:27 +0200)]
Doc-fr: updates notation-appendices

11 years agoRevert "line_count fixes"
Keith OHara [Sat, 14 Jul 2012 17:19:41 +0000 (10:19 -0700)]
Revert "line_count fixes"

This reverts commit 2a872121379fffe7b1cd5d23048b7ea04b4d1f68.

11 years agoadded test for beamExceptions that failed in 2.15.39 in 3/4 for 1/32nd notes
Frederic Bron [Wed, 11 Jul 2012 04:47:55 +0000 (06:47 +0200)]
added test for beamExceptions that failed in 2.15.39 in 3/4 for 1/32nd notes

11 years agostem: use pure-height if the stencil is not yet drawn; issue 2441
Keith OHara [Sat, 14 Jul 2012 05:55:48 +0000 (22:55 -0700)]
stem: use pure-height if the stencil is not yet drawn; issue 2441

11 years agoAdd documentation for ly:one-line-breaking.
Joe Neeman [Sun, 8 Jul 2012 19:22:48 +0000 (21:22 +0200)]
Add documentation for ly:one-line-breaking.

11 years agoDoc-es: fix menu.
Francisco Vila [Fri, 13 Jul 2012 16:06:04 +0000 (18:06 +0200)]
Doc-es: fix menu.

11 years agoDoc-es: update Scheme tutorial.
Francisco Vila [Fri, 13 Jul 2012 15:32:48 +0000 (17:32 +0200)]
Doc-es: update Scheme tutorial.

11 years agoDoc-es: update CHANGES.
Francisco Vila [Fri, 13 Jul 2012 10:38:17 +0000 (12:38 +0200)]
Doc-es: update CHANGES.

11 years agoMinor typo in the CG
Phil Holmes [Fri, 13 Jul 2012 09:38:22 +0000 (10:38 +0100)]
Minor typo in the CG

11 years agoDoc-es: update usage/External, web/Download, notation/Vocal.
Francisco Vila [Thu, 12 Jul 2012 18:35:51 +0000 (20:35 +0200)]
Doc-es: update usage/External, web/Download, notation/Vocal.

11 years agoMerge branch 'translation' into staging
Francisco Vila [Thu, 12 Jul 2012 09:30:27 +0000 (11:30 +0200)]
Merge branch 'translation' into staging

11 years agoweb: news - RC 2.15.41 cancelled
Janek Warchoł [Thu, 12 Jul 2012 09:16:10 +0000 (11:16 +0200)]
web: news - RC 2.15.41 cancelled

11 years agoweb: move some old news from front page to archive
Janek Warchoł [Thu, 12 Jul 2012 09:15:28 +0000 (11:15 +0200)]
web: move some old news from front page to archive

11 years agoDoc: fix url to PostScript pdf (2563)
Frederic Bron [Thu, 12 Jul 2012 08:26:17 +0000 (09:26 +0100)]
Doc: fix url to PostScript pdf (2563)

11 years agoCG: explain what big staff size means in regtests
Janek Warchoł [Wed, 11 Jul 2012 19:33:28 +0000 (21:33 +0200)]
CG: explain what big staff size means in regtests

Regtests about small or easy to overlook changes
should use bigger staff size.

11 years agoDoc: more comprehensive documentation of layout block (2560)
Trevor Daniels [Sun, 8 Jul 2012 07:32:51 +0000 (08:32 +0100)]
Doc: more comprehensive documentation of layout block (2560)

  (thanks to Urs L and David K for clarification)

11 years agoDoc: document \on-the-fly (2579)
Trevor Daniels [Fri, 6 Jul 2012 08:31:17 +0000 (09:31 +0100)]
Doc: document \on-the-fly (2579)

 - explain syntax
 - list provided procedures

(Thanks to Eluze for the suggestion)

11 years agoDoc: document use of alignAboveContext (2557)
Trevor Daniels [Sun, 8 Jul 2012 08:15:05 +0000 (09:15 +0100)]
Doc: document use of alignAboveContext (2557)

Also alignBelowContext.

11 years agoDoc-fr: texidocs housekeeping, letters T-W
Jean-Charles Malahieude [Tue, 10 Jul 2012 16:11:45 +0000 (18:11 +0200)]
Doc-fr: texidocs housekeeping, letters T-W

11 years agoPOT: dowloads from FTP (eo, es, fr, it)
Jean-Charles Malahieude [Tue, 10 Jul 2012 09:33:07 +0000 (11:33 +0200)]
POT: dowloads from FTP (eo, es, fr, it)

11 years agoDoc-fr: updates NR, Scheme tutorial, Usage, web
Jean-Charles Malahieude [Mon, 9 Jul 2012 13:07:59 +0000 (15:07 +0200)]
Doc-fr: updates NR, Scheme tutorial, Usage, web
 - NR ancient, pitches, vocal
 - external
 - helpus, download

11 years agoInterpret #... inside of music lists as music instead of ignoring it
David Kastrup [Thu, 5 Jul 2012 10:24:19 +0000 (12:24 +0200)]
Interpret #... inside of music lists as music instead of ignoring it

One consequence is that you get a warning for things like

\revert Score.BarLine #'space-alist #'cue-clef

which actually reverts the whole of space-alist, then ignores #'cue-clef.

Another is that things like $(set-accidental-style 'dodecaphonic)
can be written as #(set-accidental-style 'dodecaphonic) without
getting ignored in most situations.

Void expressions (like most definitions, or the result of calling
\void) are still silently ignored since they are regarded as
intentional.

11 years agoTypo: oputput -> output
David Kastrup [Sun, 8 Jul 2012 18:40:08 +0000 (20:40 +0200)]
Typo: oputput -> output

11 years agoDoc: phrasing slurs do not affect melismata (2565)
Trevor Daniels [Fri, 6 Jul 2012 19:50:05 +0000 (20:50 +0100)]
Doc: phrasing slurs do not affect melismata (2565)

11 years agoEliminate gcc warning in ly_rational2scm
David Kastrup [Fri, 6 Jul 2012 13:33:13 +0000 (15:33 +0200)]
Eliminate gcc warning in ly_rational2scm

11 years agoIssue 2632: Allow multiple occurences of Footnote_engraver
David Kastrup [Mon, 2 Jul 2012 09:13:22 +0000 (11:13 +0200)]
Issue 2632: Allow multiple occurences of Footnote_engraver

Don't treat footnote events that already emitted footnotes in a subordinate context.

11 years agoReject \footnote ... \default without grob specification
David Kastrup [Mon, 2 Jul 2012 18:27:46 +0000 (20:27 +0200)]
Reject \footnote ... \default without grob specification

The behavior of \footnote ... \default without grob specification is,
for most purposes, indistinguishable from user error.  In consequence,
it has been turned into user error.

As one consequence, support for the undocumented and inefficient
compatibility mode for use of not-actually-time-based footnotes as an
articulation (-\footnote ... \default) has been removed.  This can
occur as the result of convert-ly from older variants of \footnote
syntax.  Targetting a NO_SMART conversion error message of convert-ly
for this use case is so much more tricky and error-prone than printing
a warning at run-time that it has not been attempted.

11 years agoPOT: upload 2.15.41 to FTP
Jean-Charles Malahieude [Thu, 5 Jul 2012 18:37:01 +0000 (20:37 +0200)]
POT: upload 2.15.41 to FTP

11 years agoRelease: bump version.
Graham Percival [Thu, 5 Jul 2012 13:33:50 +0000 (14:33 +0100)]
Release: bump version.

11 years agoMerge remote-tracking branch 'origin' into HEAD release/2.15.41-1
Graham Percival [Wed, 4 Jul 2012 16:41:03 +0000 (17:41 +0100)]
Merge remote-tracking branch 'origin' into HEAD

11 years agoIssue 2626: add on-page for usage in \on-the-fly
Thomas Morley [Thu, 28 Jun 2012 10:02:40 +0000 (12:02 +0200)]
Issue 2626: add on-page for usage in \on-the-fly

For adding a markup to a footer/header of a specified page,
you can now use (on-page <page-number>) as a specification in \on-the-fly.

Signed-off-by: David Kastrup <dak@gnu.org>
11 years agoInclude +inf.0 and -inf.0 in conversions of Rational to SCM and back
David Kastrup [Thu, 28 Jun 2012 18:51:55 +0000 (20:51 +0200)]
Include +inf.0 and -inf.0 in conversions of Rational to SCM and back

11 years agoRelease: update news.
Graham Percival [Tue, 3 Jul 2012 23:37:25 +0000 (00:37 +0100)]
Release: update news.

11 years ago[mf2pt1] Updated to version 2.5.
Werner Lemberg [Tue, 3 Jul 2012 05:55:16 +0000 (07:55 +0200)]
[mf2pt1] Updated to version 2.5.

11 years agoAdd blurb about Kievan notation to changes
Aleksandr Andreev [Tue, 26 Jun 2012 13:53:08 +0000 (09:53 -0400)]
Add blurb about Kievan notation to changes

Adds a blurb and minimal example to changes.tely indicating support of Kievan notation.

11 years agoMerge branch 'translation' into staging
Francisco Vila [Mon, 2 Jul 2012 08:17:06 +0000 (10:17 +0200)]
Merge branch 'translation' into staging

11 years agoDoc-fr: snippets housekeeping (letters P-S)
Jean-Charles Malahieude [Sun, 1 Jul 2012 11:35:00 +0000 (13:35 +0200)]
Doc-fr: snippets housekeeping (letters P-S)

11 years agoRevert "Get texidoc translations out of snippets source files"
David Kastrup [Sat, 30 Jun 2012 15:57:24 +0000 (17:57 +0200)]
Revert "Get texidoc translations out of snippets source files"

This reverts commit 512d405d07aba8742658902b105a94ebbd40c2dc.

11 years agoFix description in lily/include/smobs.hh
David Kastrup [Sat, 30 Jun 2012 13:06:44 +0000 (15:06 +0200)]
Fix description in lily/include/smobs.hh

11 years agoClean fonts and docs makefiles, trying to fix 'make -j' race conditions
John Mandereau - LilyPond development [Thu, 28 Jun 2012 16:32:18 +0000 (18:32 +0200)]
Clean fonts and docs makefiles, trying to fix 'make -j' race conditions

On my machine (GNU/Linux Fedora 17 x86_64 on an Intel Core 2 Duo),
"make -j3 all" repeatedly calls fontforge before needed .pfb files are
generated and makeinfo/extract_texi_filenames/texi2omf before .texi
file has been generated/copied.  Fix this by using order prerequisites
and adding targets to WWW-1 (first stage of doc build); order (rather
than ordinary) prerequisites avoid having always outdated targets,
which would trigger compilation at install.

Remove a rule for Info manual that is no longer needed and which might
short-circuit .dep file generation.

mf/GNUmakefile: also factorize prerequisites in fonts using a macro.

11 years agoGet texidoc translations out of snippets source files
John Mandereau [Thu, 28 Jun 2012 11:30:05 +0000 (13:30 +0200)]
Get texidoc translations out of snippets source files

Texidoc translations are inserted in .ly snippets at build stage
instead of makelsr.py run.

This simplifies overall maintenance of snippets, in particular
this avoids Git committish update headache for translators.

See final discussion at
http://lists.gnu.org/archive/html/lilypond-devel/2012-06/msg00438.html

11 years agoCG: improve Patchy documentation
John Mandereau - LilyPond development [Wed, 27 Jun 2012 09:44:46 +0000 (11:44 +0200)]
CG: improve Patchy documentation

11 years agoCG: Add LILYPOND_BUILD_DIR environment variable, fix issues 2604 and 2524.
John Mandereau - LilyPond development [Wed, 27 Jun 2012 09:42:32 +0000 (11:42 +0200)]
CG: Add LILYPOND_BUILD_DIR environment variable, fix issues 2604 and 2524.

11 years agolilypond-book: Remove trailing path separators in include paths.
Julien Rioux [Tue, 26 Jun 2012 13:54:39 +0000 (09:54 -0400)]
lilypond-book: Remove trailing path separators in include paths.

Remove the trailing path separators ("/" or "\") in include paths
(e.g. "-I ./ -I ../ -I ../common/") as they are not necessary and
cause problems on windows. Solves issue 2623.

11 years agoFix polarity of rhythmic-location>=?
David Kastrup [Fri, 29 Jun 2012 00:35:00 +0000 (02:35 +0200)]
Fix polarity of rhythmic-location>=?

11 years agoAdd some translation markers; normalize whitespace.
Werner Lemberg [Thu, 28 Jun 2012 08:12:25 +0000 (10:12 +0200)]
Add some translation markers; normalize whitespace.

11 years agomusicxml2ly: Fix title, chord symbol and midi bugs.
Patrick Schmidt [Fri, 22 Jun 2012 09:45:04 +0000 (05:45 -0400)]
musicxml2ly: Fix title, chord symbol and midi bugs.

Fix for several musicxml2ly bugs:

Titles and headers can now contain single words followed by a
punctuation mark (.,!:).  See issue 1983.

Chord symbols are now placed above staffs instead of below.
See issue 2537.

musicxml2ly now includes an out-commented midi-block in every .ly-file.

Docs: Added command line options -m and --midi to Usage

11 years agoMake third argument @var{alter} of ly:make-pitch optional.
David Kastrup [Sat, 23 Jun 2012 15:14:03 +0000 (17:14 +0200)]
Make third argument @var{alter} of ly:make-pitch optional.

This has already been the case in the function signature, but actual use
as an optional function argument resulted in an error message.

11 years agoIssue 1976: Handle full rational pitch differences in fingering calculations.
David Kastrup [Sat, 15 Oct 2011 08:50:18 +0000 (10:50 +0200)]
Issue 1976: Handle full rational pitch differences in fingering calculations.

Defines and uses ly:pitch-tones for rational pitch extraction.

11 years agoLSR updates from tarball
Phil Holmes [Tue, 26 Jun 2012 10:50:43 +0000 (11:50 +0100)]
LSR updates from tarball

11 years agoDoc: clarify operation of \inversion (2618)
Trevor Daniels [Tue, 26 Jun 2012 07:34:46 +0000 (08:34 +0100)]
Doc: clarify operation of \inversion (2618)