]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
9 years agoDoc: Internals - dash-fraction when set to 0.0
James Lowe [Sun, 1 Feb 2015 11:47:28 +0000 (11:47 +0000)]
Doc: Internals - dash-fraction when set to 0.0

Issue 4103

Add additional information about setting
dash-fraction as 0.0 will produce a
'dotted' line not "no line" as previously
stated.

9 years agoDoc:Usage - Additional info to General Suggestions
James Lowe [Sun, 1 Feb 2015 15:35:50 +0000 (15:35 +0000)]
Doc:Usage - Additional info to General Suggestions

Issue 4143

Added suggestion, with example, of using Layout
blocks to separate music and style.

I also took the opportunity to update the text by
removing all personal pronouns and adding some
examples.

Also re-set text to a consistent line length.

9 years agoDoc: CG added notes about Google Account Settings
James Lowe [Sun, 1 Feb 2015 11:32:50 +0000 (11:32 +0000)]
Doc: CG added notes about Google Account Settings

Issue 4250

Both git-cl and pathcy scripts assume that
the user has a Google account set up.

It seems that the [default] Account setting
'Access for less secure apps' must be set to
'Allowed' for these two tools to work as
expected.

Added an @warning in the two sections that state
the Google account requirement.

9 years agoDoc-fr: updates running.itely
Jean-Charles Malahieude [Sat, 7 Feb 2015 11:12:11 +0000 (12:12 +0100)]
Doc-fr: updates running.itely

 Issue 4251: Reduce size of PDF files when inc. in *TeX docs

9 years agoPO: update Catalan from FTP
Jean-Charles Malahieude [Sat, 7 Feb 2015 10:25:33 +0000 (11:25 +0100)]
PO: update Catalan from FTP

9 years agoDoc-ca: More fixes on cross-references in Priority III Catalan translation
Walter Garcia-Fontes [Fri, 6 Feb 2015 06:18:33 +0000 (07:18 +0100)]
Doc-ca: More fixes on cross-references in Priority III Catalan translation

9 years agoDoc-ca: Fix of interpunct and broken cross-references in Catalan translation.
Walter Garcia-Fontes [Thu, 29 Jan 2015 06:14:44 +0000 (07:14 +0100)]
Doc-ca: Fix of interpunct and broken cross-references in Catalan translation.

9 years agoDoc-de: Minor improvement.
Werner Lemberg [Sat, 7 Feb 2015 06:20:29 +0000 (07:20 +0100)]
Doc-de: Minor improvement.

https://code.google.com/p/lilypond/issues/detail?id=4251#c20

9 years agoIssue 2535: Staccato on stem side alignment when other articulations are present
David Nalesnik [Mon, 26 Jan 2015 14:13:22 +0000 (08:13 -0600)]
Issue 2535: Staccato on stem side alignment when other articulations are present

The default positioning of staccato dots in combination with other articulations
is poor, because the dot is positioned midway between the center of the note head
and the stem, while all other scripts are centered on the note head.

A mechanism is needed to allow a staccato dot to be positioned differently when alone
and when in combination with other articulations.  This patch introduces a new property,
called 'toward-stem-shift-in-column, which works alongside 'toward-stem-shift to control
a script's position relative to the stem.  If set for a script appearing within a column,
the new property overrides any setting in 'toward-stem-shift.  The new property has
been set only for staccato and staccatissimo.

The previous default of 0.5 for staccato has been changed to 1.0, in accordance with
Gould's recommendation that a staccato dot be centered on the stem.

In order to allow a script to recognize the column organizing it, a pointer to
ScriptColumn, called 'script-column, has been added to script-interface.

Other changes:
--The regtest script-shift.ly has been modified to use scripts other than
staccato.
--A new regtest, script-shift-staccato.ly, illustrates the idiosyncratic
behavior of staccato dots.
--Documentation of the property 'toward-stem-shift has been made more
accurate.

