Hi David;
I must have misunderstood your suggestion :-(
%%%%%%%%
\midi {
\tempo 4=116
\volta 1 \p
\volta 2 \f
}
%%%%%%%%
I'm using Lilypond 2.22.2, \volta inside \midi {} is not accepted by Lilypond:
GNU LilyPond 2.22.2 (running Guile 2.2)
Processing `Screwed_it_up.ly'
Parsing...
Screwed_it_up.ly:97:5: error: unknown escaped string: `\volta'
\volta 1 \p
Screwed_it_up.ly:97:12: error: syntax error, unexpected UNSIGNED,
expecting '.' or '='
\volta
1 \p
Screwed_it_up.ly:98:5: error: unknown escaped string: `\volta'
\volta 2 \f
Interpreting music...[8][16]
Preprocessing graphical objects...
Interpreting music...
MIDI output to `Screwed_it_up.midi'...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
Converting to `Screwed_it_up.pdf'...
fatal error: failed files: "Screwed_it_up.ly"
On Wed, Aug 10, 2022 at 8:10 PM Kenneth Wolcott
<[email protected]> wrote:
>
> HI David;
>
> Thank you!
>
> Now what happens when I have multiple repeats with this situation?
>
> Ken
>
> On Wed, Aug 10, 2022 at 7:51 PM David Kastrup <[email protected]> wrote:
> >
> > Kenneth Wolcott <[email protected]> writes:
> >
> > > HI;
> > >
> > > first repeat at low dynamic; next repeat at higher dynamic; how to do
> > > this for midi output?
> >
> > << \volta 1 \p
> > \volta 2 \f
> > >>
> >
> > in the \midi section should likely work.
> >
> > --
> > David Kastrup