Re: Mixed ChoirGroup: Solo/Choir

2024-04-24 Thread David Wright
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

Re: Highlighting lyric words

2024-04-24 Thread Aaron Hill
On 2024-04-24 4:05 pm, Walt North wrote: Thanks, that's close enough to what I wanted.  I was originally for yellow background with back letters... but red (or other bright) font will suffice. Here is an (over-engineered and probably bug-ridden) approach: \version "2.25.13"

Re: Highlighting lyric words

2024-04-24 Thread Walt North
Thanks, that's close enough to what I wanted.  I was originally for yellow background with back letters... but red (or other bright) font will suffice. Walt On 4/24/2024 7:33 AM, William Rehwinkel wrote: I don't know what you mean by highlighting. But you can override properties of text in

Fwd: Figured bass

2024-04-24 Thread Jakob Pedersen
You forgot the lilypond list email, Dimitri. Forwarded Message Subject:Re: Figured bass Date: Thu, 25 Apr 2024 01:37:09 +0300 From: Dimitri Sykias To: Jakob Pedersen OK. I found it: \set figuredBassAlterationDirection = #RIGHT On 25 Apr 2024, at 1:32 AM,

Re: Figured bass

2024-04-24 Thread Dimitri Sykias
\version "2.24.3" << \new Voice { \relative c' { \omit Score.TimeSignature \time 4/4 \textMark "a)" c1 \bar "||" \textMark "b)" bes' \bar "||" } } \figures { \override FiguredBass.BassFigure.font-size = #2 <6- 4> <6_> } >>  > On 25

Re: Figured bass

2024-04-24 Thread Jakob Pedersen
Hi again You should probably supply a tiny working example for the smarter people to have a look at: http://lilypond.org/doc/v2.24/Documentation/web/tiny-examples Best wishes, Jakob On 25.04.2024 00.15, Dimitri Sykias wrote: Hi Jacob Thanks for the reply. When I use for ex. (Version

Re: Figured bass

2024-04-24 Thread Dimitri Sykias
Hi Jacob Thanks for the reply. When I use for ex. (Version "2.24.1”) \figures { \override FiguredBass.BassFigure.font-size = #2 <6- 4> <6> <6- 4-> <_-> <5-> <5+ _+> < 5- _-> <6 _+> <_+> <5- _->} accidentals are placed at the left side of the number. > On 25 Apr 2024, at 1:10 AM, Jakob

Re: Figured bass

2024-04-24 Thread Jakob Pedersen
Hi Dimitri Isn't that the standard as shown in the example? http://lilypond.org/doc/v2.24/Documentation/notation/figured-bass Best wishes, Jakob On 25.04.2024 00.03, Dimitri Sykias wrote: In Figured bass is it possible to place accidentals at the right side of the number? (Ex. 6b, 5#)

Figured bass

2024-04-24 Thread Dimitri Sykias
In Figured bass is it possible to place accidentals at the right side of the number? (Ex. 6b, 5#) Thanks!

Re: Converting \page-ref value to number type

2024-04-24 Thread Benjamin Bruce
Here is an updated (tinier) example: \version "2.24" { \label #'myLabel c4 c c } \markup #(markup #:page-ref 'myLabel "0" "?") This displays the label's page number, but I still can't figure out how to extract that value so I can do things with it. Looking forward to your ideas. Ѫѯ

Re: Mixed ChoirGroup: Solo/Choir

2024-04-24 Thread Johannes Roeßler
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? Best regards Johannes 8<

Re: Transposing into related modes

2024-04-24 Thread Stephan Schöll
Hi Giles I've never worked with modalTranspose before, but based on the documentation https://lilypond.org/doc/v2.25/Documentation/notation/modal-transformations I created the following snippet (specially bar 3 and 4): \version "2.25.9" diatonicScale = \relative { c' d e f g a b } motif =

Transposing into related modes

2024-04-24 Thread Giles Boardman
Hello, I have been aware of Lilypond for some time but have only just taken the plunge and started to use it. I am in awe of the people who have created this astonishing resource, so, first of all, a huge thank you to everyone involved. The functionality is amazing, the documentation world

Converting \page-ref value to number type

2024-04-24 Thread Benjamin Bruce
Hello all, I am just now learning how to use labels and \page-ref to retrieve the page number where a label is located. I would like to use the value returned by \page-ref to do simple math in Scheme. I am able to pass the label to a markup command, but I can't figure out how to get it into a

Re: Highlighting lyric words

2024-04-24 Thread William Rehwinkel via LilyPond user discussion
I don't know what you mean by highlighting. But you can override properties of text in lyrics like this: -William % -- \version "2.25.7" \relative c' { c4 c } \addlyrics { Hello \once\override LyricText.color = #red world } On 4/23/24 23:18, Walt North wrote: I have found how to