bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1444 in lilypond: Tremolo marks are wrongly positioned


From: lilypond
Subject: Issue 1444 in lilypond: Tremolo marks are wrongly positioned
Date: Fri, 10 Dec 2010 09:58:59 +0000

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

New issue 1444 by PhilEHolmes: Tremolo marks are wrongly positioned
http://code.google.com/p/lilypond/issues/detail?id=1444

With the following code:

\version "2.13.41"

\relative c' {
  \repeat "tremolo" 8 { f16 b }
  \repeat "tremolo" 8 { b16 e }
  \repeat "tremolo" 8 { d16 g }
  \repeat "tremolo" 8 { f16 b }
}

the positioning of the tremolo marks is inconsistent. With tremolos over multiple notes:

\version "2.13.41"

\relative c' {
  \repeat "tremolo" 4 { f16 a d a }
  \repeat "tremolo" 4 { a16 b e b }
  \repeat "tremolo" 4 { b d f d }
}

this leads to collisions.

Attachments:
        TremoloBug.png  2.6 KB
        MultiTrem.png  2.7 KB




reply via email to

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