lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 3179 in lilypond: too few dots in chord (see c


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3179 in lilypond: too few dots in chord (see comment #37)
Date: Sun, 07 Apr 2013 15:28:45 +0000


Comment #55 on issue 3179 by address@hidden: too few dots in chord (see comment #37)
http://code.google.com/p/lilypond/issues/detail?id=3179

OK.  Phase 1.  Here's my testfile:

\score {
\relative c' {
  <d e f g a b c d e f g>2.
}
}

\score {
\new Staff <<
  { a'2. }
  \\
  { a'4. }

}

\score {
{
  % \override Score.DotColumn.chord-dots = ##f
    << { <d' e' f' g' a' b'>4. } \\
       { c'4. } >>
  }
}

\score {
  \relative c' {
    \time 3/4
    c2.
    < c d > 2.
    < c d e > 2.
    < c d e f > 2.
    < c d e f g > 2.
    < c d e f g a > 2.
    < c d e f g a b > 2.
    < c d e f g a b c > 2.
    < c d e f g a b c d > 2.
    < f g a c d e f g > 2.
  }
}

It's an amalgamation of most of the tests above, plus a "growing" chord, plus the chord illustrated in Gould. I ran this over a rebuilt 2.16.0, current master, and master plus Werner's patch, All 3 are attached. Further analysis in my next comment, from my Windows box.

Attachments:
        dots2.16.0.png  8.8 KB
        dots_current_master.png  9.3 KB
        dots_patch.png  9.5 KB

--
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]