lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 3902 in lilypond: the position of the initial


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3902 in lilypond: the position of the initial \voiceOne rest is suboptimal
Date: Tue, 27 May 2014 15:27:57 +0000


Comment #10 on issue 3902 by address@hidden: the position of the initial \voiceOne rest is suboptimal
http://code.google.com/p/lilypond/issues/detail?id=3902

Following up David N's review comment, it appears that the code he suggested changing is triggered by non-standard staff configurations. This code:

\new Staff {
    \override Staff.StaffSymbol.line-positions = #'(-4 -2 0 2)
  {
    <<
      { r1 }
      \\
      { r1 }
    >>
  }
}

gives the images attached: "old" - without his suggested change, "new" with it. I think the new version is much better.

Attachments:
        rest-on-nonstandard-staffOld.png  1.4 KB
        rest-on-nonstandard-staffNew.png  1.4 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]