On question:
On Wed 24 Apr 2024 at 19:13:47 (+0200), Johannes Roeßler wrote:
> Hey David,
>
> it works - but I am running into an issue with short passages.
> I would like to stretch the choir part to the right side,
> but when I bring in "ragged-right = ##f" then it breaks:
>
> I assume you have a solution for that issue?

This is simple, but perhaps it would work for you.  I've stretched (what I 
thought were) over-compressed lines by just putting in a manual line break 
before and after the line I want to stretch.  Lilypond then spreads the 
demarcated line out to fill the space.
________________________________
From: [email protected] 
<[email protected]> on behalf of 
[email protected] <[email protected]>
Sent: Thursday, April 25, 2024 12:46 AM
To: [email protected] <[email protected]>
Subject: lilypond-user Digest, Vol 257, Issue 85

External Email: Use Caution


Send lilypond-user mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.gnu.org/mailman/listinfo/lilypond-user
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of lilypond-user digest..."


Today's Topics:

   1. Re: Mixed ChoirGroup: Solo/Choir (David Wright)


----------------------------------------------------------------------

Message: 1
Date: Wed, 24 Apr 2024 23:46:19 -0500
From: David Wright <[email protected]>
To: Johannes Roeßler <[email protected]>
Cc: [email protected]
Subject: Re: Mixed ChoirGroup: Solo/Choir
Message-ID: <[email protected]>
Content-Type: text/plain; charset="utf-8"

On Wed 24 Apr 2024 at 19:13:47 (+0200), Johannes Roeßler wrote:
> Hey David,
>
> it works - but I am running into an issue with short passages.
> I would like to stretch the choir part to the right side,
> but when I bring in "ragged-right = ##f" then it breaks:
>
> I assume you have a solution for that issue?

Very simple, but not obvious from my cropped screenshot,
I right-justify the responses.

I don't stretch the versicles at all, and I set them with a breve
or semibreve (reciting note) and stemless crochets, avoiding any
indication of rhythm. (With the commonly used Ferial versicles,
only "O God make speed to save us" is entirely crochets, with no
reciting note.)

I don't like to stretch the responses music much at all, because
I find that makes it more difficult to read. So a short V&R pair
will have a wide margin to its left.

Right-justification is used by Shorter House in their Book of New
Responses, and by Church Music Society in their 1993 Watkins Shaw
edition of Preces and Responses. OTOH the older Atkins/Fellowes
edition of the latter had its V&Rs placed centrally.

I've attached a much-reduced illustration of one set (Smith/Stone).
On page 2, the choir sings everything after the 2nd versicle;
page 4 has the Lord's Prayer; and the final line of music is a
concatenation of the three Amens.

I've also attached my Plainlayout file, used here for the versicles.
I set the size externally because I use much larger sizes than here
with less familiar plainsong, like the Gospels of the Passion, and
the dreaded liturgical tracts.

  plainlayout = \layout {
    \plainlayout
    #(layout-set-staff-size 9)
  }

Cheers,
David.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smith-stone.png
Type: image/png
Size: 19722 bytes
Desc: not available
URL: 
<https://lists.gnu.org/archive/html/lilypond-user/attachments/20240424/514b2100/attachment.png>
-------------- next part --------------
\version "2.25.9" % 2016-05-04

%% Sets up \plainlayout, which is local, designed not to interfere
%% with the top-level layouts, which are cumulative.
%% Used for interspersing plainsong sections with normal music.

plainlayout = \layout {
  indent = 0
  ragged-right = ##t
  \context {
    \Score
    timing = ##f
    \override SpacingSpanner.shortest-duration-space = #3.0
  }
  \context {
    \Staff
    \omit TimeSignature
    \override BreathingSign.text = #(make-musicglyph-markup "scripts.tickmark")
  }
  \context {
    \Voice
    \omit Stem
    \omit Flag
    \override Slur.direction = #UP
  }
  \context {
    \Lyrics
    \override LyricHyphen.minimum-distance = #1.0
  }
}

------------------------------

Subject: Digest Footer

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user


------------------------------

End of lilypond-user Digest, Vol 257, Issue 85
**********************************************

Reply via email to