Re: cluster and stems

2008-01-07 Thread Kieren MacMillan

Hi Mehmet,


how can we get a "slanted" stem on d' which joins the one on :
I'm just looking for way to make a stright stem angled...


How's this?

\version "2.11.33"
\include "english.ly"
\score
{
\relative c' <<
{
\once\override Stem #'extra-offset = #'(0.1 . 0)
c!
}
\\
{
\once\override Accidental #'extra-offset = #'(-1.5 . 0)
\once\override Stem #'transparent = ##t
\once\override NoteColumn #'force-hshift = #0.85
cs
}
\\
\once\override Stem #'rotation = #'(45 0 0)
\once\override Stem #'extra-offset = #'(-1.2 . -0.2)
\once\override NoteColumn #'force-hshift = #1.85
d
>>
}

Hope this helps!
Kieren.


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


cluster and stems

2008-01-07 Thread Mehmet Okonsar
how can we get a "slanted" stem on d' which joins the one on :
I'm just looking for way to make a stright stem angled...
==
%-
%  Notated Clusters
%  Date:
%  Time-stamp: <2007-12-12 22:55:56 mehmet>
%   -
%-
\version "2.10"
\include "english.ly"
\score
{
\relative c' <<
{
\once\override Stem #'extra-offset = #'(0.1 . 0)
c!
}
\\
{
\once\override Accidental #'extra-offset = #'(-1.5 . 0)
\once\override Stem #'transparent = ##t
\once\override NoteColumn #'force-hshift = #0.85
cs
}
\\
\once\override Stem #'transparent = ##t
\once\override NoteColumn #'force-hshift = #1.85
d
>>
}
===

-- 
Best Regards,
Mehmet Okonsar, pianist-composer
www.okonsar.com


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user