lilypond-user
[Top][All Lists]
Advanced

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

Re: scoop before note


From: Kieren MacMillan
Subject: Re: scoop before note
Date: Sun, 7 Jun 2009 22:30:07 -0400

Hi Lewy,

I'm curious about what others are doing to print a "scoop"

I'm not using them at all... but have you tried directly manipulating a BendAfter grob?

\version "2.12"
scoopMusic = \relative
{
    \override BendAfter #'rotation = #'(-45 -4 3)
\override Score.SpacingSpanner #'shortest-duration-space = #4.0 c-\bendAfter #8
}
\score { \scoopMusic }

Hope this helps!
Kieren.




reply via email to

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