summaryrefslogtreecommitdiff
Commit message (Collapse)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 notationRicardo Wurmus2016-10-114-0/+415
| | | | | | 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.
* 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.lyPaul Morris2016-10-051-1/+1
| | | | | | | Undoes the automatic conversion by scripts/auxiliar/update-with-convert-ly.sh that slipped into the previous commit for this issue by oversight.
* 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-attributesPaul Morris2016-10-041-0/+23
| | | | | | Running scripts/auxiliar/update-with-convert-ly.sh with the new rule produced no changes, so there is no separate commit for that step.
* Issue 4974/1: Add output-attributes grob propertyPaul Morris2016-10-047-26/+35
| | | | | | 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.
* Doc: update toplevel-score-handler definition referencePaul Morris2016-10-021-2/+3
| | | | The file where the default handler is defined has changed.
* 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 upstreamMasamichi Hosoda2016-09-281-435/+487
| | | | | | | | | | texinfo.tex ver. 2016-09-17.16 It is newer than Texinfo-6.3's.
| * Issue 4972: Make music-filter more conservativeDavid Kastrup2016-09-281-9/+11
| | | | | | | | | | | | Deleting music when its 'elements field becomes null? led to repeat chords disappearing when articulations were removed.
* | 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 headlinesPaul Morris2016-09-2431-51/+254
| | | | | | | | 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'.
* Issue 4968/3: Let stencil-whiteout-outline use degreesDavid Kastrup2016-09-191-7/+4
|
* Issue 4968/2: Replace coord-rotate with coord-rotatedDavid Kastrup2016-09-191-12/+23
| | | | Also fixes the look/definition of the high f# saxophone key.
* Issue 4968/1: Add coord-rotated functionDavid Kastrup2016-09-191-23/+9
| | | | Uses it for implementing coord-rotate.
* 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 layersMark Knoop2016-09-085-10/+211
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * Issue 4965: Create and use Grob::parent_relativeDavid Kastrup2016-09-086-12/+14
| | | | | | | | | | | | | | 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.
| * Issue 4961/7: Remove complex{conjugate,divide,exp}, Offset::argDavid Kastrup2016-09-052-36/+0
| | | | | | | | They are promoting aspects of Offset not well-suited to graphics.
| * Issue 4961/6: Let make_partial_ellipse_boxes use degreesDavid Kastrup2016-09-051-8/+7
| |
| * Issue 4961/5: Change rotations to degrees rather than radiansDavid Kastrup2016-09-058-14/+14
| | | | | | | | Or replace them with something not requiring angles altogether.
| * Issue 4961/4: Simplify polar->rectangularDavid Kastrup2016-09-051-8/+2
| |
| * Issue 4961/3: Add ly:length, ly:directed, ly:angleDavid Kastrup2016-09-051-0/+72
| | | | | | | | | | Those are functions working on and/or producing coordinate pairs, usually based on angles expressed in degrees.
| * Issue 4961/2: Add offset_directed (Real)David Kastrup2016-09-052-0/+37
| | | | | | | | This converts an angle in degrees into a unit vector.
| * Issue 4961/1: Make Offset::angle_degrees () deliver nicer anglesDavid Kastrup2016-09-051-1/+57
| | | | | | | | Multiples of 45 degrees should be returned exactly.
| * Doc: Issue 4958: CG: Expand description of the engraver hooksTrevor Daniels2016-09-021-5/+23
| | | | | | | | | | | | | | | | 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.
| * Issue 4960 Fix micro-tones assigned to strings in TabStaffThomas Morley2016-09-022-11/+28
| | | | | | | | | | This is an oversight from issue 4643 Also extending input/regression/tablature-micro-tone.ly to cover this case.
| * 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
| | | |