Menu

#333 require minimum of two lines or lg inside lg

AMBER
closed
5
2012-09-15
2011-11-08
No

Since the definition of <lg> is "contains a group of verse lines functioning as a formal unit" I think that we should require at least 2 <l> or 2 nested <lg>s.

i.e. inside a line group you are either having multiple lines, or you are nesting line-groups of multiple lines.

This is because I believe the definition requires that you are grouping multiple things. A single line inside a line-group is poor practice I think.

-James

Discussion

  • Sebastian Rahtz

    Sebastian Rahtz - 2011-11-08

    currently <lg> asks for <zeroOrMore> of group of things. would you be happy if we just made that <oneOrMore>? the choice is:

    <ref name="model.divTop"/>
    <ref name="model.lLike"/>
    <ref name="model.stageLike"/>
    <ref name="lg"/>
    <ref name="model.global"/>

    (which is actually fairly weird, but no matter).

    Or do you mean that an <lg> must have 2 <l>, come hell or high water, whatever else it has?

     
  • Lou Burnard

    Lou Burnard - 2011-11-09
    • assigned_to: nobody --> romary
     
  • Lou Burnard

    Lou Burnard - 2012-03-18

    I am sure someone (probably Paul) can find an example of some poetic text in which there is a stanza, indicated by number, heading, etc, containing only a single line. Something like the following is also surely very common :

    <lg type="stanza"> <l>... </l><l> ... </l>
    etc </lg>

    <lg type="chorus">
    <l>Hey ho rumbelow &c.</l>
    </lg>

    So although I agree it might appear like poor practice, I don't think we should suppress it.

    (Far poorer, in my opinion, is the practice of requiring <lg> when there is no actual grouping of <l>s at all -- analogous to the use of <div> for an undivided text)

     
  • BODARD Gabriel

    BODARD Gabriel - 2012-03-20

    I agree that a "line group" (stanza or verse) might contain only a single line, however counter-intuitive this might seem. It's the name of the element that causes this apparent oddity. I think reject this proposal.

     
  • Martin Holmes

    Martin Holmes - 2012-03-20

    I'm with Gaby: reject. A single-line line-group is a legitimate structure, and part of its poetic impact may come from the fact that although the overall structure would suggest a multiline stanza or group, this instance has only one.

     
  • stuart yeates

    stuart yeates - 2012-04-15

    Since the text and the schema are out of sync, I think we should change the docs to "contains a group of verse line(s) functioning as a formal unit" or similar

     
  • James Cummings

    James Cummings - 2012-04-15

    I don't mind if we reject my proposal to have the schema force an agreement with the current prose. But then we *MUST* correct the prose to no longer have the restriction that it suggests. 'a group of verse lines' is plural. If we change this to 'a group of verse line(s)' then the implication is that we can have 'a group of verse line' which is not only poor grammar but seems nonsensical to me.

    What about if this said "contains one or more verse lines functioning as a formal unit" and we change it to one-or-more in the schema?

    -James

     
  • Martin Holmes

    Martin Holmes - 2012-06-17
    • assigned_to: romary --> martindholmes
     
  • Martin Holmes

    Martin Holmes - 2012-06-17

    Following the decision of Council in Ann Arbor, "MH will write a Schematron rule requiring that <lg> contains <l> , <lg> , or <gap>", the rule has been added. I'm keeping this ticket open to remind me to write a test for it, and through doing that, document the testing framework in a section of the "How to edit the Guidelines" document.

     
  • Martin Holmes

    Martin Holmes - 2012-06-17

    Forgot to add: that was done in rev 10522.

     
  • Lou Burnard

    Lou Burnard - 2012-09-15
    • status: open --> closed
     
  • Lou Burnard

    Lou Burnard - 2012-09-15

    Closing since appears to be completed