lp://qastaging/lilypond

Created by Jelmer Vernooij and last modified
Get this branch:
bzr branch lp://qastaging/lilypond

Related bugs

Related blueprints

Branch information

Owner:
VCS imports
Project:
GNU LilyPond
Status:
Development

Import details

Import Status: Suspended

This branch is an import of the HEAD branch of the Git repository at git://git.sv.gnu.org/lilypond.

Last successful import was .

Import started on pear and finished taking 30 seconds — see the log
Import started on pear and finished taking 30 seconds — see the log
Import started on pear and finished taking 30 seconds — see the log
Import started on pear and finished taking 30 seconds — see the log

Recent revisions

16793. By Étienne Beaulé

Doc: Add section on SVG to Contributor

This change adds a section on the SVG language to the list of used
programming languages.

Also removed dead link to svgx.org.

16792. By Benkő Pál

rarely used mensural clefs

16791. By David Kastrup

Issue 5181/3: Integrate lone post-events into chords

Reattaching post-events to a preceding music variable or music
function call (or expression) is often desired but was unsupported.
This commit caters for the support inside of chords.

16790. By David Kastrup

Issue 5181/2: Allow lone postevents in braced lists

Reattaching post-events to a preceding music variable or music
function call (or expression) is often desired but was unsupported.

This commit caters for the support in braced lists.

The problem with supporting such expressions _everywhere_ is that it
breaks the use of

    c-\single \dynamicUp \f

since then \f is attached to \dynamicUp instead of becoming the second
argument to \single, due to operator precedence. So reattaching lone
post-events is only done with lower precedence in selected constructs.

16789. By David Kastrup

Issue 5181/1: Parser: Add reverse_music_list function

This function does not just reverse a music list but also integrates
post events into the respective preceding expressions. If that is not
possible, a warning is printed and they are either dropped or attached
to an empty chord (depending on a call parameter). If a list consists
only of post-events, it might be returned as a post-event, too.
Again, depending on a parameter. This is useful for #{ -2 -3 #} and
its ilk.

Also adds add_post_events function.

16788. By Hassan El fatihi <email address hidden>

Typo: Fix incorrect \language string from previous

Typo.

Incorrect language string used in
a new *.ly file for arabic music
from previous commit:
2be5896dc7025f2d5e2b11567dd5d00d32ffb75c

Also changed reference from makamGlyphs
to HelmakamGlyphs.

16787. By Masamichi Hosoda <email address hidden>

Issue 5182: Doc: Add `-dPDFDontUseFontObjectNum` for gs 9.17+

Ghostscript 9.17+ needs `-dPDFDontUseFontObjectNum` option
for removing duplicate fonts
with `lilypond -b` or `lilypond --bigpdfs`.

http://lists.gnu.org/archive/html/lilypond-user/2017-09/msg00052.html

16786. By Étienne Beaulé

Limit use of `make-concat-markup` in tempo tag

Issue 5174

Calling `make-concat-markup` when the list of components of the tempo
tag is incomplete causes the printing command to be unnecessarily
fragmented, causing problems, mostly in the SVG backend. This change
combines all components of the metronome mark in one list before
calling `make-concat-markup`.

The make-simple-markup statements are also combined where possible, and
comments have been added where characters can be confused. None have
modified.

This patch provides one part for the fix of bug 5174. Further patches
will be needed to combine text of different styles/fonts or to fix
text spacing in the SVG backend.

Bug: 5174

16785. By Thomas Morley <email address hidden>

Issue 5179 Let Merge_rests_engraver deal with dotted rests

Compare simple rests by their duration-length, duration-log does
not take possible dots into account.
Superfluous dots are killed with ly:grob-suicide!
Extend reg-test

16784. By Thomas Morley <email address hidden>

Register Merge_rests_engraver

Change docs and reg-test accordingly

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers

No subscribers.