9 years agoReduce size of PDF files when inc. in *TeX docs
Knut Petersen [Thu, 8 Jan 2015 18:00:44 +0000 (18:00 +0000)]
Reduce size of PDF files when inc. in *TeX docs

Issue 4251

This changes the way lilypond uses fonts to draw glyphs.

It avoids to used glyphshow for all emmentaler glyphs and
adds encoding vectors to the emmentaler fonts before they
are used. It also changes the ghostscript parameters used
to generate pdfs from postscript code.

These changes help to reduce pdf file sizes if you include
lilypond snippets in *TeX documents. The pdfs generated by
a patched lilypond and *tex themselves are _much_ bigger,
but if you run ghostscript and pdfsizeopt.py on those
files they implode.

Doc additions to the Usage Manual included:
Added a command line option
--bigpdf / -b, and documented that option in the german
and english versions of usage.pdf .

Internal hyperlinks are fully preserved with current
ghostscript git master.

External hyperlinks (GoToR) _to_ a file processed this
way are broken. Fixing this would require major changes
to ghostscript.

External hyperlinks _from_ a file processed this way to
other pdfs are preserved if the reader program isn't
broken (acroread is not broken in this respect, evince is).

For more details see Ghostscript bug #695747
<http://bugs.ghostscript.com/show_bug.cgi?id=695747#c22>

9 years agoFix trill-span errors
Peter Chubb [Tue, 20 Jan 2015 21:18:19 +0000 (08:18 +1100)]
Fix trill-span errors

The last change introduced a bug: ac:twiddletime returns a moment, and it
was changed to return a duration.  This causes a lilypond error when
using trillspan and articulate.

9 years agodoc fix for lily/stem-engraver.cc
David Nalesnik [Sun, 18 Jan 2015 21:57:26 +0000 (15:57 -0600)]
doc fix for lily/stem-engraver.cc

This engraver also creates Flag and StemStub grobs.

9 years agoMissing spaces in lily/pure-from-neighbor-interface.cc
David Nalesnik [Mon, 19 Jan 2015 14:16:51 +0000 (08:16 -0600)]
Missing spaces in lily/pure-from-neighbor-interface.cc

9 years agoDocument 'scripts/add to relevant interfaces
David Nalesnik [Mon, 19 Jan 2015 23:29:32 +0000 (17:29 -0600)]
Document 'scripts/add to relevant interfaces

9 years ago`txi-ca.tex' is now part of texinfo.
Werner Lemberg [Mon, 26 Jan 2015 06:12:59 +0000 (07:12 +0100)]
`txi-ca.tex' is now part of texinfo.

We thus no longer handle the copyright years by ourselves.

9 years agopo: updated Catalan from FTP
Jean-Charles Malahieude [Sun, 25 Jan 2015 17:28:35 +0000 (18:28 +0100)]
po: updated Catalan from FTP

9 years agoMerge branch 'master' into translation
Jean-Charles Malahieude [Sat, 24 Jan 2015 14:36:44 +0000 (15:36 +0100)]
Merge branch 'master' into translation

9 years agoDoc-fr: updates AU
Jean-Charles Malahieude [Sat, 24 Jan 2015 13:46:06 +0000 (14:46 +0100)]
Doc-fr: updates AU

9 years agoDoc-fr: updates NR
Jean-Charles Malahieude [Sat, 24 Jan 2015 13:07:51 +0000 (14:07 +0100)]
Doc-fr: updates NR

9 years agoWeb: Revise navigation bars with CSS gradients
Paul Morris [Thu, 22 Jan 2015 18:09:39 +0000 (18:09 +0000)]
Web: Revise navigation bars with CSS gradients

Issue 4258

Includes background image fallbacks for IE9 and
lower in separate, conditional CSS file.

9 years agoDoc-fr: updates LM
Jean-Charles Malahieude [Thu, 22 Jan 2015 18:58:58 +0000 (19:58 +0100)]
Doc-fr: updates LM

