For me it makes more sense like this, but maybe I missunderstood your
question
best
ole
%%%%%%%%%%%
\version "2.10.15"
melody = \relative c'
{
\clef treble
\key c \major
\time 2/4
#(set-global-staff-size 22)
\override Staff.TimeSignature #' style = #' ()
\override Staff.NoteCollision #'merge-differently-headed = ##t
<< {
%line 2
c8 g'16 e' ~ e b g8
c, g'16 d ~ d f, a' a
g,8 b'16 ais ~ ais d, ais' ais
c,8 g'16 d ~ d f, a' a
\bar "|."
}
\\
{
%line 2
c,2 c8 r r16 f,16 ~ f8 g4 r16 d'16 ~ d8 c8 r r16 f,16 ~ f8
} >>
}
\score {
\new Staff \melody
\layout { }
\midi { }
}
%%%%%%%%%%%%
Am 17.06.2007 um 17:10 schrieb Jay Hamilton:
In this example some of the notes are joined but not the 16ths and
dotted 8ths
Is this known? is there something I should be adding?
Jay
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user