]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
10 years agoRelease: update news. release/2.19.5-1
Phil Holmes [Sun, 20 Apr 2014 11:33:16 +0000 (12:33 +0100)]
Release: update news.

10 years agoPO: update template.
Phil Holmes [Sun, 20 Apr 2014 11:33:16 +0000 (12:33 +0100)]
PO: update template.

10 years agoRelease: bump VERSION_DEVEL.
Phil Holmes [Sun, 20 Apr 2014 11:33:16 +0000 (12:33 +0100)]
Release: bump VERSION_DEVEL.

10 years agoTuplet brackets should reliably not follow kneed beams, regardless of whether Beam...
Devon Schudy [Sun, 30 Mar 2014 05:15:57 +0000 (01:15 -0400)]
Tuplet brackets should reliably not follow kneed beams, regardless of whether Beam::is_knee has been called yet.

This affects input/regression/tuplet-number-kneed-beam-horizontal-fit,
and the following:
{
  \override TupletBracket.bracket-visibility = ##t
  \times 1/2 { c8 c''' c c''' }
}

Is it safe to call Beam::is_knee in Tuplet_bracket::calc_position_and_height?

10 years agoIssue 3880: bad number formatting in svg path output
David Kastrup [Sat, 5 Apr 2014 14:29:57 +0000 (16:29 +0200)]
Issue 3880: bad number formatting in svg path output

This uses ly:format with "~4f" format string rather than format with
"~S" for formatting point lists.  Note that "~4f" has a different
meaning in ly:format as compared to plain format.  This is consistent
with other number formatting.  Also does this for output of color.

The previous output was problematic when the number was an exact
fraction.

10 years agoIssue 3894: accidental rule 'teaching' broke
David Kastrup [Sun, 6 Apr 2014 17:59:25 +0000 (19:59 +0200)]
Issue 3894: accidental rule 'teaching' broke

Revert part of "Issue 2745: more fun with accidental rules."

This reverts the part of commit bbca17061fbc7a25ca4050e6d031b3e9562b658e
that deals with the teaching accidental rule.

10 years agoIssue 3897: Some spring cleaning mostly concerning cumbersome apply calls
David Kastrup [Sat, 5 Apr 2014 13:44:18 +0000 (15:44 +0200)]
Issue 3897: Some spring cleaning mostly concerning cumbersome apply calls

Also replaced some uses of zip with multi-list map.

10 years agoIssue 3898: parser.yy: move figure_list to chord_body
David Kastrup [Sun, 6 Apr 2014 12:55:40 +0000 (14:55 +0200)]
Issue 3898: parser.yy: move figure_list to chord_body

Figures failed to get recognized as music function arguments and possibly
in some other contexts.  Moving them together with chords in < > style
gets rid of that problem.

10 years agoIssue 3896: add q to the index of Notation Reference
Federico Bruni [Sat, 5 Apr 2014 13:41:58 +0000 (15:41 +0200)]
Issue 3896: add q to the index of Notation Reference

10 years agoFix namespace issue with clang.
Thomas Klausner [Sun, 6 Apr 2014 17:17:30 +0000 (19:17 +0200)]
Fix namespace issue with clang.

Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
10 years agoRelease: bump VERSION.
Phil Holmes [Mon, 7 Apr 2014 08:14:13 +0000 (09:14 +0100)]
Release: bump VERSION.

10 years agoRelease: update news. release/2.19.4-1
Phil Holmes [Sun, 6 Apr 2014 15:00:05 +0000 (16:00 +0100)]
Release: update news.

10 years agoPO: update template.
Phil Holmes [Sun, 6 Apr 2014 15:00:04 +0000 (16:00 +0100)]
PO: update template.

10 years agoRelease: bump VERSION_DEVEL.
Phil Holmes [Sun, 6 Apr 2014 15:00:04 +0000 (16:00 +0100)]
Release: bump VERSION_DEVEL.

10 years agoIssue 3874: lilypond-book: Fix TEXINPUTS environment manipulation on W32
David Kastrup [Fri, 4 Apr 2014 19:51:08 +0000 (21:51 +0200)]
Issue 3874: lilypond-book: Fix TEXINPUTS environment manipulation on W32

This transfers the TEXINPUTS manipulation into the mingw32 workaround
where it was not previously being done.