9 years agoWeb: Fix broken link to LSR website
James Lowe [Thu, 15 Jan 2015 12:11:06 +0000 (12:11 +0000)]
Web: Fix broken link to LSR website

Issue 4260

URL to the LSR website needs correcting.

9 years agoDoc-fr: updates EM
Jean-Charles Malahieude [Wed, 21 Jan 2015 18:35:35 +0000 (19:35 +0100)]
Doc-fr: updates EM

9 years agoweb-fr: updates web and essay
Jean-Charles Malahieude [Wed, 21 Jan 2015 18:30:21 +0000 (19:30 +0100)]
web-fr: updates web and essay

9 years agoMerge branch 'master' into translation
Jean-Charles Malahieude [Tue, 20 Jan 2015 19:11:35 +0000 (20:11 +0100)]
Merge branch 'master' into translation

9 years agoDoc-ca: Further corrections of Catalan translaton and addition of txi-ca.tex from...
Walter Garcia-Fontes [Sat, 17 Jan 2015 17:09:58 +0000 (18:09 +0100)]
Doc-ca: Further corrections of Catalan translaton and addition of txi-ca.tex from texinfo

9 years agoDoc-ca: Correction of mistakes in Priority II Catalan Translation
Walter Garcia-Fontes [Sat, 17 Jan 2015 09:03:02 +0000 (10:03 +0100)]
Doc-ca: Correction of mistakes in Priority II Catalan Translation

9 years agoDoc-ca: Correction of mistakes in Priority II Catalan translation
Walter Garcia-Fontes [Fri, 16 Jan 2015 05:51:25 +0000 (06:51 +0100)]
Doc-ca: Correction of mistakes in Priority II Catalan translation

9 years agoDoc-ca: Added Catalan translation of usage/updating.itely
Walter Garcia-Fontes [Sat, 10 Jan 2015 12:25:43 +0000 (13:25 +0100)]
Doc-ca: Added Catalan translation of usage/updating.itely

9 years agoDoc-ca: Catalan translation of usage/running.itely
Walter Garcia-Fontes [Tue, 6 Jan 2015 19:02:52 +0000 (20:02 +0100)]
Doc-ca: Catalan translation of usage/running.itely

9 years agoDoc-ca: corrected this file as to email by Phil Holmes
Walter Garcia-Fontes [Mon, 5 Jan 2015 17:25:27 +0000 (18:25 +0100)]
Doc-ca: corrected this file as to email by Phil Holmes

9 years agoDoc-ca: Added usage.tely
Walter Garcia-Fontes [Mon, 5 Jan 2015 17:21:31 +0000 (18:21 +0100)]
Doc-ca: Added usage.tely

9 years agoDoc-ca: added translation of leraning/fundamental.itely
Walter Garcia-Fontes [Mon, 5 Jan 2015 16:52:28 +0000 (17:52 +0100)]
Doc-ca: added translation of leraning/fundamental.itely

9 years agoproperty to set voiced-rest positions; issue 3902
Keith OHara [Sat, 3 Jan 2015 22:29:39 +0000 (14:29 -0800)]
property to set voiced-rest positions; issue 3902

9 years agorestore regression tests for time-signature styles; issue 4176
Keith OHara [Sat, 3 Jan 2015 23:28:09 +0000 (15:28 -0800)]
restore regression tests for time-signature styles; issue 4176

9 years agoUpdate by hand instead of convert-ly
Keith OHara [Wed, 31 Dec 2014 07:30:27 +0000 (23:30 -0800)]
Update by hand instead of convert-ly

The documentation already described the new behavior of \shiftOff

9 years agomake \shiftOff an assertive \override, not a \revert
Keith OHara [Wed, 31 Dec 2014 07:29:23 +0000 (23:29 -0800)]
make \shiftOff an assertive \override, not a \revert

9 years agoresolve note-collisions in absence of explicit voicing; issue 4255
Keith OHara [Sun, 11 Jan 2015 06:36:07 +0000 (22:36 -0800)]
resolve note-collisions in absence of explicit voicing; issue 4255

