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
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
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
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
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
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
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.
}
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
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
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
10 matches
Mail list logo