Hi Mehmet,

how can we get a "slanted" stem on d' which joins the one on <c' cs'>:
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

Reply via email to