lilypond-user
[Top][All Lists]
Advanced

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

Re: changing file name of midi output


From: Karlin High
Subject: Re: changing file name of midi output
Date: Wed, 13 Jun 2018 09:29:15 -0500
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0

On 6/13/2018 9:03 AM, Gianmaria Lari wrote:

Is there any way to change the numeration like this:

    document-01.mid
    document-02.mid
    document-03.mid

I asked The Google for "lilypond output file name." It found this:

<http://lilypond.org/doc/v2.19/Documentation/notation/output-file-names>

% BEGIN LILYPOND CODE

\version "2.19.81"

\book {
  \bookOutputSuffix "01"
  \score {
    { a b }
    \midi { }
  }
}

\book {
  \bookOutputSuffix "02"
  \score {
    { a b }
    \midi { }
  }
}

\book {
  \bookOutputSuffix "03"
  \score {
    { a b }
    \midi { }
  }
}

% END LILYPOND CODE
--
Karlin High
Missouri, USA



reply via email to

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