hi peter
the extra count is because the \time 3/4 is ignored as it's not
between the braces
neil's scaling works if you change the snippet to this:
\version "2.10.25"
\new Staff
\relative c''
<<
{ \time 3/4
\key g \major
\override Staff.NoteCollision #'merge-differently-headed = ##t
a'4.*2/3 b,8 g'^( fis)[ g ] % 2
fis8( e) dis! e b e
}
\\
{ s4 <b g>2 % 2
s4 e,2
}
\\
{ d,2.
gis2.
}
>>
cheers
d
On 8 Aug 2007, at 12:13, Peter Terpstra wrote:
Neil Puttock in
<[EMAIL PROTECTED]> :
Yes, by scaling the dotted note:
a'4.*2/3
Thanks for your answer, but now i get an extra count.
Maybe this is a better example:
\version "2.10.25"
\new Staff
\time 3/4
\relative c'' << {\key g \major
\override Staff.NoteCollision #'merge-differently-headed = ##t
a'4.*2/3 b,8 g'^( fis)[ g ] % 2
fis8( e) dis! e b e
} \\ { s4 <b g>2 % 2
s4 e,2
}
\\ { d,2.
gis2.
} >>
~~ End
The fis8( e) should be on the next measure.
Kind Regards,
P.
--
mailto:[EMAIL PROTECTED]
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user