bug-lilypond
[Top][All Lists]
Advanced

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

Phrasing Slurs don't move in polyphonic contexts.


From: Cameron Horsburgh
Subject: Phrasing Slurs don't move in polyphonic contexts.
Date: Sat, 3 Dec 2005 10:56:38 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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.

Compare the following snippets (adapted from the example in 6.6.1):

%%%%%%%%Begin first snippet%%%%%%%%%%%%%%%%%%%

\version "2.7.17"

\new Staff \relative c' {
  c16 d e f
  <<
    { g4( f e | d2 e2) } \\ %% Ordinary slurs. These will have direction "up"
    { r8 e4 d c8 ~ | c b16 a b8 g ~ g2 } \\
    { s2. | s4 b4 c2 }
  %>> %Please uncomment this line--gmane won't let me post with it here!
}


 %%%%%%%%End first snippet%%%%%%%%%%%%%%%%%%%%%

 %%%%%%%%Begin second snippet%%%%%%%%%%%%%%%%%%
\version "2.7.17"

\new Staff \relative c' {
  c16 d e f
  <<
    { g4\( f e | d2 e2\) } \\ %% Phrasing slurs. These will have direction 
"down"
    { r8 e4 d c8 ~ | c b16 a b8 g ~ g2 } \\
    { s2. | s4 b4 c2 }
  %>> %Please uncomment this line--gmane won't let me post with it here!
}

 %%%%%%%%End second snippet%%%%%%%%%%%%%%%%%%%%





reply via email to

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