lilypond-user
[Top][All Lists]
Advanced

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

Re: doubleSlurs


From: Jan Nieuwenhuizen
Subject: Re: doubleSlurs
Date: Sun, 19 Sep 2004 13:10:18 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

David Bobroff writes:

> In this example everything is fine except that I don't get a double
> slur.  I want a slur from the f across the barline to the ges.  Am I
> committing a user error or is this a bug?  I've tried the contexts
> Voice, Staff, and Score with the same result from each.


Works for me, when set at the correct spot.

Jan.


\paper{
    linewidth = 7\cm
}

\score { 
    
    \context Staff \relative c {  
        \clef F
        <<
            {
                
                \stemDown
                <<
                    {des'1 ~ des2. ~ des8 r} \\ {
                                \set doubleSlurs = ##t

                        <bes ges>2_\( <f des>-( <ges des>2.-)
~  <ges des>8\) r}  
                >>
                
            }
            
        >>
    }
}


-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org




reply via email to

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