Re: chordnames chordmode and markup

2024-09-30 Thread Xavier Scheuer
On Mon, 30 Sept 2024 at 01:13, Walt North wrote: > > Is it possible in someway to get some sort of markup behavior in chordmode? They are cases where I want to add a remark for the rhythm guitar player for one reason or another for some chords. > > Simple minded example below. For a staff note I

Beaming error

2024-09-30 Thread Richard Davis
Hello all! I came across something quite strange today that I couldn't quite wrap my head around. Why does this code: \version "2.25.17" \language "english" { \set subdivideBeams = ##t \set baseMoment = #(ly:make-moment 1/8) \set beatStructure = 2,2,2,2 \tuplet 3/2 { c'16 16 16 } \rep

RE: Beaming error

2024-09-30 Thread carsonmark
Richard, Add a line (see the first one) Change beat structure { \set Timing.beamExceptions = #'() \set subdivideBeams = ##t \set baseMoment = #(ly:make-moment 1/8) \set beatStructure = 1,1,1,1,1,1,1,1 \tuplet 3/2 { c'16 16 16 } \repeat unfold 4 c'32 \repeat unfold 8 c'32

Re: alternative volta 2 when empty

2024-09-30 Thread mskala
On Sun, 29 Sep 2024, Walt North wrote: > What would be the correct way to code the following case? > > I have a repeated section.  The first alternative volta has a couple of > measure before going back to the repeat.  The second volta should just carry > on with the remainder of the piece.  I'd l

Problems with alternate endings

2024-09-30 Thread Cameron Hall
I am experimenting some more with Lilypond, and I've run into a few problems trying to use the volta repeat with alternate endings. I've decided to put all of the dynamics and structure of the piece into a variable called common. This example is in 3/8 time with an eighth note pickup. Because of th

Re: Problems with alternate endings

2024-09-30 Thread Knute Snortum
On Mon, Sep 30, 2024 at 11:54 AM Cameron Hall wrote: > However, I still can't get the slur to work. > I don't know the answer for the repeats, but use a \repeatTie for the partial slur in the second ending: a8\repeatTie r16 b( c' d' | % 2nd ending -- Knute Snortum

Changing the shape of a tie in a chord

2024-09-30 Thread Knute Snortum
How do you change the shape of a tie that's in a chord? In the following example, neither \shape command has any effect. %%% \version "2.24.4" tieShapeA = \shape #'((0 . 0) (0 . -1) (0 . -1) (0 . 0)) \etc tieShapeB = \shape #'((0 . 0) (0 . -1) (0 . -1) (0 . 0)) Tie \relative { 4 q2. 4 q2. }

Re: Problems with alternate endings

2024-09-30 Thread Knute Snortum
On Mon, Sep 30, 2024 at 2:31 PM Cameron Hall wrote: > On Mon, 30 Sep 2024 12:45:25 -0700 > Knute Snortum wrote: > > > On Mon, Sep 30, 2024 at 11:54 AM Cameron Hall > > wrote: > > > > > However, I still can't get the slur to work. > > > > > > > I don't know the answer for the repeats, but use a \r

Re: Beaming error

2024-09-30 Thread Knute Snortum
On Mon, Sep 30, 2024 at 10:52 AM wrote: > Richard, > > Add a line (see the first one) > Change beat structure > > { > \set Timing.beamExceptions = #'() > \set subdivideBeams = ##t > \set baseMoment = #(ly:make-moment 1/8) > \set beatStructure = 1,1,1,1,1,1,1,1 > > \tuplet 3/2 { c'16 16

Re: How do you insert measures into scores with many parts?

2024-09-30 Thread David Bellows
Thanks everyone for your ideas and suggestions. It doesn't look like there's any magic solution to this problem which is fine. I think having an external script that can insert an arbitrary number of measures with rests in all your parts files and then renumber the commented bar numbers is a decent