bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1303 in lilypond: Consecutive TrillSpanners may be chained or stac


From: lilypond
Subject: Issue 1303 in lilypond: Consecutive TrillSpanners may be chained or stacked, depending on the syntax.
Date: Thu, 07 Oct 2010 13:45:54 +0000

Status: Accepted
Owner: ----
Labels: Type-Documentation Priority-Medium

New issue 1303 by v.villenave: Consecutive TrillSpanners may be chained or stacked, depending on the syntax.
http://code.google.com/p/lilypond/issues/detail?id=1303

As pointed out by Francisco as a comment in issue 1297, consecutive trillspanners do not always align.

James had investigated this issue a while back:
http://lists.gnu.org/archive/html/lilypond-devel/2010-07/msg00121.html

%%%

\version "2.13.24"

\score {
  \relative c''' {
    c1\startTrillSpan
    c1
    a1\startTrillSpan
    c1\stopTrillSpan
  }
}

\score {
  \relative c'' {
    c1\startTrillSpan
    c1
    a1\startTrillSpan
    c1\stopTrillSpan
  }
}

\score {
  \relative c' {
    c1\startTrillSpan
    c1
    a1\startTrillSpan
    c1\stopTrillSpan
  }
}

Chances are this is but a Documentation problem. Or could the behaviour/syntax itself be made more consistent?

Attachments:
        jpgdqt60HxPs3.jpg  29.3 KB




reply via email to

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