bug-gnu-music
[Top][All Lists]
Advanced

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

Re: Slurs Rests Params Tab Score Gimp Accidentals


From: Rune Zedeler
Subject: Re: Slurs Rests Params Tab Score Gimp Accidentals
Date: Tue, 13 Mar 2001 21:35:35 +0100

David Raleigh Arnold wrote:

> >    \property Voice.Rest \set #'staff-position = #4
> >    r4
> 
> Noted for future reference. Thank you. Jeff Covey needs that, or needed
> that.

the problem is that the rest-collision-detection behaves like if the
rest was still located on the centre of the staff.
\header {
 texidoc = "Rest collistion should be checked AFTER staff-position add, not 
before. The two lines should look the same.";
}

\score { \notes <
  \context Staff=sa <
    \context Voice = va {
      \property Voice.Rest \override #'staff-position = #6
      r4 r r r
    }
    \context Voice = vb {
      \stemDown c' f' c'' f''
    }
  >
  \context Staff=sb <
    \context Voice = vc {
      \property Voice.Rest \override #'staff-position = #6
      r4 
      \property Voice.Rest \set #'staff-position = #2
      r
      \property Voice.Rest \set #'staff-position = #0
      r r
    }
    \context Voice = vd {
      \stemDown c' f' c'' f''
    }
  >
>
}

reply via email to

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