bug-lilypond
[Top][All Lists]
Advanced

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

Issue 336 in lilypond: octavation, change clef produces incorrect note p


From: codesite-noreply
Subject: Issue 336 in lilypond: octavation, change clef produces incorrect note positions
Date: Sat, 08 Sep 2007 10:45:12 -0700

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




reply via email to

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