lilypond-user
[Top][All Lists]
Advanced

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

RE: Problem with r2. in two voices


From: Mark Stephen Mrotek
Subject: RE: Problem with r2. in two voices
Date: Sat, 7 Feb 2015 18:24:30 -0800

Cynthia,

 

Actually there are two r2. rests, one in each voice. Replace one with s2. and it shall disappear.

 

Mark

 

From: address@hidden [mailto:address@hidden On Behalf Of Cynthia Karl
Sent: Saturday, February 07, 2015 5:47 PM
To: address@hidden
Subject: Problem with r2. in two voices

 

I don’t understand two things about the following snippet:

 

\version "2.19.15"

 

    Aa = \relative c'' {\oneVoice r2. }

    Ab = \relative c'' {\oneVoice r2. }

 

\score {  

      \new Staff  <<

              \time 3/4

              \new Voice \Aa 

              \new Voice \Ab 

      >> 

      \layout {}

 

 

}First, why does the r2. rest have a two augmentation dots?  Is there any way to fix that?

 

which produces:

 

 

 

Second, why does that snippet throw the following two warnings:

 

 

 

warning: cannot resolve rest collision: rest direction not set

          \oneVoice

                 r2.

warning: cannot resolve rest collision: rest direction not set

       \oneVoice

                 r2.

I see some information in the Notation Manual about Multimeasure Rest direction, but that’s not involved here.  There is, as best as I can determine, anything about simple rest collision/direction in any of the v2.19.15 documentation set.  Furthermore, the lack of resolution of rest collision doesn’t seem to lead to any problems.


reply via email to

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