bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Windows Lilypond 2.18.2 articulate.ly adds an unterminated slur


From: Edward McGuire
Subject: Re: Windows Lilypond 2.18.2 articulate.ly adds an unterminated slur
Date: Fri, 15 Mar 2019 14:20:55 -0500

On Fri, Mar 15, 2019 at 11:34 AM Aaron Hill <address@hidden> wrote:
> I thought articulate.ly was *only* for \midi, and its modifications are
> not intended to be printed.

The full work from which the tiny example is taken generates both
printed output and MIDI output. The structure of the full work is
something like:

\include "articulate.ly"
stringpart = { [music] }
\book {
    % generated printed output
    \bookpart {
        \score { \stringpart }
        \layout { }
    }
    % using articulate, generate MIDI output
    \bookpart {
        \score { \unfoldRepeats \articulate \stringpart }
        \midi { }
    }
}

(When I say "something like" I mean that this is still a
simplification of the structure of the full work, which actually
contains more parts, i.e., multiple staves, multiple voices.)

> Or is this an issue where the modifications are inappropriate resulting
> in bad MIDI output?

The MIDI output seems great. What's getting screwed up is just the
printed output.

Cheers
Edward



reply via email to

[Prev in Thread] Current Thread [Next in Thread]