bug-lilypond
[Top][All Lists]
Advanced

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

ending simultaneous slurs from partcombine


From: Keith OHara
Subject: ending simultaneous slurs from partcombine
Date: Fri, 01 Jun 2012 14:49:33 -0700
User-agent: Opera Mail/11.64 (Win32)

Bug Squad,
  Would you take a look at this?
Part-combining has always had warnings and awkwardness when combining parts 
slurs, tuplets, crescendos, etc.  Version 2.14 would warn about trying to start 
two slurs on the first beat, but probably since the fix for issue 1967, 
LilyPond starts two slurs and lets one continue too long.

\version "2.15.39"
\partcombine
  {e'2( f'4 g') g'2( f')}
  {c'2( f'4 g') e'2( d')}

% Workarounds:
% Prevent the part-combiner from switching states during the slur
\partcombine
  {\partcombineChords e'2( f'4 g') \partcombineAutomatic g'2( f')}
  {c'2( f'4 g') e'2( d')}

% Use phrasing slurs
\partcombine
{e'2\( f'4 g'\) g'2\( f'\)}
{c'2\( f'4 g'\) e'2\( d'\)}




reply via email to

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