Menu

#3286 Support alla breve with cut-C time signature

Verified
nobody
evidence
Enhancement
2015-03-02
2013-03-31
Anonymous
No

Originally created by: *anonymous

Originally created by: colingh... (code.google.com)@gmail.com
Originally owned by: nine.fie... (code.google.com)@gmail.com

Simon Albrecht reported here:

http://lists.gnu.org/archive/html/bug-lilypond/2013-03/msg00134.html

Hello fellow Lilypond fans,

since the Renaissance Alla breve mensura is usually rendered in modern
notation as 4/2 time, I'd appreciate the introduction of a genuine
possibility to display this time signature as slashed c (exactly like 2/2
time). In my opinion, the easiest solution, and well acceptable for me,
were to make this standard behaviour and turn it off by
\numericTimeSignature. However, it would be equally possible to add
another selectable value for the #'style property of TimeSignature.

Related

Issues: #4308

Discussion

  • Google Importer

    Google Importer - 2013-10-03

    Originally posted by: PhilEHol...@googlemail.com

    All the reference works I can find (Grove, Oxford muxic, Gardner Read) refer to alla breve as 2/2.  Please can we see evidence for it being employed as 4/2?

    Labels: Needs-evidence

     
  • Google Importer

    Google Importer - 2014-09-26

    Originally posted by: nine.fie... (code.google.com)@gmail.com

    If the default time signature style is going to be augmented, I'd like to tack on a request for ¢¢ and cc to be put where they belong, wherever that is.  _Maybe_ ¢¢ is 2/1 and cc is 4/2 (which is why I'm mentioning it here rather than in a new ticket).

    There is a discussion in this thread.
    http://article.gmane.org/gmane.comp.gnu.lilypond.general/96020

    Simon cited this example of ¢¢ in a piece by Schubert:
    http://imslp.org/wiki/Special:ImagefromIndex/00364 (No. 3)

     
  • Google Importer

    Google Importer - 2014-10-16

    Originally posted by: benko.... (code.google.com)@gmail.com

    e.g. the second Kyrie and Gratias from Bach's B minor mass are both such (4/2 denoted by cut C).
    Of course, renaissance music has no notion of barring, so rendering an original alla breve piece in 2/2 or 4/2 is purely editorial.

     
  • Google Importer

    Google Importer - 2014-10-16

    Originally posted by: nine.fie... (code.google.com)@gmail.com

    If the time signature of those Bach pieces is denoted by cut C, why say "4/2 denoted by cut C" rather than "2/1 denoted by cut C"?  (I'm not disputing but asking for clarification.)

    I found it interesting that there is variation between editions:
    http://www.bach-cantatas.com/Vocal/BWV232-Gen12.htm

     
  • Google Importer

    Google Importer - 2014-10-25

    Originally posted by: pkx1... (code.google.com)@gmail.com

    On 25/10/14 19:15, Dan Eble wrote:> Simon (and all),
    >
    > Regarding the request to display 4/2 as cut-c by default, https://code.google.com/p/lilypond/issues/detail?id=3286
    >
    > I think it would make sense to extend the default style to offer a simple way to get the doubled symbols:
    >     2/1 -> double cut-c (Schubert op. 90 no. 3)
    >     4/2 -> double c (my obscure hymnal)
    >
    > You mentioned that you would be satisfied if there were a different style for your alla breve case.  Do you really need a style or is the following good enough?
    >
    > timeAllaBreve = {
    >   \once \override Staff.TimeSignature.stencil =
    >   #(lambda (grob)
    >      (grob-interpret-markup grob
    >       #{ \markup \musicglyph #"timesig.C22" #}))
    >   \time 2/1
    > }
    >
    > Another thing that occurs to me is a possible parallel with non-numeric tempo.  When the single cut-c symbol is used to indicate 2/1, does it need to be annotated with text?  If so, would something like \time “alla breve” 2/1 be any better than the way it has to be done now?
    >
    > Another potential use for that is \time “swing” 4/4.
    >
    > Regards,
    > —
    > Dan

     
  • Google Importer

    Google Importer - 2014-10-25

    Originally posted by: nine.fie... (code.google.com)@gmail.com

    Issue 3286: add single-C time signature style

    This style is identical to single-digit except that C is printed
    instead of 4 and cut-C is printed instead of 2.

    http://codereview.appspot.com/164830043

    Labels: Patch-new
    Owner: nine.fie...@gmail.com
    Status: Started

     
  • Google Importer

    Google Importer - 2014-10-25

    Originally posted by: nine.fie... (code.google.com)@gmail.com

    fix regtest texidoc

    http://codereview.appspot.com/164830043

     
  • Google Importer

    Google Importer - 2014-10-26

    Originally posted by: pkx1... (code.google.com)@gmail.com

    Passes make, make check and a full make doc - but there have been some comments on Rietveld in between when the patch was issued and when it was tested. I'm going to leave it on review for now as I'll check again anyway when the next Patch Countdown occurs (tomorrow).

    Labels: -Patch-new Patch-review

     
  • Google Importer

    Google Importer - 2014-10-27

    Originally posted by: pkx1... (code.google.com)@gmail.com

    Patch on countdown for October 30th

    Labels: -Patch-review Patch-countdown

     
  • Google Importer

    Google Importer - 2014-10-30

    Originally posted by: pkx1... (code.google.com)@gmail.com

    Patch counted down - please push

    Labels: -Patch-countdown Patch-push

     
  • Google Importer

    Google Importer - 2014-10-30

    Originally posted by: nine.fie... (code.google.com)@gmail.com

    Here's the patch.  Is is appropriate for me to create a new ticket to update documentation?

    Summary: Support alla breve with cut-C time signature

     
  • Google Importer

    Google Importer - 2014-11-02

    Originally posted by: pkx1... (code.google.com)@gmail.com

    author    Dan Eble <nine.fierce.ballads@gmail.com>   
        Sun, 26 Oct 2014 02:20:55 +0000 (22:20 -0400)
    committer    James Lowe <pkx166h@gmail.com>   
        Sun, 2 Nov 2014 15:53:03 +0000 (15:53 +0000)
    commit    [r40b0982cb4f00317c3d50c7f1d4e26fde912f3cd]

    Dan yes, please create a new ticket for the documentation.

    Labels: -Patch-push Fixed_2_19_16
    Status: Fixed

     
  • Google Importer

    Google Importer - 2015-03-02

    Originally posted by: PhilEHol...@googlemail.com

    See new issue 4308.

    Status: Verified

     
  • Google Importer

    Google Importer - 2015-03-02

    Originally posted by: nine.fie... (code.google.com)@gmail.com

    Issue 4186 removed the feature that was added for issue 3286Issue 4204 was a better solution.

     
MongoDB Logo MongoDB