lilypond-user
[Top][All Lists]
Advanced

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

Cannot resolve rest collision: rest direction not set


From: Joseph N. Srednicki
Subject: Cannot resolve rest collision: rest direction not set
Date: Mon, 08 Feb 2016 19:26:04 -0500

Hello:

 

I receive the warning “cannot resolve rest collision: rest direction not set” when I compile the code listed below.

 

I tried to follow the recommendation in the attached post to avoid the warning:

 

http://lilypond.1069038.n5.nabble.com/Resolving-quot-cannot-resolve-rest-collision-rest-direction-not-set-quot-warnings-td138061.html

 

Is there anything else that I can do to avoid the warning or am I overlooking something?

 

Thanks for any suggestions that you are willing to provide.

 

Joe Srednicki

 

\version "2.19.35"

\language "english"

 

global = {

  \key d \dorian

  \time 6/8

}

 

rightOne = { \new Voice = "soprano" \relative c''

             {

               \global

               \partial 4. a4.

               a4. f4.

             }

          }

         

rightTwo = { \new Voice = "soprano" \relative c''  {

              \global

               r4. r16 \stemDown g [f e d cs] d4.

             }

}

 

leftOne = { \new Voice = "tenor" \relative c' {

            \global

            a4.\rest

            a4.\rest a16\rest c [bf d g f] |

            }

}

 

leftTwo = { \new Voice = "bass" \relative c' {

            \global

            a,4.\rest

            \override MultiMeasureRest #'staff-position = #-2

            R2.

            }

}

 

\score {

  \new PianoStaff <<

    \new Staff = "right" << \rightOne \\ \rightTwo >>

    \new Staff = "left" { \clef bass << \leftOne \\ \leftTwo >> }

  >>

  \layout { }

}


reply via email to

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