lilypond-user
[Top][All Lists]
Advanced

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

appoggiatura and clef woes


From: Julien Salort
Subject: appoggiatura and clef woes
Date: Wed, 19 May 2004 18:41:37 +0200
User-agent: MacSOUP/F-2.6 (Mac OS X version 10.3.3)

Hi,

I don't understand why the following snippet does not give the desired
result.
I get two clefs one after the other...

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.2.1"

\score {
    \notes <<
        \new Staff {
            \clef bass
            \time 2/4
            r2
            }
        \new PianoStaff <<
            \new Staff {
                \clef violin
                \time 2/4
                r2
                }
            \new Staff {
                \clef bass
                \time 2/4
                << { <e a c'>4 <e a c'>8 <e a c'>8 } \\
                   { \appoggiatura gis,16 a,2 } >>
                }
            >>
        >>
    }
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

-- 
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on a mailing list?





reply via email to

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