9 years agowarning message for unspecified voicing; issue 4255
Keith OHara [Sun, 11 Jan 2015 06:36:07 +0000 (22:36 -0800)]
warning message for unspecified voicing; issue 4255

9 years agoRemove documentation for \instrumentSwitch
Keith OHara [Sun, 31 Aug 2014 06:44:48 +0000 (23:44 -0700)]
Remove documentation for \instrumentSwitch

in favor of \set to set properties, and Textscripts for markup

9 years agoUpdate docstring in lily/note-head-line-engraver.cc
David Nalesnik [Tue, 6 Jan 2015 18:08:46 +0000 (12:08 -0600)]
Update docstring in lily/note-head-line-engraver.cc

As of commit 06dbc712c654888708b9feabbd0affe9ff2e4902
(May 27, 2003), this file is not involved in the creation
of Glissando grobs.

9 years agoIssue 4238: Glissando overlaps dot
David Nalesnik [Tue, 6 Jan 2015 22:54:39 +0000 (16:54 -0600)]
Issue 4238: Glissando overlaps dot

Glissandi will now begin after augmentation dots by default.  This
behavior may be changed by overriding a new subproperty named
'start-at-dot, set by default to #t.

9 years agoIssue 4252: Remove Unfolded_repeat_iterator
Dan Eble [Fri, 9 Jan 2015 04:27:35 +0000 (23:27 -0500)]
Issue 4252: Remove Unfolded_repeat_iterator

To eliminate redundancy, remove Unfolded_repeat_iterator and rely on
Sequential_iterator with a customized elements-callback factored out
of unfold-repeats-fully.

9 years agoWeb: use CSS gradient backgrounds for headings
Paul Morris [Tue, 6 Jan 2015 22:58:38 +0000 (17:58 -0500)]
Web: use CSS gradient backgrounds for headings

Provide image fallbacks for IE9 and lower via
separate, conditionally included CSS file.

9 years agoArticulate.ly: Fix mordent and prall timing
Peter Chubb [Mon, 12 Jan 2015 18:45:55 +0000 (18:45 +0000)]
Articulate.ly: Fix mordent and prall timing

Issue 4247

When a prall or mordent was on a note
shorter than a semiquaver, the calculation
of timing for the main note after stealing
the time for the ornament used to generate
a negative duration.

Instead of a subtracting ornament time
from the main note, generate the ornament
using a fixed timing, tack it on the
beginning, and then compress the resulting
music to be the same length as the original.

9 years agoArticulate.ly: Fix trill timing
Tristan Jelacic [Mon, 12 Jan 2015 18:41:33 +0000 (18:41 +0000)]
Articulate.ly: Fix trill timing

Issue 4190

Used a fixed duration for the twiddletime
instead of the broken heuristic that was
used before. This improves trill sound for
slow music, and doesn't interfere with fast music.

9 years agoEdit Kievan documentation
Aleksandr Andreev [Sat, 3 Jan 2015 12:30:21 +0000 (15:30 +0300)]
Edit Kievan documentation

Fixing some problems in French and German documentation of Kievan notation.

9 years agoly:line-interface::print should read ly:line-spanner::print in NR
Thomas Morley [Sun, 4 Jan 2015 15:11:15 +0000 (16:11 +0100)]
ly:line-interface::print should read ly:line-spanner::print in NR

issue 4244

In Documentation/notation/changing-defaults.itely
@code{ly:line-interface::print should}
should read
@code{ly:line-spanner::print}

9 years agoDoc: Fix ambiguity of clip-region example descrip.
James Lowe [Sun, 11 Jan 2015 22:45:40 +0000 (22:45 +0000)]
Doc: Fix ambiguity of clip-region example descrip.

Minor correction to sentence about the
example shown for the clip-regions function
to try and avoid any ambiguity.

