Am Samstag, 16. Mai 2009 12:26:27 schrieb Helge Kruse:
> Hello,
>
> I want to write a fragment as shown in the attachment. I wrote it as
>
> \clef treble
> \time 2/4
> \key f \major
> << { f8 a g a f a g a f a g a g b <g a>4 } \\
> { d4 e d e d e d c } >>
>
> This gives the same notes but the stem does not connect the notes.
[...]
> How would you write it in Lilypond to get closer to the original?
Simple use chords with those notes in the first voice, too:
<< { <f d>8 a <g e> a <f d> a <g e> a <f d> a <g e> a <g d> b <g a c,>4 } \\
File and output is attached.
Cheers,
Reinhold
--
------------------------------------------------------------------
Reinhold Kainhofer, [email protected], http://reinhold.kainhofer.com/
* Financial & Actuarial Math., Vienna Univ. of Technology, Austria
* http://www.fam.tuwien.ac.at/, DVR: 0005886
* LilyPond, Music typesetting, http://www.lilypond.org
\include "deutsch.ly"
\relative c'{
\clef treble
\time 2/4
\key f \major
<< { <f d>8 a <g e> a <f d> a <g e> a <f d> a <g e> a <g d> b <g a c,>4 } \\
{ d4 e d e d e d c } >>
}
test.pdf
Description: Adobe PDF document
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
