Re: Formatting for a tie

2023-10-28 Thread Werner LEMBERG
> How can I format this tie in Lilypond? I'm writing a Lilypond file > for an existing song; this image is from a scan of a hymnal. ``` { << { a'8[( g']) } \\ { e'4 } >> } ``` Werner

Formatting for a tie

2023-10-28 Thread Samuel Sloniker
Hello, How can I format this tie in Lilypond? I'm writing a Lilypond file for an existing song; this image is from a scan of a hymnal. -Samuel Sloniker

Moving \dim or \cresc

2023-10-28 Thread Knute Snortum
When I was experimenting with moving the X and Y offsets of \dim and \cresc, I found that X-offset doesn't seem to work with a tweak or an override. In fact, I couldn't get \tweak or -\tweak to work at all with \dim and \cresc. Only overriding the extra-offset worked. This is okay, except that

Re: function to force accidentals on a subset of notes

2023-10-28 Thread Lukas-Fabian Moser
Hi Michael, Thanks Lukas! This works but also forces the accidental on tied notes. Sorry for not getting back to you sooner. The following version registers ties and removes our auto-generated accidentals for notes in which a tie ends. (It's a bit overeager and also removes tied

Re: Pickup measure

2023-10-28 Thread David Kastrup
Hans Aikema writes: > @David Actually my results (MacPorts lilypond 2.24.2 and 2.25.8) differ from > what you report.. > > PartPOneVoiceOne = \relative fis' { > \clef "treble" \time 3/4 \key d \major | % 1 > \tempo "Prayerfully" 4=69 \stemUp fis4 s2 ^\markup{ \bold\large >

Re: Pickup measure

2023-10-28 Thread Hans Aikema
> On 28 Oct 2023, at 17:51, Hans Aikema wrote: > > > >> On 28 Oct 2023, at 17:49, Hans Aikema wrote: >> >> >> >>> On 28 Oct 2023, at 16:25, David Kastrup wrote: >>> >>> Will Turner writes: >>> Thank you, David. Attached is the Musicxml file. I also need to find a way for

Re: Pickup measure

2023-10-28 Thread Will Turner
I solved all problems. Life is good. Thank you for taking time to help. On Sat, Oct 28, 2023, 9:25 AM David Kastrup wrote: > Will Turner writes: > > > Thank you, David. Attached is the Musicxml file. I also need to find a > way > > for Frescobaldi to import this file as a choirstaff rather

Re: Pickup measure

2023-10-28 Thread Hans Aikema
> On 28 Oct 2023, at 17:49, Hans Aikema wrote: > > > >> On 28 Oct 2023, at 16:25, David Kastrup wrote: >> >> Will Turner writes: >> >>> Thank you, David. Attached is the Musicxml file. I also need to find a way >>> for Frescobaldi to import this file as a choirstaff rather than a piano

Re: Pickup measure

2023-10-28 Thread Hans Aikema
> On 28 Oct 2023, at 16:25, David Kastrup wrote: > > Will Turner writes: > >> Thank you, David. Attached is the Musicxml file. I also need to find a way >> for Frescobaldi to import this file as a choirstaff rather than a piano >> staff.. This is so that the cross-staff bar lines are hidden.

Re: Pickup measure

2023-10-28 Thread David Kastrup
Will Turner writes: > Thank you, David. Attached is the Musicxml file. I also need to find a way > for Frescobaldi to import this file as a choirstaff rather than a piano > staff.. This is so that the cross-staff bar lines are hidden. If you have > suggestions for that, please let me know.

Re: Pickup measure

2023-10-28 Thread David Kastrup
Will Turner writes: >> On Sat, Oct 28, 2023 at 4:26 AM David Kastrup wrote: >> >>> Will Turner writes: >>> >>> > Here is my code: >>> > PartPOneVoiceOne = { >>> > \clef "treble" \time 3/4 \key d \major | % 1 >>> > \tempo "Prayerfully" 4=69 \stemUp \partial 4 fs'4 s2 >>> > >>> > And

Re: Hide cross-staff bar lines

2023-10-28 Thread Hans Aikema
> On 28 Oct 2023, at 14:58, Will Turner wrote: > > How do I hide cross-staff bar lines so that there are no bar lines across > lyrics? By using another mechanism for grouping the staves https://lilypond.org/doc/v2.24/Documentation/notation/displaying-staves#grouping-staves For your usage

Hide cross-staff bar lines

2023-10-28 Thread Will Turner
How do I hide cross-staff bar lines so that there are no bar lines across lyrics?

Re: Pickup measure

2023-10-28 Thread Will Turner
I imported this from a Musicxml file that I exported from Finale. So, Finale put the s2 at the end, but I don't know why. Y'all are my heroes. I removed the s2 from the first measure in both clefs, and it solved my problem. Where do I send the check? ;) On Sat, Oct 28, 2023 at 4:26 AM David

Re: Pickup measure

2023-10-28 Thread David Kastrup
Will Turner writes: > Here is my code: > PartPOneVoiceOne = { > \clef "treble" \time 3/4 \key d \major | % 1 > \tempo "Prayerfully" 4=69 \stemUp \partial 4 fs'4 s2 > > And that gives me the problem I described. What's the s2 at the end supposed to be for? -- David Kastrup