9 years agoDoc: Clarified how to use clip-systems option
James Lowe [Fri, 2 Jan 2015 01:23:24 +0000 (01:23 +0000)]
Doc: Clarified how to use clip-systems option

Issue 4219

Improved explanation of how to extract music
fragments in the NR and the corresponding
clip-systems option in Usage.

Added some @cindex and @funindex as well as some
@seealso.

9 years agoDoc: remove unneeded subheading on GSoC page
Paul Morris [Sun, 4 Jan 2015 03:52:33 +0000 (22:52 -0500)]
Doc: remove unneeded subheading on GSoC page

Remove an old, now redundant subheading that was left behind after the previous round of edits.

9 years agocompare LilyPond Rationals without unnecessary overflow; issue 4180
Keith OHara [Sun, 28 Dec 2014 05:39:55 +0000 (21:39 -0800)]
compare LilyPond Rationals without unnecessary overflow; issue 4180

This reverses part of commit 19125bf1, which said that (r-s).sign() was
too expensive, but I saw no change (within 0.1%) in compilation times.

9 years agoauto-beam engraver: memory efficiency
Keith OHara [Sun, 28 Dec 2014 01:13:57 +0000 (17:13 -0800)]
auto-beam engraver: memory efficiency

The old code was tail-recursive modulo cons, but Guile did not seem
to recognise that and did not optimize the recursion away.

9 years agoIssue 4254: Fix typo in NR example (vocal music)
Urs Liska [Fri, 9 Jan 2015 15:05:56 +0000 (16:05 +0100)]
Issue 4254: Fix typo in NR example (vocal music)

9 years agoIssue 4212: fix out-of-bounds index in division_maior()
Dan Eble [Thu, 1 Jan 2015 22:42:08 +0000 (17:42 -0500)]
Issue 4212: fix out-of-bounds index in division_maior()

9 years agoIssue 4186: Remove the single-C time signature style
Dan Eble [Thu, 1 Jan 2015 20:56:57 +0000 (15:56 -0500)]
Issue 4186: Remove the single-C time signature style

Remove the single-C time signature style that was added in commit
40b0982cb4f00317c3d50c7f1d4e26fde912f3cd to address Issue 3286.

The later commit 145389636e81237d560aba4d04abcb89fa60cd9c allows
the user to define new time signature styles, which is a more
flexible solution.

9 years agoDoc; CG - add more specific note for Guile
James Lowe [Thu, 1 Jan 2015 22:57:43 +0000 (22:57 +0000)]
Doc; CG - add more specific note for Guile

Issue 4228

Updated version of Guile to the latest 1.8.x currently
working with LilyPond and added that version 2.x is
not (currently) supported.

9 years agoIssue 4232: lilypond-what-beat.el: Allow \tuplet to work like \times
David Kastrup [Sun, 28 Dec 2014 20:50:17 +0000 (21:50 +0100)]
Issue 4232: lilypond-what-beat.el: Allow \tuplet to work like \times

9 years agolilypond-what-beat.el: avoid global assignment to new-duration
David Kastrup [Sun, 28 Dec 2014 20:30:56 +0000 (21:30 +0100)]
lilypond-what-beat.el: avoid global assignment to new-duration

9 years agolilypond-what-beat.el: set ' -> setq
David Kastrup [Sun, 28 Dec 2014 12:29:36 +0000 (13:29 +0100)]
lilypond-what-beat.el: set ' -> setq

9 years agoIssue 4234: lilypond-what-beat.el: heed stand-alone durations in music lengths
David Kastrup [Mon, 29 Dec 2014 14:20:57 +0000 (15:20 +0100)]
Issue 4234: lilypond-what-beat.el: heed stand-alone durations in music lengths

9 years agoIssue 4237: lilypond-what-beat.el: make "No | before point" a message rather than...
David Kastrup [Mon, 29 Dec 2014 17:57:47 +0000 (18:57 +0100)]
Issue 4237: lilypond-what-beat.el: make "No | before point" a message rather than an error

