Issue 336: octavation, change clef produces incorrect note positions
http://code.google.com/p/lilypond/issues/detail?id=336

Comment #1 by v.villenave:
I had a weird bug I couldn't explain, it took me a couple hours to find its 
origin (a
polyphonic thing five pages before the actual bug!). It seems that it's related 
to
this issue:

%%%%

\relative{
       \clef treble 
       #(set-octavation 1) 
       << {
         e''2
         #(set-octavation 0)
         \clef bass 
         e,,2 
      } \\ {
        r2 r4 e,4
      }>>
    d e
      #(set-octavation -1) 
    e f g
}

%%%%

Regards,
Valentin




-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to