summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIP: add stafftab examplesstafftabRicardo Wurmus2016-10-114-0/+400
* WIP: add more Stick tuningsRicardo Wurmus2016-10-111-0/+41
* Add scheme engraver for StaffTab notation...The StaffTab notation is a system combining graphic elements of tablature with standard music notation and Emmett Chapman's finger symbols for notating tapping on a Chapman Stick. Ricardo Wurmus2016-10-114-0/+415
* Issue 4979/2: Add regression test for non-merging ledger linesPaul Morris2016-10-071-0/+32
* Issue 4979/1: Don't merge non-overlapping ledger linesPaul Morris2016-10-071-26/+39
* Issue 4974/4: Fix input/regression/id.ly...Undoes the automatic conversion by scripts/auxiliar/update-with-convert-ly.sh that slipped into the previous commit for this issue by oversight. Paul Morris2016-10-051-1/+1
* Web-fr: missing divEndJean-Charles Malahieude2016-10-051-1/+2
* Issue 4974/3: edits to tests and changes.telyPaul Morris2016-10-043-3/+26
* Issue 4974/2: convert-ly rule: id -> output-attributes...Running scripts/auxiliar/update-with-convert-ly.sh with the new rule produced no changes, so there is no separate commit for that step. Paul Morris2016-10-041-0/+23
* Issue 4974/1: Add output-attributes grob property...It is used for setting multiple attributes on <g> nodes in SVG output, specified as an alist. The id grob property is no longer used for this. Paul Morris2016-10-047-26/+35
* Doc: update toplevel-score-handler definition reference...The file where the default handler is defined has changed. Paul Morris2016-10-021-2/+3
* Merge branch 'master' into translationJean-Charles Malahieude2016-10-021-2/+1
|\
| * Doc: fix bad xref mentionned in snippets.bigtexi.logJean-Charles Malahieude2016-10-021-2/+1
* | Web-ja: fix linksMasamichi Hosoda2016-10-021-10/+10
|/
* Merge branch 'master' into translationJean-Charles Malahieude2016-10-012-444/+498
|\
| * Issue 4969: Update texinfo.tex from upstream...texinfo.tex ver. 2016-09-17.16 It is newer than Texinfo-6.3's. Masamichi Hosoda2016-09-281-435/+487
| * Issue 4972: Make music-filter more conservative...Deleting music when its 'elements field becomes null? led to repeat chords disappearing when articulations were removed. David Kastrup2016-09-281-9/+11
* | Doc-fr: NR-inputJean-Charles Malahieude2016-10-011-2/+5
* | web-fr: updates for new front pageJean-Charles Malahieude2016-10-014-21/+73
* | Web-ja: update translationMasamichi Hosoda2016-09-283-16/+68
|/
* Web: add/update news headline for LilyPond 2.19.48 releasePaul Morris2016-09-251-3/+3
* Issue 4962: Web: remove htaccess redirect from news page to home pagePaul Morris2016-09-241-2/+0
* Issue 4962: Web: home page: add example image, reduce news to headlines...The example image is the excerpt from Bach BWV 861 from the essay. Anchor links are used to link to specific examples on the examples page. The news entries on the home page are reduced to just a list of headlines that link to specific entries on the 'Old News' page (under 'Community'). And that page is renamed to just 'News'. Paul Morris2016-09-2431-51/+254
* Issue 4968/3: Let stencil-whiteout-outline use degreesDavid Kastrup2016-09-191-7/+4
* Issue 4968/2: Replace coord-rotate with coord-rotated...Also fixes the look/definition of the high f# saxophone key. David Kastrup2016-09-191-12/+23
* Issue 4968/1: Add coord-rotated function...Uses it for implementing coord-rotate. David Kastrup2016-09-191-23/+9
* Doc: Fix broken XRefsTrevor Daniels2016-09-181-8/+8
* Doc: Complete the list of on-the-fly proceduresTrevor Daniels2016-09-181-1/+2
* Doc-fr: updates EM and NRJean-Charles Malahieude2016-09-177-27/+46
* Merge branch 'master' into translationJean-Charles Malahieude2016-09-1753-321/+881
|\
| * Release: bump VERSION.Phil Holmes2016-09-141-1/+1
| * Release: bump Welcome versions.Phil Holmes2016-09-132-2/+2
| * Release: update news.Phil Holmes2016-09-132-2/+14
| * PO: update template.Phil Holmes2016-09-131-18/+27
| * Release: bump VERSION_DEVEL.Phil Holmes2016-09-131-1/+1
| * Keep a staff alive with multiple layers...This allows the `VerticalAxisGroup.remove-layer' property to accept a list of values. The layer will stay alive with any other member of the Keep_alive_together_engrave group with a remove-layer value in that list. The principal reason for this patch was to allow the use of MarkLine contexts in a Frenched score, where the context should stay alive with any single staff in a StaffGroup. This implementation should also allow additional flexibility with ossia and divisi staves. Mark Knoop2016-09-085-10/+211
| * Issue 4965: Create and use Grob::parent_relative...This function checks for the existence of a Grob parent before calculating a coordinate relative to it. This should hopefully clean up the most relevant problems caused by issue 4814 and the original GCC 6 optimization causing it. David Kastrup2016-09-086-12/+14
| * Issue 4961/7: Remove complex{conjugate,divide,exp}, Offset::arg...They are promoting aspects of Offset not well-suited to graphics. David Kastrup2016-09-052-36/+0
| * Issue 4961/6: Let make_partial_ellipse_boxes use degreesDavid Kastrup2016-09-051-8/+7
| * Issue 4961/5: Change rotations to degrees rather than radians...Or replace them with something not requiring angles altogether. David Kastrup2016-09-058-14/+14
| * Issue 4961/4: Simplify polar->rectangularDavid Kastrup2016-09-051-8/+2
| * Issue 4961/3: Add ly:length, ly:directed, ly:angle...Those are functions working on and/or producing coordinate pairs, usually based on angles expressed in degrees. David Kastrup2016-09-051-0/+72
| * Issue 4961/2: Add offset_directed (Real)...This converts an angle in degrees into a unit vector. David Kastrup2016-09-052-0/+37
| * Issue 4961/1: Make Offset::angle_degrees () deliver nicer angles...Multiples of 45 degrees should be returned exactly. David Kastrup2016-09-051-1/+57
| * Doc: Issue 4958: CG: Expand description of the engraver hooks...The previous rather terse description did not make it clear that grobs may not be created in the stop-translation-timestep hook. Thanks to David K for the text. Trevor Daniels2016-09-021-5/+23
| * Issue 4960 Fix micro-tones assigned to strings in TabStaff...This is an oversight from issue 4643 Also extending input/regression/tablature-micro-tone.ly to cover this case. Thomas Morley2016-09-022-11/+28
| * Release: bump VERSION.Phil Holmes2016-08-311-1/+1
| * Merge remote-tracking branch 'origin/release/unstable' into HEADPhil Holmes2016-08-316-41/+53
| |\
| | * Update release/unstable with recent changesPhil Holmes2016-08-3016-119/+292
| | |\
| | * | Release: bump Welcome versions.Phil Holmes2016-08-132-2/+2