9 years agoIssue 4233: Improve partcombine multi-measure rest handling.
Dan Eble [Mon, 29 Dec 2014 02:54:52 +0000 (21:54 -0500)]
Issue 4233: Improve partcombine multi-measure rest handling.

Add "silence1" and "silence2" states which constrain the partcombine
iterator to take events from a specific part during intervals of
silence.  These new states allow the following improvements.

Detect when a multi-measure rest starts in the middle of a
multi-measure rest in the other voice and engrave it as a shared rest.
Previously, the new rest would have been engraved as a voice-specific
rest.

In solo analysis, when a rest and a multi-measure rest begin
simultaneously, engrave the rest as a shared rest and omit the
multi-measure rest.  Previously, both rests would have been engraved
as voice-specific rests.

9 years agoRun grand replace for 2015.
Werner Lemberg [Sun, 4 Jan 2015 06:00:40 +0000 (07:00 +0100)]
Run grand replace for 2015.

9 years agoPreliminaries for `make grand-replace'.
Werner Lemberg [Sun, 4 Jan 2015 05:47:15 +0000 (06:47 +0100)]
Preliminaries for `make grand-replace'.

9 years agoskyline.cc: make merge_skylines a single iteration
Keith OHara [Wed, 24 Dec 2014 19:03:04 +0000 (11:03 -0800)]
skyline.cc: make merge_skylines a single iteration

9 years agoskylines: remove unused function
Keith OHara [Mon, 22 Dec 2014 04:15:46 +0000 (20:15 -0800)]
skylines: remove unused function

9 years agoskyline.cc: merge algorithm terminates independent of floating-point
Keith OHara [Mon, 22 Dec 2014 02:17:50 +0000 (18:17 -0800)]
skyline.cc: merge algorithm terminates independent of floating-point

9 years agoMerge branch 'translation' of /home/jcharles/GIT/Lily/. into staging
Jean-Charles Malahieude [Tue, 30 Dec 2014 15:51:33 +0000 (16:51 +0100)]
Merge branch 'translation' of /home/jcharles/GIT/Lily/. into staging

9 years agoDoc: updates translation-status
Jean-Charles Malahieude [Tue, 30 Dec 2014 15:48:25 +0000 (16:48 +0100)]
Doc: updates translation-status

9 years agoDoc-fr: updates LM, NR and AU
Jean-Charles Malahieude [Tue, 30 Dec 2014 15:33:50 +0000 (16:33 +0100)]
Doc-fr: updates LM, NR and AU

9 years agoDoc: usage.itely
Jean-Charles Malahieude [Tue, 30 Dec 2014 13:25:57 +0000 (14:25 +0100)]
Doc: usage.itely

correct bad copy&paste: convert -> process

9 years agoWeb-fr: updates intro, community and essay
Jean-Charles Malahieude [Sun, 28 Dec 2014 19:06:11 +0000 (20:06 +0100)]
Web-fr: updates intro, community and essay

9 years agoDoc : fix xrefs introduced by issue 4223
Jean-Charles Malahieude [Sun, 28 Dec 2014 17:23:10 +0000 (18:23 +0100)]
Doc : fix xrefs introduced by issue 4223

9 years agoDoc-it: correct texinfo formatting in snippet
Jean-Charles Malahieude [Sun, 28 Dec 2014 15:52:56 +0000 (16:52 +0100)]
Doc-it: correct texinfo formatting in snippet

9 years agoDoc: correct texinfo formatting in snippet
Jean-Charles Malahieude [Sun, 28 Dec 2014 15:50:40 +0000 (16:50 +0100)]
Doc: correct texinfo formatting in snippet

 @@file@{…@} -> @file{…}

9 years agoMerge branch 'master' into translation
Jean-Charles Malahieude [Sun, 28 Dec 2014 14:53:20 +0000 (15:53 +0100)]
Merge branch 'master' into translation

