lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 4176 in lilypond: Patch: Add regtests for numb


From: lilypond
Subject: Re: [Lilypond-auto] Issue 4176 in lilypond: Patch: Add regtests for numbered and single-digit time signature styles
Date: Sat, 27 Dec 2014 23:15:59 +0000

Updates:
        Owner: address@hidden
        Labels: patch-review

Comment #8 on issue 4176 by address@hidden: Patch: Add regtests for numbered and single-digit time signature styles
https://code.google.com/p/lilypond/issues/detail?id=4176

Comment #7 should have referenced issue 4179 and issue 4180 above, and new issue 4231. Let's change the two regression tests added above to :

\header {
  texidoc = "The numbered time signature style prints a fraction."
}

\new Staff {
  \relative d' {
    \override Staff.TimeSignature.style = #'numbered
    \time 4/4 d1
    \time 3/4 d2.
    \time 2/2 d1
    \time 1/128 d128
    #(ly:expect-warning "strange time signature found: 10/6")
    \time 10/6 \tuplet 6/4 { d2. d2 d2. d2 }
  }
}

\header {
texidoc = "The single-digit time signature style prints the numerator only."
}

\new Staff {
  \relative d' {
    \override Staff.TimeSignature.style = #'single-digit
    \time 1/2 d2
    \time 2/4 d2
    \time 3/4 d2.
    \time 8/128 d16
    \time 123/1 d1*123
  }
}


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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