lilypond-user
[Top][All Lists]
Advanced

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

Re: differently headed works for part but not all?


From: Ole Schmidt
Subject: Re: differently headed works for part but not all?
Date: Sun, 17 Jun 2007 17:37:37 +0200

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



reply via email to

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