lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 1698 in lilypond: Slurs and ties are not corre


From: lilypond
Subject: Re: [Lilypond-auto] Issue 1698 in lilypond: Slurs and ties are not correct over repeats
Date: Mon, 18 Mar 2013 22:36:07 +0000


Comment #45 on issue 1698 by address@hidden: Slurs and ties are not correct over repeats
http://code.google.com/p/lilypond/issues/detail?id=1698

Given that the broken spanner is not conceptually attached to any note, it should not have a post-event type, so a separate music type seems warranted.

A conceivable implementation would be a BrokenSpanner music expression containing the spanner itself. Options for where to put it would be:
Spanner music expression is stored in element
Spanner music expression is stored in a one-element list in elements or articulations

Copying span-direction to the BrokenSpanner expression itself would seem of dubious value since BrokenSpanner does not occur in pairs.

This form would be reasonably straightforward to generate and recognize (also making display-lily-music simple). Whether this form would also aid the implementation itself, I don't know. But I should think that a possible overhead for interpreting this form would be offset by the convenience of manipulating it.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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