9 years agoRevert "Issue 4176: Add regtests for numbered and single-digit time signature styles"
Keith OHara [Sun, 28 Dec 2014 00:42:50 +0000 (16:42 -0800)]
Revert "Issue 4176: Add regtests for numbered and single-digit time signature styles"

This reverts commit 586a6d331e22d0e1a255068f07c534d219c7c902.

9 years agopage-breaking: apply ragged-last only to last page; issue 4166
Keith OHara [Mon, 22 Dec 2014 06:26:34 +0000 (22:26 -0800)]
page-breaking: apply ragged-last only to last page; issue 4166

9 years agodocstrings for PaperColumn debugging stencils
Keith OHara [Sun, 14 Dec 2014 05:18:38 +0000 (21:18 -0800)]
docstrings for PaperColumn debugging stencils

9 years agoDoc-it: update texidocs
Federico Bruni [Sat, 27 Dec 2014 02:10:52 +0000 (03:10 +0100)]
Doc-it: update texidocs

9 years agoDoc-it: update
Federico Bruni [Fri, 26 Dec 2014 11:24:26 +0000 (12:24 +0100)]
Doc-it: update

9 years agoDoc-it: add chapter 2.1 (Vocal music) of NR
Federico Bruni [Thu, 25 Dec 2014 09:23:51 +0000 (10:23 +0100)]
Doc-it: add chapter 2.1 (Vocal music) of NR

9 years agoDocs: state that LilyPond input is in terms of pitches
Keith OHara [Sun, 24 Aug 2014 23:31:48 +0000 (16:31 -0700)]
Docs: state that LilyPond input is in terms of pitches

9 years agoWeb: Essay - Add Elaine Gould's book Behind Bars
James Lowe [Sat, 6 Dec 2014 11:03:50 +0000 (11:03 +0000)]
Web: Essay - Add Elaine Gould's book Behind Bars

Issue 4206

Updated Short Literature List in Essay/literature.itely
and essay/engravingbib.bib.

9 years agoIssue 4224: Remove unused music properties
David Kastrup [Wed, 10 Dec 2014 17:46:06 +0000 (18:46 +0100)]
Issue 4224: Remove unused music properties

Removed properties are "compress-procedure", "events", and "prob-property".

9 years agoDoc: Issue 4226: Document action of bar checks in lyrics
Trevor Daniels [Fri, 12 Dec 2014 00:13:57 +0000 (00:13 +0000)]
Doc: Issue 4226: Document action of bar checks in lyrics

  Add a paragraph describing the rather surprising behaviour
  of bar checks in lyrics

  Re-position the text to avoid breaking up the discussion of
  bar checks in music

9 years agoDoc: Issue 4221: Corrections to example of 'positions property
Trevor Daniels [Mon, 8 Dec 2014 17:19:59 +0000 (17:19 +0000)]
Doc: Issue 4221: Corrections to example of 'positions property

  See section 4.6.2 in LM

  - use relative rather than absolute
  - amend text to use correct voices
  - add revert (to show best practice)

9 years agoDoc: Usage - added more examples for lilypond
James Lowe [Sun, 7 Dec 2014 23:58:57 +0000 (23:58 +0000)]
Doc: Usage - added more examples for lilypond

Issue 4220
Added example for mass input file processing
including the cmds required for Windows Users.

This was done on the back of Issue 4187 and
the updates to the convert-ly section, also
including similar command examples.

9 years agoWeb: Update GSoc entry
James Lowe [Sat, 6 Dec 2014 10:41:44 +0000 (10:41 +0000)]
Web: Update GSoc entry

Issue 4215

Reword the GSoC information so as to make it more generic for
future participants.

Minor spacing issues/linebreak fixes elsewhere in the itexi file.

9 years agoDoc: Usage - update Convert-ly chapters
James Lowe [Sun, 7 Dec 2014 23:43:59 +0000 (23:43 +0000)]
Doc: Usage - update Convert-ly chapters

