lilypond-devel
[Top][All Lists]
Advanced

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

Re: somebody needs to run staging before 29 Jan


From: Werner LEMBERG
Subject: Re: somebody needs to run staging before 29 Jan
Date: Sun, 29 Jan 2012 19:18:38 +0100 (CET)

[Applying rietveld 5595043 to git afb4c5fb]

> It means running your own files that use this feature, and reading
> the docs to see whether the docs as well as the new incarnation of
> the feature make sense to you.

It was really good that you have been a pain in the neck, since your
patch causes rhythmic problems.

This input

  \version "2.15.25"

  T = #(define-music-function (parser location music) (ly:music?)
        #{
           \times 2/3 $music
        #}
      )

  \relative c' {
    <c e g>4 r <c e g>2 ~ |
    \T { <c e g>4 q q } \T { q q q } |
  }

gives this warning message

  q-bug.ly:11:34: warning: barcheck failed at: 5/12
   \T { <c e g>4 q q } \T { q q q } 
                                    |

and yields the attached output.


    Werner

PNG image


reply via email to

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