Re: Mixed ChoirGroup: Solo/Choir

2024-04-26 Thread Johannes A . Roeßler

Thx David, will try with those ideas!

Am 26. April 2024 05:06:52 schrieb David Wright :


On Thu 25 Apr 2024 at 13:36:49 (+), Schlipf, John (schlipf) wrote:

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.


Just to clarify what I wrote Wed, 24 Apr 2024 23:46:22 -0500

 "I don't like to stretch the responses music much at all, …"

The sole control I exercise on the layout of each V is
to set the individual   indent = NN   that's added to
the global   ragged-right = ##f ragged-last = ##f.

I choose the values by trial and error, to give the first
(or sole) line of a response a balanced appearance compared
with the full-width lines in the rest of the setting.
Overcompression beyond a certain point will lead to LP's
addition of a linebreak anyway.

In the thumbnail score that I previously attached, the values
of NN were: 70, 40, 110, 20, 0, 80, 50, 70, 80, 40, 60, 0, the
Lord's Prayer having no intonation, and the Amens being labelled,
with no cue or indent required.

Cheers,
David.




Re: Mixed ChoirGroup: Solo/Choir

2024-04-22 Thread Johannes A . Roeßler

Thx David, and it's exactly what I'll use it for... Preces :)

Am 22. April 2024 21:41:12 schrieb David Wright :


On Mon 22 Apr 2024 at 18:06:21 (+0200), Johannes Roeßler wrote:

\version "2.24.0"
\score {
  \new ChoirStaff <<
\new Staff {s1 s1 a'1}
\new Staff {s1 s1 a'1}
\new Staff {a'1 a' a'}
\new Staff {s1 s1 a'1}
  >>
  \layout { }
}


I'm guessing this might be an XY question. What I do is to put
the solo into the instrument name. The bare bones are below,
though not an MWE because I haven't included the shortcuts I use.
Here, the solo is a bass, and they have been shrunk a little.

Aintonation = \markup {
 \score {
   \transpose af g
   \new Staff = staff <<
 \Vglobal
 \new Voice { \Acantor }
 \addlyrics \with { alignAboveContext = staff } { \Avtext }
   >>
   \layout { \plainlayout }
 }
 \hspace #5 "B."
}

 \score {
   \transpose af g
   \new ChoirStaff <<
 \new Staff <<
   \labelsoprano
   \clef treble { \Rglobal \Abarring }
   \new Voice { \accident \Asoprano }
   \addlyrics { \Artext }
 >>
 \new Staff <<
   \labelaltoi
   \clef treble \Rglobal
   \new Voice { \accident \Aaltoi }
   \addlyrics { \Artext }
 >>
 \new Staff <<
   \labelaltoii
   \clef treble \Rglobal
   \new Voice { \accident \Aaltoii }
   \addlyrics { \Artext }
 >>
 \new Staff <<
   \labeltenor
   \clef "treble_8" \Rglobal
   \new Voice { \accident \Atenor }
   \addlyrics { \Artextt }
 >>
 \new Staff <<
   \override Staff.InstrumentName.self-alignment-X = #RIGHT
   \set Staff.instrumentName = \Aintonation
   \clef bass \Rglobal
   \new Voice { \accident \Abass }
   \addlyrics { \Artext }
 >>
   >>
   \midi { \miditempo }
   \layout { indent = 70 }
 }

Cheers,
David.




Re: Graphics

2023-04-07 Thread Johannes A . Roeßler

Embarrassing.. thx

Am 8. April 2023 00:06:19 schrieb Jean Abou Samra :

Le samedi 08 avril 2023 à 00:02 +0200, Johannes A. Roeßler a écrit :

Excellent! Did I miss it somewhere in the documentation or is this well hidden?

The \epsfile command? It's on the page you gave the link of...




Re: Graphics

2023-04-07 Thread Johannes A . Roeßler

Excellent! Did I miss it somewhere in the documentation or is this well hidden?
J

Am 7. April 2023 19:33:49 schrieb Jean Abou Samra :


Le 7 avr. 2023 à 19:15, Johannes A. Roeßler  a écrit :


Thx for the fast answer. In the EPS I will find the needed moveto and 
curveto commands to copy to lilypond?



Don’t copy the contents of the file. Just put the EPS file next to your 
LilyPond file and write


\markup \epsfile #Y #10 "name-of-file.eps"

in your LilyPond code.




Re: Graphics

2023-04-07 Thread Johannes A . Roeßler
Thx for the fast answer. In the EPS I will find the needed moveto and 
curveto commands to copy to lilypond?


Best regards
Joei


Am 7. April 2023 19:09:36 schrieb Jean Abou Samra :





Le 7 avr. 2023 à 19:02, Johannes Roeßler  a écrit :
Hi Group,
is there a way to generate vector files with a program producing e.g. a SVG 
files and convert it to the PS commands needed for lilypond?

https://lilypond.org/doc/v2.22/Documentation/notation/graphic



If I understand your request correctly, you can convert the SVG file to 
EPS, for example using librsvg with


rsvg-convert --format=eps file.svg > file.eps

then include it with \epsfile.

Of course, you will need to install librsvg.

There are also countless websites out there where you can do the SVG -> EPS 
conversion step online.


Best

Jean




Re: Figured Bass / Vertical Spacing

2018-01-09 Thread Johannes A . Roeßler
Hi Ben, thx for your reply. I'll have to wait until tomorrow in order to 
construct a minimal example... But to answer your question: I would like to 
have the top most figures aligned...  cheers, Joei



Am 9. Januar 2018 22:43:55 schrieb Johannes Roeßler <j...@joei.de>:


Good evening,

good somebody please hint me how to manipulate the vertical distance of
the bass figures? I don't like this jumping...

See attached file.

Joei





___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user