bug-lilypond
[Top][All Lists]
Advanced

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

Re: Phrasing Slurs don't move in polyphonic contexts.


From: Han-Wen Nienhuys
Subject: Re: Phrasing Slurs don't move in polyphonic contexts.
Date: Mon, 05 Dec 2005 14:06:38 +0100
User-agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929)

Erik Sandberg wrote:
On Saturday 03 December 2005 11.56, Cameron Horsburgh wrote:

The documentation in 6.6.1 "Basic Polyphony" states:

<quote>
The separator causes Voice contexts to be instantiated. They bear the
names "1", "2", etc. In each of these contexts, vertical direction of
slurs, stems, etc., is set appropriately.
<\quote>

However, this behaviour doesn't seem to apply for phrasing slurs. It seems
I have to explicitly call \phrasingSlurUp/Down to get the desired
behaviour.


The following patch (to latest CVS) fixes this. However, I don't know about conventions: Should phrasing slurs always have the same direction as slurs in polyphonic situations?

I guess. Please apply.


RCS file: /cvsroot/lilypond/lilypond/scm/music-functions.scm,v
retrieving revision 1.156
diff -u -r1.156 music-functions.scm
--- scm/music-functions.scm     8 Nov 2005 14:46:20 -0000       1.156
+++ scm/music-functions.scm     5 Dec 2005 09:53:36 -0000
@@ -285,7 +285,7 @@
              'grob-property gprop))

 (define direction-polyphonic-grobs
-  '(Stem Tie Rest Slur Script TextScript Dots DotColumn Fingering))
+ '(Stem Tie Rest Slur PhrasingSlur Script TextScript Dots DotColumn Fingering))

 (define-safe-public (make-voice-props-set n)
   (make-sequential-music




--
 Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen




reply via email to

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