lilypond-user
[Top][All Lists]
Advanced

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

Re: (no subject)


From: Amelie Zapf
Subject: Re: (no subject)
Date: Wed, 26 Dec 2001 10:20:46 +0100

Am Mittwoch 26 Dezember 2001 09:41 schrieben Sie:
> Dear sir,
>
> what's wrong with this file? Why doesn't it work?
>
> Kind Regards,
>
> Martijn P. Vromans

Happy Christmas, Martijn,

the file should be modified like that:

stemOne = \notes \relative c' {
<c4-\arpeggio-\f g' c> \stemDown g'8.b,16 s2
}

stemTwo = \notes \relative c' {
s4 \stemUp g8. b,16 c8 r <e'8. g> <f16 a>
}

stemThree = \notes \relative c' {
c4 g8. b,16 \autochange Staff {c8 c' c, c'}
}

\score {
        \context PianoStaff \notes <
                \context Staff = up < \time 2/2
                        \context Voice=one \stemOne
                        \context Voice=two \stemTwo
                >
                \context Staff = down < \time 2/2 \clef bass
                        \context Voice \stemThree
                >
        >
        \paper { }
}

meaning:
a) no numeric characters in voice names,
b) context declarations must be contained in some sort of bracketed block.

(at least that is the method that works for me).

The result is ugly, but it works. Hope this helps,

Amy

I'm enclosing a file that shows you what you can do.

----------------------------------------
Content-Type: text/html; charset="iso-8859-1"; name="Anhang: 1"
Content-Transfer-Encoding: quoted-printable
Content-Description: 
----------------------------------------

----------------------------------------
Content-Type: application/octet-stream; charset="iso-8859-1"; name="test.ly"
Content-Transfer-Encoding: 7bit
Content-Description: 
----------------------------------------

-- 
The New Testament offers the basis for modern computer coding theory,
in the form of an affirmation of the binary number system.

        But let your communication be Yea, yea; nay, nay: for
        whatsoever is more than these cometh of evil.
                -- Matthew 5:37

Attachment: o_mensch.ly
Description: Text document


reply via email to

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