lilypond-user
[Top][All Lists]
Advanced

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

Re: Rest position problem


From: Jefferson dos Santos Felix
Subject: Re: Rest position problem
Date: Sun, 19 Sep 2004 15:01:35 -0300
User-agent: Mozilla/5.0 (X11; U; Linux i686; pt-BR; rv:1.6) Gecko/20040113

Erik,

Thanks for attention, but I think this problem has been fixed when use minimumVerticalExtent instead of verticalExtent.

Jefferson


Erik Sandberg wrote:

On Saturday 21 August 2004 17.35, Jefferson dos Santos Felix wrote:
I have a problem with automatic rest position in multi-voice songs when
I use Staff.verticalExtent.
For example:

This bug is known, as multivoice-rest-position.ly in the bug cvs.

I will notify you when it is fixed.

Erik

\version "2.3.11"

\score
{
  \relative
  {
      <<
          \new Staff
          {
              \clef treble
              \set Staff.verticalExtent = #'(-10 . 10)
              \partial 4 <<g'4\\r>> |
              <<{e4. g8 g4 e}\\{r8 c c4 c2}>>
          }
                    \new Staff
          {
              \clef bass
              \set Staff.verticalExtent = #'(-10 . 10)
              \partial 4 r4 |
              c,2 c4 c
          }

  }
}

This file produce wrong rest positions (collision between rests and
notes). When I comment the line:
 \set Staff.verticalExtent = #'(-10 . 10)

Lilypond produce correct rest positions, but I want to use this function
to extend my staff!
What's the problem?

Jeff


_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user





reply via email to

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