lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3288 in lilypond: Odd spacing with dynamics


From: lilypond
Subject: [Lilypond-auto] Issue 3288 in lilypond: Odd spacing with dynamics
Date: Sun, 31 Mar 2013 10:06:55 +0000

Status: Accepted
Owner: ----
Labels: Type-Ugly

New issue 3288 by address@hidden: Odd spacing with dynamics
http://code.google.com/p/lilypond/issues/detail?id=3288

Jay Anderson reported here:

http://lists.gnu.org/archive/html/bug-lilypond/2013-03/msg00141.html

\version "2.17.14"

\paper
{
  tagline = ##f
}

filler = \repeat unfold 6 {c4 c c c | \noBreak}

\score
{
  \new Staff \relative c'
  {
    c4 c c c | \noBreak
    c c2 c8 c |
    \filler
  }
}

\score
{
  \new Staff \relative c'
  {
    c4 c c c | \noBreak
    <<
      {c c2 c8 c |}
      {s2\< s\> s1*0\!}
    >>
    \filler
  }
}

In the second score above the half note is moved too close to the
eighth notes. This is a somewhat contrived example, but it looks worse
in a larger score I have on a line that gets a bit compressed.

I'm not sure if this is a known issue or not. What would be a good
workaround? Is there a way to make the spacing ignore the dynamics?
The best I've found so far is to align the dynamics with the rhythm:
c\< c2\> c8 c\!. Honestly, this is good enough, but the original
behavior surprised me.

Thanks.

Jay

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