In 2.14, tupletSpannerDuration doesn't get properly applied to quoted music
unless tupletSpannerDuration is set in the quoted music itself. Bug, or am I
doing something wrong?

\version "2.14.2"
\language "english"


foo = \relative c' {
  \times 2/3 { c8 d e f e d } c2 |
}

baz = \relative c' {
  \set Score.tupletSpannerDuration = #(ly:make-moment 1 4)
  \times 2/3 { c8 d e f e d } c2 |
}

\addQuote "foo" \foo
\addQuote "baz" \baz

\score {
  <<
    \new Staff \foo
    \new Staff {
      \cueDuring #"foo" #DOWN { R1 }
    }
    \new Staff {
      \cueDuring #"baz" #DOWN { R1 }
    }
  >>
  \layout {
    \context {
      \Score
      tupletSpannerDuration = #(ly:make-moment 1 4)
    }
  }
}
-- 
View this message in context: 
http://old.nabble.com/possible-bug-with-tupletSpannerDuration-in-quoted-music-tp33268238p33268238.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.


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

Reply via email to