Thanks, entered as
http://code.google.com/p/lilypond/issues/detail?id=336
Cheers,
- Graham
Wolfgang Suppan wrote:
I'm not top posting.
%%%start
% octavation -> clefchange -> octavation:
% position of the pitches is wrong
% all pitches are c'
\version "2.10.20"
\paper{ ragged-right=##t }
\relative c' { \clef "bass"
c1 #(set-octavation 1) c #(set-octavation 0)
\clef "treble" c #(set-octavation 1) c #(set-octavation 0)
c }
%%%%end
regards,
wolfgang
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond