> I'm not top posting.

I tried a search to see if this has been reported and did not find a report about this.

The following example shows the problem. When the clef is given in the score block as simultaneous with the predefined music the appoggiatura causes the default clef (treble) to print before the indicated clef (in this case, "F"). It is possible to work around this by putting the clef in the music definition but this limits the flexibility of using the music in different transpositions/clefs without resorting to re-editing the music definition for each transposition/clef.


%% BEGIN EXAMPLE

%% The appoggiatura causes the default clef to print before
%% the indicated clef prints.

\version "2.11.47"
\paper{ ragged-right=##t }

music = {
        \relative c {
                \appoggiatura { c8[ d e] } f4 g a b
        }
}

\score {
        \context Staff <<
        \clef "F"
        \music
        >>
}

%% END EXAMPLE


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

Reply via email to