lilypond-user
[Top][All Lists]
Advanced

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

Re: Slur in wrong place: rests too high: adjust stave separation for jus


From: Kieren MacMillan
Subject: Re: Slur in wrong place: rests too high: adjust stave separation for just one system
Date: Thu, 5 Jun 2008 18:39:02 -0400

Hi Frederick,

In the following extract, the slur from b to a is too high. Is there a
remedy for this?

You can always use #'extra-offset to move it.

Also, why are the quaver rests so high?
Do I have to write c8\rest or something for each one?

See the docs on "explicitly instantiating voices" (or whatever it is now) to see what you were doing wrong -- this should get you on the right track:

slurFix = \once \override Slur #'extra-offset = #'(0 . -1)
\score
{
        \relative c'
        {
                r8 <d b' d> r8\<
                <<
                        { \voiceTwo \slurFix <d_~ b'>^( <d a'>)\![ c] }
                        \new Voice { \voiceOne d' ~ d16( c a g) \bar "||" }
                >>
        }
}

Hope this helps!
Kieren.




reply via email to

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