10 years agoRevert "Restrict lilypond-book mingw32 subprocess workaround to Python versions ...
David Kastrup [Fri, 4 Apr 2014 15:51:15 +0000 (17:51 +0200)]
Revert "Restrict lilypond-book mingw32 subprocess workaround to Python versions < 2.6"

This reverts commit 1f2bdee043a85ddca79be8ef99b206fb3a97b289.

10 years agoBad positioning of tuplet numbers on kneed beams with Beam.positions override.
David Nalesnik [Sat, 29 Mar 2014 12:25:40 +0000 (07:25 -0500)]
Bad positioning of tuplet numbers on kneed beams with Beam.positions override.

Previously, when Beam.positions was overridden, tuplet numbers on kneed beams
would automatically be placed according to the bracket instead of against
the beam.  This happened because the check for whether the beam was kneed
or not returned false in such cases.  This patch replaces that check.

It also:

--adds a regtest demonstrating behavior with Beam.position overrides
--removes some redundant code

10 years agoWarn when \time is used in mid-measure, and reset measurePosition.
Devon Schudy [Wed, 26 Mar 2014 19:04:08 +0000 (15:04 -0400)]
Warn when \time is used in mid-measure, and reset measurePosition.

This makes issues 3696 and 3888 less mysterious.

10 years ago\partial now only makes measurePosition negative at the beginning of a score.
Devon Schudy [Fri, 4 Apr 2014 13:08:03 +0000 (09:08 -0400)]
\partial now only makes measurePosition negative at the beginning of a score.

This is more consistent, and means it doesn't disrupt bar numbers when used
at the beginning of a measure or after \time. (issue 3888)

This changes the semantics for issue 3645 in commit
2d34420eaf1ffdb620739e4640af42c0b3f812c1.

