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-col
lision-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 { }

}

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to