bug-lilypond
[Top][All Lists]
Advanced

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

appoggiatura at beginning fouls clef


From: David Bobroff
Subject: appoggiatura at beginning fouls clef
Date: Fri, 30 May 2008 16:50:46 +0000
User-agent: Thunderbird 2.0.0.14 (Windows/20080421)

> 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




reply via email to

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