bug-lilypond
[Top][All Lists]
Advanced

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

set-octavation after clefchange


From: WS
Subject: set-octavation after clefchange
Date: Sat, 10 Mar 2007 00:32:15 +0100

> 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




reply via email to

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