lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: first repeat at low dynamic; next repeat at higher dynamic; how to d


From: Kenneth Wolcott
Subject: Re: first repeat at low dynamic; next repeat at higher dynamic; how to do this for midi output?
Date: Wed, 10 Aug 2022 20:26:55 -0700

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
<kennethwolcott@gmail.com> 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 <dak@gnu.org> wrote:
> >
> > Kenneth Wolcott <kennethwolcott@gmail.com> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]