lilypond-user
[Top][All Lists]
Advanced

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

possible bug with tupletSpannerDuration in quoted music


From: Shevek
Subject: possible bug with tupletSpannerDuration in quoted music
Date: Sun, 5 Feb 2012 13:24:08 -0800 (PST)

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.




reply via email to

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