Issue 4187

Added some more examples to run convert-ly
for 'mass' conversion. Included windows-specific
cmds as well.

I also took the opportunity (liberty?) to reword
some of the paragraphs, for some awkward syntax,
inconsistent use of phrases and file names and
improve some of the more hard-to-fathom explanations.

9 years agoXml: Regression test 41f-StaffGroups-Overlapping
James Lowe [Sat, 6 Dec 2014 18:51:08 +0000 (18:51 +0000)]
Xml: Regression test 41f-StaffGroups-Overlapping

Issue 4177

Corrected test description.

9 years agoWeb: Easier Editing - add LilyBin
James Lowe [Sat, 6 Dec 2014 12:11:26 +0000 (12:11 +0000)]
Web: Easier Editing - add LilyBin

Issue 4199

Added LilyBin to the page, also took the time for some
checks and re-organizing of exiting entries.

* Changed the structure slighly so that the sectioning
is now grouped by 'type' of editor rather than ordered
by the name. This allowed the browser-based ones to no
longer need the Operating System icons next to them.

* Removed the embedded URLs to Encore (GNU Policy for
links to non-free software).

* Checked the 'Other Programs' Section to see if the
URLs still worked (fixed those that didn't) and moved
a couple of the entries to the 'no longer being developed
section' based on the 'last updated' dates on their
respective websites.

9 years agomulti-measure-rest: space according to the full duration
Keith OHara [Thu, 27 Nov 2014 05:23:06 +0000 (21:23 -0800)]
multi-measure-rest: space according to the full duration

9 years agoIssue 4211: Add an alternative quarter rest shaped like a mirrored Z.
Dan Eble [Sat, 29 Nov 2014 14:06:55 +0000 (09:06 -0500)]
Issue 4211: Add an alternative quarter rest shaped like a mirrored Z.

For example, see G. Ricordi's edition of Don Pasquale by G. Donizetti,
Atto Primo, Introduzione, measure 4, bass staff:
http://javanese.imslp.info/files/imglnks/usimg/1/1a/IMSLP141736-PMLP58429-Donizetti_-_Don_Pasquale_VS_Sibley.1802.16329.pdf
Many other quarter rests in the same score look slightly different.

This new rest is designed to fit in with the other rests in the Feta
font rather than to reproduce a particular historical look exactly.

9 years agoIssue 4204: Convert ly::time-signature::print from C++ to Scheme.
Dan Eble [Mon, 3 Nov 2014 01:32:57 +0000 (20:32 -0500)]
Issue 4204: Convert ly::time-signature::print from C++ to Scheme.

The user may add a new time signature style by calling
add-simple-time-signature-style and providing a procedure returning
markup.

9 years agoIssue 4010: Chord repeats should not repeat forced/cautionary accidentals
David Kastrup [Mon, 1 Dec 2014 17:17:41 +0000 (18:17 +0100)]
Issue 4010: Chord repeats should not repeat forced/cautionary accidentals

9 years agopartcombine: wait to apply forced strategies until parts are synched
Keith OHara [Mon, 1 Dec 2014 05:43:57 +0000 (21:43 -0800)]
partcombine: wait to apply forced strategies until parts are synched

issue 4061

9 years agoIssue 4210: Reorder \language "english" to prefer abbreviations
David Kastrup [Mon, 1 Dec 2014 14:07:20 +0000 (15:07 +0100)]
Issue 4210: Reorder \language "english" to prefer abbreviations

This changes the output of

    \language "english"

    \displayLilyMusic \transpose c cs { c d e f g a b }

from

    {
      csharp dsharp esharp fsharp gsharp asharp bsharp
    }

to

    {
      cs ds es fs gs as bs
    }

9 years agoRerun scripts/auxiliar/update-with-convert-ly.sh
David Kastrup [Mon, 1 Dec 2014 12:58:18 +0000 (13:58 +0100)]
Rerun scripts/auxiliar/update-with-convert-ly.sh