Thank you. That is working great for a "slide into" function. How I'm
trying to create a "slide out of" function. I thought using /afterGrace
woiuld be the ticket.
But I find that it works until I hide then grace notes. Then it has the
following bar check message.
C:/Users/waltn/AppData/L
On Sun, 2024-11-24 at 16:57 +0100, David Kastrup wrote:
> David Sumbler writes:
>
> > What I don't understand is why I need both the 8th-note and 16th-
> > note
> > entries. The name "beamExceptions" implies that one only needs to
> > specify the exceptional beaming - but the 16th note version
On 24/11/2024 13:50, David Sumbler wrote:
\version "2.24.3"
\language "english"
\new Staff \relative {
\time 2/4
\set Timing.baseMoment = #(ly:make-moment 1/4)
\set Timing.beatStructure = 1,1
\set Timing.beamExceptions = #'()
\set Timing.beamExceptions = \beamExceptions { 8[ 8 8 8] }
c
David Sumbler writes:
> I am setting a piece in 2/4 time. Lilypond's default beaming pattern
> is to break beams at the mid-bar point, which is what one would
> generally expect. However, I would like it to use a single beam for
> the whole bar if, and only if, the bar consists of 4 quavers/hal
On 24/11/2024 06:27, Walt North wrote:
I am working on a function to give myself a "slide into".
Although I am not entirely sure why, the solution seems to be to include
the \glissando within the scope of the \grace command.
slideC =
#(define-music-function (sNotes eNotes) (ly:music? ly:musi
Hi Phil,
Below is a modified snippet showing some things I would do in your situation.
(Note there are other ways of accomplishing the same things!)
1. I’ve defined custom contexts: a MySambaStaff context for shared
characteristics, and individual contexts (TamborinStaff, PulseStaff, BothStaff)
I am setting a piece in 2/4 time. Lilypond's default beaming pattern
is to break beams at the mid-bar point, which is what one would
generally expect. However, I would like it to use a single beam for
the whole bar if, and only if, the bar consists of 4 quavers/half-
notes.
Of course I can easil
On Sun, 2024-11-24 at 15:25 +0100, David Kastrup wrote:
> David Sumbler writes:
>
> > I am setting a piece in 2/4 time. Lilypond's default beaming
> > pattern
> > is to break beams at the mid-bar point, which is what one would
> > generally expect. However, I would like it to use a single beam
On 24/11/2024 15:34, Walt North wrote:
Thank you. That is working great for a "slide into" function. How I'm
trying to create a "slide out of" function. I thought using
/afterGrace woiuld be the ticket.
In this case, you need to group the glissando as part of the first
argument of the af
David Sumbler writes:
> What I don't understand is why I need both the 8th-note and 16th-note
> entries. The name "beamExceptions" implies that one only needs to
> specify the exceptional beaming - but the 16th note version is already
> the default. Is it the case that if any exception is descr
What I don't understand is why I need both the 8th-note and 16th-note
entries. The name "beamExceptions" implies that one only needs to
specify the exceptional beaming - but the 16th note version is already
the default. Is it the case that if /any/ exception is described,
then one has to de
11 matches
Mail list logo