Re: Conditional code in the midi block

2024-05-20 Thread Carolyn Beeton
Thank you all for your suggestions. I finally have the flag working after years of just editing my master file when I wanted one track per voice! Thanks, Carolyn > On May 20, 2024, at 6:09 AM, Jean Abou Samra wrote: > >  >> nostaffmidi = >> #(define-scheme-function () () >> (if TrackPerVoic

Conditional code in the midi block

2024-05-19 Thread Carolyn Beeton
I would like to include some Staff and Voice context settings in the \midi block only if a flag is set to ##t and I have not been able to figure out how to do this. When I try to wrap the \context blocks in a code block with #{…#} I get this error: trackPerVoiceMWE.ly:31:16: error: syntax error

Re: italic phrase in lyrics

2024-05-15 Thread Carolyn Beeton
I have these functions defined: \version “2.24.0" italic = { \override Lyrics.LyricText.font-shape = #'italic } bold = { \override Lyrics.LyricText.font-series = #'bold } normal = { \revert Lyrics.LyricText.font-series \revert Lyrics.LyricText.font-shape } and I use them like this: Ve

Re: note collision - shift voiceOne to left

2023-08-01 Thread Carolyn Beeton
everything clear. Thanks, Carolyn > On Aug 1, 2023, at 12:11 PM, Abraham Lee wrote: > > > > On Tue, Aug 1, 2023 at 8:12 AM Carolyn Beeton <mailto:carolyn.bee...@icloud.com>> wrote: >> Thanks Abraham >> >> I have read that section again and I am still a bi

Re: note collision - shift voiceOne to left

2023-08-01 Thread Carolyn Beeton
oice = "altos" { \voiceTwo << { \AltoMusic } >> } >> \layout { } } Thanks, Carolyn > On Jul 31, 2023, at 10:36 PM, Abraham Lee wrote: > > Hi, Carolyn! > > On Mon, Jul 31, 2023 at 8:22 A

note collision - shift voiceOne to left

2023-07-31 Thread Carolyn Beeton
The default when there are two voices with colliding notes is to shift the voice with upstems (odd-numbered voices) to the right and voices with downstems to the left. I would like the opposite - i.e. voiceOne, with stems up, shifted left. Is this possible? (not as a single override, but thro

Re: O Canada with Ukrainian lyrics

2023-06-27 Thread Carolyn Beeton
Not really a Lilypond comment, but we no longer sing “in all thy sons command” - the words are now “in all of us command”. https://www.canada.ca/en/canadian-heritage/services/anthems-canada.html#a11 Thanks, Carolyn P.s. I think this might be my first post, and I don’t really understand how to