lilypond-user
[Top][All Lists]
Advanced

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

doubleSlurs-alike workaround


From: Antanas Budriūnas
Subject: doubleSlurs-alike workaround
Date: Sun, 18 Jul 2010 00:04:27 +0300

Hello,

there is a tiny fragment from a polyphonic choir piece. By idea I need
\set doubleSlurs = ##t but seems it didn't allow slur placement
control.
So following documentation I wrote this way:

\new Staff = sa <<
  \new Voice = soprano \relative c'' { \voiceOne
    << { \once \override Slur
        #'control-points = #'((1.6 . 2.2) (2.5 . 2.7) (5.5 . 2.5) (6.3 . 1.5))
          <c e>4( <b d>8) } \\
        { \hideNotes \stemUp \slurUp \once \override Slur
        #'control-points = #'((1.6 . 1.2) (2.5 . 1.7) (5.5 . 1.5) (6.3 . 0.5))
        c4( b8) } >> \unHideNotes
        }
  \new Voice = alto \relative c'' { \voiceTwo
     a4. }
>>

Badly slur control points are set relative to starting note and
therefore lilypond-book output is unpredictable.

Desired output attached.

Suggestions, comments are highly appreciated.


Antanas

Attachment: quasi-doubleslurs.png
Description: PNG image


reply via email to

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