lilypond-user
[Top][All Lists]
Advanced

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

Re: sprechgesang


From: Bertalan Fodor
Subject: Re: sprechgesang
Date: Fri, 26 Jan 2007 14:32:38 +0100
User-agent: Thunderbird 1.5.0.9 (Windows/20061207)

Closer to a perfect solution: because Stem lengths varies, we should count the distance from the opposing direction: from the notehead. So for a more consistent look we should use the following (also tuned the x a bit):

sp = { \override Voice.Stem #'stencil =
        #(lambda (grob)
          (ly:stencil-combine-at-edge
(ly:stem::print grob) 1 (* -1 (ly:grob-property grob 'direction))
            (ly:text-interface::print grob) -2.3 0))
\override Voice.Stem #'text = \markup {
            \hspace #-1.025 \fontsize #-4 \musicglyph #"noteheads.s2cross"
       }
}

René, I hope, you send us a part of your score to see how beautiful the sprechgesang is :-)

Bert





reply via email to

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