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: 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

Re: Pickup measure

2023-10-27 Thread Colin Campbell
Part of the problem is solved when you take out the s2 after the \partial notes in each part. The purpose of \partial is to avoid having to supply "missing" time in the first bar. You might, as a suggestion, consider moving your \breaks *before* the quarter notes instead of after, to follow

Re: Pickup measure

2023-10-27 Thread Will Turner
< \mergeDifferentlyDottedOn\mergeDifferentlyHeadedOn \context Voice = "PartPOneVoiceOne" { \PartPOneVoiceOne } \new Lyrics \lyricsto "PartPOneVoiceOne" { \set stanza = "1." \PartPOneVoiceOneLyricsOne } \new

Re: Pickup measure

2023-10-27 Thread David Kastrup
Will Turner writes: > I imported a Musicxml file of a hymn. The first measure is a pickup measure > but it imports as a full measure 3/4 with only a quarter note in it. You > can see that the measure appears to contain room for 3 beats instead of > one. When I play this in Musesco

Re: Pickup measure

2023-10-27 Thread Aaron Hill
On 2023-10-27 6:13 pm, Will Turner wrote: I imported a Musicxml file of a hymn. The first measure is a pickup measure but it imports as a full measure 3/4 with only a quarter note in it. You can see that the measure appears to contain room for 3 beats instead of one. When I play

Re: Bar Numbers After Pickup Measure

2021-08-29 Thread Ernie Braganza
Thanks, Brian. Now I feel really dumb. Yes. All I had to do was remove the \bar " " On Sun, Aug 29, 2021 at 3:51 PM Brian Barker wrote: > At 15:41 29/08/2021 -0400, you wrote: > >I am trying to get rid of the bar number on the pickup measure "(1)" > >and yet

Bar Numbers After Pickup Measure

2021-08-29 Thread Ernie Braganza
Friends, I am trying to get rid of the bar number on the pickup measure "(1)" and yet display the bar number on the first full measure. I can turn them both off or have them both show up, but that's not what I would like to do. I've tried all the Score.barNumber