lilypond-user
[Top][All Lists]
Advanced

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

Re: Slurs within chords, within tuplets -- seem to be ignored (with


From: Joseph Austin
Subject: Re: Slurs within chords, within tuplets -- seem to be ignored (without warnings!)
Date: Thu, 13 Apr 2017 10:54:58 -0400


On Apr 12, 2017, at 5:18 AM, address@hidden 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
  }
}
%%%%%%%%%%%%%%%%%%


reply via email to

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