That's great, thanks!  One more question.  I don't like the slur shape of
the lower slur.  I would usually override the Slur.positions or use \shape
but I don't know how to apply either of these to an inter-chord slur.  Any
suggestions?

%%% Start
\version "2.19.83"
\include "english.ly"

slurPositionA = \once \override Slur.positions = #'(2 . 2)

\relative {
  \time 12/8
  \stemDown
  <e' c'>8 <e df'> <e_~ c'>^( <e bf'> <f af>) \slurPositionA <f\=1_( bf>(
    <e\=1) c'> <e df'>) <e_~ c'>^( <e bf'> <f af>) <af bf> |
}
%%% End

---
Knute Snortum
(via Gmail)


On Sun, Oct 13, 2019 at 4:29 PM Mark Stephen Mrotek <carsonm...@ca.rr.com>
wrote:

> Knute:
>
>
>
> Perhaps the second example under “Slurs” at
>
>
> http://lilypond.org/doc/v2.19/Documentation/notation/expressive-marks-as-curves
>
>
>
> Mark
>
>
>
> *From:* lilypond-user [mailto:lilypond-user-bounces+carsonmark=
> ca.rr....@gnu.org] *On Behalf Of *Knute Snortum
> *Sent:* Sunday, October 13, 2019 3:18 PM
> *To:* lilypond-user@gnu.org
> *Subject:* Slurring into another voice without breaking a beam
>
>
>
> This is a little complicated to describe, but I'll give it my best shot.
>
>
>
> The problem starts with lower notes in a chord slurring differently than
> the upper notes.  (See attachment Chopin-Opus-32-no-2-measure-33.)  I
> handled it like this:
>
>
>
> %%% Start
>
> \version "2.19.83"
> \include "english.ly"
>
> \relative {
>   \time 12/8
>   <<
>     { s4. s4 \omit Stem \omit Flag \stemDown f'8_( e) s4 s4. }
>     \\
>     {
>       <e c'>8 <e df'> <e_~ c'>^( <e bf'> <f af>) <f bf>^(
>       <e c'> <e df'>) <e_~ c'>^( <e bf'> <f af>) <af bf>
>     }
>   >>
> }
>
> %%% End
>
>
>
> This works, but is there a better way to do it without temporary voices?
> The problem arises because the first two eighth notes are ending a long
> slur from outside the temporary voice.  I "fixed" that with a \context
> Voice command...
>
>
>
> %%% Start
>
> \version "2.19.83"
> \include "english.ly"
>
> \relative {
>   \time 12/8
>    c''8 <af b>( <af c> <af af'>) \context Voice = "2" { <af g'>-.( <af
> gf'>-.
>     <g f'>-. <g e'>-. <g~ef'>-. <g d'>-. <g df'>-. <g c>-. |
>   \appoggiatura { bf16 c } \stemDown <g bf>8 <g a> <g bf> <e df'> <e c'>
> <e g>
>     <f bf> <f af> <f g> <f af> <f bf> <f b> } |
>   <<
>     { s4. s4 \omit Stem \omit Flag \stemDown f8_( e) s4 s4. }
>     \\
>     {
>       <e c'>8 <e df'>) <e_~ c'>^( <e bf'> <f af>) <f bf>^(
>       <e c'> <e df'>) <e_~ c'>^( <e bf'> <f af>) <af bf>
>     }
>   >> |
> }
>
> %%% End
>
>
>
> ...but the problem is that it breaks the beaming,  (See
> attachment chopin-opus-32-no-1-measures-31-33).
>
>
>
> So if there a better way to typesetting the slur of bottom notes in a
> chord, or a way to fix the beaming when the notes are in different voices?
>
>
>
> ---
>
> Knute Snortum
>
> (via Gmail)
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to