> On Apr 12, 2017, at 5:18 AM, lilypond-user-requ...@gnu.org wrote:
> 
> Slurs within chords,  within tuplets -- seem to be ignored
>      (without warnings!) 
> This tiny example compiles without warnings or errors, yet the Slurs in the
> first two measures seem to be ignored.

This is more a point of notation and doesn't directly address your question,
but I'm wondering, why not replace the tied eights with quarter-notes,
as in the third sequence below?
I find mixing ties and slurs in this example quite confusing.
(I'm using Simon's reformat of the code.)


%%%%%%%%%%%%%%%%%%
\version "2.18.2"

\score {
  \new Staff {
    \clef "treble_8"
    \key b \minor
    <cis a cis'>4.\arpeggio e'8~ e'4 \tuplet 3/2 { b8\rest b\rest <gis b(> }
    \tuplet 3/2 4 { <a cis')>8~ <a cis'> <gis( b\(> <a) cis'\)>~ <a cis'> <gis 
b> <a cis'>~ q e' } b4\rest
    <<
      {
        <cis a cis'>4.\arpeggio e'8 ~ e'4 \tuplet 3/2 { b8\rest b\rest b( }
        \tuplet 3/2 4 { cis'8)~ cis' b\( cis'\)~ cis' b cis'~ cis' e' } b4\rest
      }
      \\
      {
        s2. \tuplet 3/2 { s4 gis8( }
        \tuplet 3/2 4 { a8)~ a gis( a)~ a gis( a8)~ a r }
      }
    >>

    <cis a cis'>4.\arpeggio e'8~ e'4 \tuplet 3/2 { b4\rest <gis b(>8 }
    \tuplet 3/2 4 { <a cis')>4 <gis( b\(>8 <a) cis'\)>4 <gis b>8 <a cis'>4 e'8 
} b4\rest
  }
}
%%%%%%%%%%%%%%%%%%

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to