10 years agoFix infinite loop in Completion_heads_engraver at invalid measure position (issue...
Devon Schudy [Wed, 26 Mar 2014 18:58:20 +0000 (14:58 -0400)]
Fix infinite loop in Completion_heads_engraver at invalid measure position (issue 3888).

* Completion_heads_engraver now gives a programming_error instead of trying to make negative-duration notes.
* intlog2 with a nonpositive argument now gives an error instead of an infinite loop.

10 years agoMore readable \displayMusic output. (issue 3893)
Devon Schudy [Sat, 29 Mar 2014 15:48:12 +0000 (11:48 -0400)]
More readable \displayMusic output. (issue 3893)

* Omit unnecessary optional arguments.
* Use rationals when printing moments (but not with grace parts, because that's ambiguous).

10 years agoCount MIDI ticks from the beginning of the score, not each staff independently.
Devon Schudy [Mon, 10 Mar 2014 16:20:37 +0000 (12:20 -0400)]
Count MIDI ticks from the beginning of the score, not each staff independently.

This keeps MIDI output aligned for:
* Lyrics (issue 3878)
* Staves without Dynamic_performer (issue 3871)
* Staves that start late
* Scores that start with grace notes (issue 1412).

10 years agoIssue 3892/2: Allow scheme expressions for scores, output defs, music in scores
David Kastrup [Sun, 30 Mar 2014 11:15:28 +0000 (13:15 +0200)]
Issue 3892/2: Allow scheme expressions for scores, output defs, music in scores

10 years agoIssue 3892/1: Allow output defs as scheme expressions in toplevel, book, bookpart.
David Kastrup [Sat, 29 Mar 2014 19:05:52 +0000 (20:05 +0100)]
Issue 3892/1: Allow output defs as scheme expressions in toplevel, book, bookpart.

10 years agolily/parser.yy: whitespace fixes
David Kastrup [Sun, 30 Mar 2014 11:26:40 +0000 (13:26 +0200)]
lily/parser.yy: whitespace fixes

10 years agoIssue 3890: Add doc for dodecaphonic-first accidental style
Urs Liska [Tue, 25 Mar 2014 10:59:54 +0000 (11:59 +0100)]
Issue 3890: Add doc for dodecaphonic-first accidental style

10 years agoIssue 3890: Add dodecaphonic-first accidental style
Rutger Hofmann [Tue, 25 Mar 2014 10:57:59 +0000 (11:57 +0100)]
Issue 3890: Add dodecaphonic-first accidental style

This accidental style assigns accidentals to _all_ pitches
(just as dodecaphonic does) but remembers them throughout
a whole measure.
This style is useful for different styles of contemporary notation
that want to make use of the non-tonal dodecaphonic style but don't
want to print so many redundant accidentals.

10 years agoIssue 3878: Revert "Fix spurious error playing initial grace notes (issue 1412)"
David Kastrup [Sun, 9 Mar 2014 10:16:21 +0000 (11:16 +0100)]
Issue 3878: Revert "Fix spurious error playing initial grace notes (issue 1412)"

This reverts commit 6cec57bf0989098fce173703b894f7718bf9c10d.

10 years agoRelease: update news.
Phil Holmes [Mon, 17 Mar 2014 22:17:42 +0000 (22:17 +0000)]
Release: update news.

10 years agoRelease: bump VERSION.
Phil Holmes [Mon, 17 Mar 2014 22:17:23 +0000 (22:17 +0000)]
Release: bump VERSION.

10 years agoMerge remote-tracking branch 'origin/translation'
David Kastrup [Sun, 16 Mar 2014 19:20:16 +0000 (20:20 +0100)]
Merge remote-tracking branch 'origin/translation'

10 years agoDoc-fr: fix X-Ref
Jean-Charles Malahieude [Sun, 16 Mar 2014 18:13:13 +0000 (19:13 +0100)]
Doc-fr: fix X-Ref

10 years agoWeb-fr: Updates for 2.18.2
Jean-Charles Malahieude [Sun, 16 Mar 2014 18:04:53 +0000 (19:04 +0100)]
Web-fr: Updates for 2.18.2

10 years agoDoc-fr: Updates texidocs
Jean-Charles Malahieude [Sun, 16 Mar 2014 18:04:17 +0000 (19:04 +0100)]
Doc-fr: Updates texidocs

10 years agoDoc-fr: Updates Extending
Jean-Charles Malahieude [Sun, 16 Mar 2014 18:03:09 +0000 (19:03 +0100)]
Doc-fr: Updates Extending

10 years agoDoc-fr: Updates Usage
Jean-Charles Malahieude [Sun, 16 Mar 2014 18:02:45 +0000 (19:02 +0100)]
Doc-fr: Updates Usage

10 years agoDoc-fr: Updates NR
Jean-Charles Malahieude [Sun, 16 Mar 2014 18:02:17 +0000 (19:02 +0100)]
Doc-fr: Updates NR

10 years agoDoc-fr: updates LM
Jean-Charles Malahieude [Sun, 16 Mar 2014 18:01:43 +0000 (19:01 +0100)]
Doc-fr: updates LM

10 years agoMerge remote-tracking branch 'origin/translation'
David Kastrup [Sun, 16 Mar 2014 13:27:59 +0000 (14:27 +0100)]
Merge remote-tracking branch 'origin/translation'

10 years agoDoc-es: Oops; fix bad xref.
Francisco Vila [Sun, 16 Mar 2014 11:55:58 +0000 (12:55 +0100)]
Doc-es: Oops; fix bad xref.

10 years agoDoc-es: update Repeats and finish updating for 2.18.2
Francisco Vila [Sun, 16 Mar 2014 11:46:15 +0000 (12:46 +0100)]
Doc-es: update Repeats and finish updating for 2.18.2

10 years agoDoc-es: update Spacing.
Francisco Vila [Sun, 16 Mar 2014 11:34:07 +0000 (12:34 +0100)]
Doc-es: update Spacing.

10 years agoDoc-es: update Input.
Francisco Vila [Sun, 16 Mar 2014 11:29:41 +0000 (12:29 +0100)]
Doc-es: update Input.

10 years agoDoc-es: update some versions in snippets.
Francisco Vila [Sun, 16 Mar 2014 10:59:44 +0000 (11:59 +0100)]
Doc-es: update some versions in snippets.

10 years agoWeb-es: fix wrong xref.
Francisco Vila [Sun, 16 Mar 2014 10:40:28 +0000 (11:40 +0100)]
Web-es: fix wrong xref.

10 years agoDoc-es: update Staff, Vocal, External, Running, Web/manuals, web/download, web/Introd...
Francisco Vila [Sun, 16 Mar 2014 00:12:54 +0000 (01:12 +0100)]
Doc-es: update Staff, Vocal, External, Running, Web/manuals, web/download, web/Introduction.

10 years agoDoc-es: update Changing defaults, Chords, Fretted, Percussion, Notation Appendices...
Francisco Vila [Sat, 15 Mar 2014 20:09:39 +0000 (21:09 +0100)]
Doc-es: update Changing defaults, Chords, Fretted, Percussion, Notation Appendices, Rhythms.

10 years agoDoc-es: update Changes, Engraving, Programming interface, Helpus, Fundamental, Tweaks.
Francisco Vila [Sat, 15 Mar 2014 20:02:12 +0000 (21:02 +0100)]
Doc-es: update Changes, Engraving, Programming interface, Helpus, Fundamental, Tweaks.

10 years agoDoc-it: update for release of 2.18.2
Federico Bruni [Sat, 15 Mar 2014 18:52:13 +0000 (19:52 +0100)]
Doc-it: update for release of 2.18.2

10 years agoMerge remote-tracking branch 'origin/translation'
David Kastrup [Sat, 15 Mar 2014 17:38:17 +0000 (18:38 +0100)]
Merge remote-tracking branch 'origin/translation'

Conflicts:
Documentation/changes.tely
Documentation/included/authors.itexi
Documentation/notation/input.itely
Documentation/notation/repeats.itely
Documentation/snippets/making-an-object-invisible-with-the-transparent-property.ly
Documentation/snippets/unfretted-headword.ly
Documentation/usage/running.itely
Documentation/web/download.itexi
Documentation/web/introduction.itexi
VERSION

10 years agoRelease: bump/rewind VERSION
David Kastrup [Mon, 17 Feb 2014 15:41:39 +0000 (16:41 +0100)]
Release: bump/rewind VERSION

Since version 2.18.1 is not fit for general consumption, rewind
VERSION_STABLE to 2.18.0 while bumping the next version to 2.18.2.

(cherry picked from commit 48b3a7e2a5112de5dacc07dfd40e34bf9a09c3ca)

Conflicts:
VERSION

10 years agoRun scripts/auxiliar/makelsr.py
David Kastrup [Sat, 15 Mar 2014 07:14:39 +0000 (08:14 +0100)]
Run scripts/auxiliar/makelsr.py

10 years agoUpdated snippet/new to remove spurios comments
Phil Holmes [Thu, 13 Feb 2014 09:59:22 +0000 (09:59 +0000)]
Updated snippet/new to remove spurios comments

(cherry picked from commit 9ebf863c66aa2ec99dac4ff95511e1f7cddd7f87)

10 years agoPondings: Update URL to Prof Acim's LP book
James Lowe [Wed, 5 Feb 2014 13:10:02 +0000 (13:10 +0000)]
Pondings: Update URL to Prof Acim's LP book

URL had moved.
This is a more permanent link.

(cherry picked from commit 7432db9d6e83734493eaf348d71afbaf3c7f2e2d)

10 years agoAdded Aurelien's 100-min Ring Cycle for children
James Lowe [Mon, 10 Feb 2014 16:53:57 +0000 (16:53 +0000)]
Added Aurelien's 100-min Ring Cycle for children

Added to introduction.itexi and tweets.xml (for pondings).

(cherry picked from commit 5b05a5389ca671daae2fc7b57f6aea45c554d374)

10 years agoIssue 3712: Ponding about Turkish Ebook by Server Acim
David Kastrup [Sun, 8 Dec 2013 17:53:57 +0000 (18:53 +0100)]
Issue 3712: Ponding about Turkish Ebook by Server Acim

See
<URL:http://lists.gnu.org/archive/html/bug-lilypond/2013-12/msg00051.html>
for the announcement.

(cherry picked from commit 49eb1b3eab84975c67613986c65f60f731c9818b)

10 years agoCorrect formatting of BibTex entry for Prof Acim book
Phil Holmes [Sun, 2 Feb 2014 11:45:39 +0000 (11:45 +0000)]
Correct formatting of BibTex entry for Prof Acim book

(cherry picked from commit 38842bb68dd315514b56aa4238ff43b96c06893b)

10 years agoUpdate Documentation/included/authors.itexi
David Kastrup [Thu, 26 Dec 2013 19:20:50 +0000 (20:20 +0100)]
Update Documentation/included/authors.itexi

This basically takes f1a6b0a9e15186359e525b8b6758d857a090304a and removes
people who appear not (yet) relevant for 2.18.

(cherry picked from commit 6f117f9ced5b8fc265b0cb077269c18de172b464)

10 years agoIssue 3806: add link to 2.16 manuals
David Kastrup [Sun, 19 Jan 2014 12:10:16 +0000 (13:10 +0100)]
Issue 3806: add link to 2.16 manuals

(cherry picked from commit d73f0a2ca40498d21d6a0f312323c3b22d43b536)

10 years agoDOC: CG: Add mirror for LilyDev (Issue 3775)
Carl Sorensen [Sat, 4 Jan 2014 22:32:31 +0000 (15:32 -0700)]
DOC: CG: Add mirror for LilyDev (Issue 3775)

Add url to CG for a mirror for LilyDev.

(cherry picked from commit 5cd6aa0b3fed6fae7f965dbcc38fc16cc9e0a74b)

10 years agoDOC: CG: Add information on texlive-lang-cyrillic (Issue 3774)
Carl Sorensen [Sat, 4 Jan 2014 22:15:35 +0000 (15:15 -0700)]
DOC: CG: Add information on texlive-lang-cyrillic (Issue 3774)

Add commands necessary to add the required texlive-lang-cyrillic
to LilyDev 2.6

(cherry picked from commit 648601fb61eedbc9f1e031a41fc7523ba94aec7a)

10 years agoRun scripts/auxiliar/makelsr.py
David Kastrup [Fri, 14 Mar 2014 16:45:06 +0000 (17:45 +0100)]
Run scripts/auxiliar/makelsr.py

10 years agoIssue 3751: Doc: Augment documentation for \inStaffSegno
Trevor Daniels [Mon, 30 Dec 2013 23:52:02 +0000 (23:52 +0000)]
Issue 3751: Doc: Augment documentation for \inStaffSegno

  Slightly expand referring text in NR 1.2.5

  Expand NR 1.4.1 with additional text and examples

  Add regression test

(cherry picked from commit 9828eb47c05a7d6446726ef96647e342e7122dc4)

10 years agoDoc: NR 2.4.1 - add Hammer/Pull snippets
James Lowe [Mon, 6 Jan 2014 07:14:53 +0000 (07:14 +0000)]
Doc: NR 2.4.1 - add Hammer/Pull snippets

Issue 2594

Added 3 snippets illustrating Hammer-on and Pull-off
in different circumstances

Normal use
With Voices
With Chorded Notes

Included @cindex entries

(cherry picked from commit 51230c664c23bcf4b281d3097afd35a3014714f7)

10 years agoDoc: CG: Fix missing right bracket
Carl Sorensen [Mon, 6 Jan 2014 03:50:42 +0000 (20:50 -0700)]
Doc: CG: Fix missing right bracket

(cherry picked from commit d44447ae53c2aa45e1c170230725e65bd28fbece)

10 years agoDoc: NR improve example of \accepts
James Lowe [Fri, 20 Dec 2013 00:03:22 +0000 (00:03 +0000)]
Doc: NR improve example of \accepts

Issue 3641

Improve example given in NR 5.1.7

(cherry picked from commit f083dbe9c8743e3a1fc4ce1aea085b114e263d6d)

10 years agoDoc: NR add \chord to examples in A2
James Lowe [Fri, 27 Dec 2013 23:50:57 +0000 (23:50 +0000)]
Doc: NR add \chord to examples in A2

Issue 3755

Added new column to show a working example (also useful for Blind composers)
Minor layout quibbles with @multitable means using the @* (forced break)
for TexInfo commands - not strictly LP doc policy - to enhance clarity

Reduced the line-width slightly of the @lilypond examples simply to
help accommodate the extra column

(cherry picked from commit 2fbb7b60302656648646817959da1f2c4f5f74de)

10 years agoDoc: NR Tidy up of A4 - fretboard diagrams
James Lowe [Sun, 29 Dec 2013 05:46:45 +0000 (05:46 +0000)]
Doc: NR Tidy up of A4 - fretboard diagrams

Removed bar numbers - inappropriate for this section

Added an @appendixsubsec for each of the three pre-defined
fretboard instruments (Guitar, Ukulele and Mandolin) so as
to make it easier to find in the index but also to break up
the apparent 'wall' of fretboard diagrams when viewing the
Appendix.

(cherry picked from commit 442a4b8c3b4d4890292556703aa125d8de92b2d6)

10 years agoIssue 3635: Doc LM: Improve the explanation of 'force-hshift
Trevor Daniels [Fri, 27 Dec 2013 23:29:51 +0000 (23:29 +0000)]
Issue 3635: Doc LM: Improve the explanation of 'force-hshift

  Add an explanation of the 'horizontal-shift property

  Expand the explanation of the 'force-hshift property

  Make the example of using the 'force-hshift property
  more transparently clear.

(cherry picked from commit 5b0416097a7101c7632b1e29f16036035c96e635)

10 years agoDoc: NR Updated Delayed Turn Snippet
James Lowe [Tue, 24 Dec 2013 06:52:22 +0000 (06:52 +0000)]
Doc: NR Updated Delayed Turn Snippet

Issue 3369

Suggestion from Arno Waschk

Simplification of original snippet

Note: This snippet will only work since 2.17 versions (where the /single
command has been implemented) and does not work on the 'current' LSR
(which is still at 2.14 as of this patch).

(cherry picked from commit c9acfc85c7c2b0a434d1c563aba014294aab8559)

10 years agoDoc: NR Appendix A10.3 \path examples
James Lowe [Tue, 24 Dec 2013 18:26:48 +0000 (18:26 +0000)]
Doc: NR Appendix A10.3 \path examples

Issue 3587

Added two extra examples for the \path command

Also moved two paras down as it seemed more of a logical order

(cherry picked from commit a00c3f8d8b4455e4f18e0b2471ff8f3b74b9bb0b)

10 years agoDoc: NR - Tidy up of 3.5.1 and 3.5.3 - MIDI
James Lowe [Tue, 24 Dec 2013 18:56:29 +0000 (18:56 +0000)]
Doc: NR - Tidy up of 3.5.1 and 3.5.3 - MIDI

Seemed some of this information was repeeated (and so redundant)
with additional grammar and sentence structure changes and more consistent
@examples.

No new technical information added.

(cherry picked from commit d6ec297c78a548291854efe5573388cd4e2c4d72)

10 years agoDoc: Tidy up of chord-names-jazz.ly
James Lowe [Tue, 31 Dec 2013 07:06:11 +0000 (07:06 +0000)]
Doc: Tidy up of chord-names-jazz.ly

Added a new context definitigon to remove the Bar Number Engraver
as it was clashing with the instrument names and looked messy.
As it was not actually pertinent to the example I thought this the
simplest method

Also tidied up the spacing of the information as per standard doc
guidelines

(cherry picked from commit 54151ccbdf46956fb9cb7dbc5b7f98f7d3d64a90)

10 years agoDoc: Extending addition about calling stencil func
James Lowe [Tue, 24 Dec 2013 06:32:16 +0000 (06:32 +0000)]
Doc: Extending addition about calling stencil func

Issue 3669

Came out of:
http://lists.gnu.org/archive/html/lilypond-user/2013-11/msg00587.html

Text based on Keith OHara's suggestions

Indicate that it is possible to call the stencil function in a user's
own override of the stencil property

(cherry picked from commit b5e0e268262c7bde54dc22564ec97e8797d558c4)

10 years agoDoc: Add @knownissue for AddLyrics with Nullvoice
James Lowe [Thu, 19 Dec 2013 23:35:50 +0000 (23:35 +0000)]
Doc: Add @knownissue for AddLyrics with Nullvoice

Issue 3654

(cherry picked from commit 196a1ace684e52c3f6bab452780f90ff405b5564)

10 years agoDoc: Usage add .vimrc syntax highlighting
James Lowe [Fri, 20 Dec 2013 00:25:13 +0000 (00:25 +0000)]
Doc: Usage add .vimrc syntax highlighting

Issue 3492

(cherry picked from commit 751b3bce9e954e926365842098c5c170b14317c9)

10 years agoWeb: Improve notes about Linux Dist LP Packages
James Lowe [Fri, 20 Dec 2013 01:35:32 +0000 (01:35 +0000)]
Web: Improve notes about Linux Dist LP Packages

Issue 3735

Explain that LP in most Linux Repositories is going to be
older than the current available code on the LP website

(cherry picked from commit 681b14e151ada14fa98d5aed413aae4e5e4b9848)

10 years agoWeb: What we wrote... Book about LP in Turkish
James Lowe [Fri, 20 Dec 2013 01:12:49 +0000 (01:12 +0000)]
Web: What we wrote... Book about LP in Turkish

Came from message

URL: http://lists.gnu.org/archive/html/bug-lilypond/2013-12/masg00051.html

Professor Server Acim's book in Turkish about LilyPond

(cherry picked from commit 90dd3d2819f150449a6e39665c654755bc70653a)

10 years agoIssue 3719: CG: Add comment about git-cl editor
Urs Liska [Thu, 12 Dec 2013 11:06:39 +0000 (12:06 +0100)]
Issue 3719: CG: Add comment about git-cl editor

git-cl fires either the editor specified by the
EDITOR environment variable or vi if EDITOR isn't defined.
Commit mentions this in the CG

Signed-off-by: David Kastrup <dak@gnu.org>
(cherry picked from commit 5155adb1fe43e2b166c3101ad48f05d502eef31a)

10 years agoTypo fix in NR
David Kastrup [Sun, 22 Dec 2013 09:29:34 +0000 (10:29 +0100)]
Typo fix in NR

(cherry picked from commit b2e692060d97b87f58c6f3fe6938688725d590fa)

10 years agoWeb: Reword contactUsAbout macro
Urs Liska [Thu, 12 Dec 2013 10:16:10 +0000 (11:16 +0100)]
Web: Reword contactUsAbout macro

Providing information on new reviews/productions etc.
should be possible by simply writing an email to bug-lilypond.
Redirecting to the Bug Report guide is off-putting.

(cherry picked from commit b5f1e7677d0bd21b548d1b59284759b6e520ff69)

10 years agoWeb: Iintroduction.itexi - Minor typos
James Lowe [Fri, 20 Dec 2013 01:39:13 +0000 (01:39 +0000)]
Web: Iintroduction.itexi - Minor typos

LilyPond not lilypond

(cherry picked from commit 787aac98e6e981983ae8a9b392e2656209ac38a0)

10 years agoWeb: Add 3 published productions by Joe Smeets
James Lowe [Sun, 15 Dec 2013 03:55:47 +0000 (03:55 +0000)]
Web: Add 3 published productions by Joe Smeets

Issue 3657

Introduction.itexi

(cherry picked from commit cf106d041fe91a674a850b720453475696384dee)

10 years agoDoc: Add mention of LibreOffice
Martin Tarenskeen [Thu, 12 Dec 2013 06:09:11 +0000 (06:09 +0000)]
Doc: Add mention of LibreOffice

Issue 3686

OooLilyPond works for LibreOffice as well as OpenOffice.

(cherry picked from commit 4d7364b28f3059a2caa9f31fb491d8556d9d2d33)

10 years agoDoc: Add links to LP user blog for Video Tutorials
James Lowe [Tue, 10 Dec 2013 22:02:12 +0000 (22:02 +0000)]
Doc: Add links to LP user blog for Video Tutorials

Issue 3540

Added referfences and links to Video Tutorials
for beginners via LilyPond user Ben Lemon's blog

(cherry picked from commit ec87e9088a9ae23dad5e9b84a9078a10e81c1e8f)

10 years agodocumentation: staff-spacing, resolve collisions
Keith OHara [Sat, 7 Dec 2013 22:23:28 +0000 (14:23 -0800)]
documentation: staff-spacing, resolve collisions

(cherry picked from commit 03c026361826478e7e19130f7ed732a243f38a63)

10 years agoCG: remove information about frogs and frog meister
Janek Warchoł [Sat, 7 Dec 2013 21:58:06 +0000 (22:58 +0100)]
CG: remove information about frogs and frog meister

frogs list is dead, and the frog meister was a good idea
but it gets out of touch from reality (since a few months
previous Frog Meister didn't actually participate in development).

(cherry picked from commit fcad9f183bb05f7206427bf5fc1b95fd8209d26e)

10 years agoAdd Changes entry for -dstrokeadjust and "Usage" entry.
David Kastrup [Tue, 23 Apr 2013 15:02:47 +0000 (17:02 +0200)]
Add Changes entry for -dstrokeadjust and "Usage" entry.

(cherry picked from commit 21142318024c3abac5a13adaf32233cc741683cb)

10 years agoIssue 3655: Doc: Changes.tely 2.18 release
James Lowe [Wed, 4 Dec 2013 23:44:12 +0000 (00:44 +0100)]
Issue 3655: Doc: Changes.tely 2.18 release

Mention new NullVoice feature including a simple example

(cherry picked from commit 0f7b01fc0bb37987e3405a7acbc14dc6aeb47d71)

10 years agoIssue 3648/2: Slight documentation amendment for RhythmicStaff in NR
David Kastrup [Wed, 13 Nov 2013 21:13:10 +0000 (22:13 +0100)]
Issue 3648/2: Slight documentation amendment for RhythmicStaff in NR

(cherry picked from commit 2527d439536f4b4423dcb3324bb2bbbfa6c71662)

10 years agoIssue 3651: Simplify incipit.ly snippet
David Kastrup [Thu, 7 Nov 2013 23:14:38 +0000 (00:14 +0100)]
Issue 3651: Simplify incipit.ly snippet

After issue 3187, considerably less trickery is needed for getting the
incipits to align with the main score.

(cherry picked from commit 14dbac1c794b04b8269229266f10c25438700349)

10 years agoIssue 3876: Fix shape of G clefs
Werner Lemberg [Thu, 6 Mar 2014 06:19:49 +0000 (07:19 +0100)]
Issue 3876: Fix shape of G clefs

This patch simplifies the code for the double G clefs; it also fixes the
incorrect test of the `double_shift' parameter that caused the non-double
G clefs being drawn twice.

Recent FontForge warnings like

  Internal Error (overlap) in clefs.G: Intersection failed!

or the ugly shape with a straight line instead of a curve in the left part
of the G clef are now gone: Drawing the shape twice triggered a bunch of
FontForge bugs.

10 years agonews item for Fried edition
Urs Liska [Fri, 7 Mar 2014 17:30:30 +0000 (18:30 +0100)]
news item for Fried edition

10 years agoFix issue 3868: line-breaking makes short lines
Keith OHara [Sat, 8 Mar 2014 14:45:20 +0000 (15:45 +0100)]
Fix issue 3868: line-breaking makes short lines

Two simple fixes:
1) Always have some stretchability between notes
2) If there _is_ a completely unstretchable line, shorter than the line-width,
   score it as a bad fit, not as a perfect fit (report large forces for stiff lines).

Either one would fix the problem; both seem to be good to have in the code.

10 years agoRelease: bump VERSION.
Phil Holmes [Sun, 2 Mar 2014 23:21:38 +0000 (23:21 +0000)]
Release: bump VERSION.

10 years agoRelease: update news. release/2.19.3-1
Phil Holmes [Sun, 2 Mar 2014 16:44:32 +0000 (16:44 +0000)]
Release: update news.

10 years agoPO: update template.
Phil Holmes [Sun, 2 Mar 2014 16:44:32 +0000 (16:44 +0000)]
PO: update template.

10 years agoRelease: bump VERSION_DEVEL.
Phil Holmes [Sun, 2 Mar 2014 16:44:32 +0000 (16:44 +0000)]
Release: bump VERSION_DEVEL.

10 years agoIssue 3860: Add command \justify-line
David Nalesnik [Fri, 21 Feb 2014 00:15:47 +0000 (18:15 -0600)]
Issue 3860: Add command \justify-line

The command \fill-line spaces words taking word length into account
such that the following distances are equal: outside edge of outside
markup to center of adjoining markup; center to center of
neighboring interior markups.  As a consequence, the space between
words is unequal when the lengths of the markups vary and/or there
are more than three markups in the line.

The following patch creates the command \justify-line, which spaces
markups to fill a line such that the space in between each pair is
constant.  Collisions are prevented by ensuring that this distance
does not fall below the current setting of word-space.

10 years agoIssue 3874: lilypond-book: Fix TEXINPUTS environment manipulation on W32
David Kastrup [Sat, 22 Feb 2014 19:54:11 +0000 (20:54 +0100)]
Issue 3874: lilypond-book: Fix TEXINPUTS environment manipulation on W32