bug-lilypond
[Top][All Lists]
Advanced

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

Re: Feature Request: ability to specify custom filename for midi output


From: Federico Bruni
Subject: Re: Feature Request: ability to specify custom filename for midi output
Date: Tue, 05 Feb 2013 09:08:27 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130107 Thunderbird/17.0.2

Il 04/02/2013 07:06, Javier Ruiz-Alma ha scritto:
Requesting adding the ability to state a filename for midi output from within
score's midi block (or other score-specific block).

\book{
   \bookpart{
       ...some markup
       \score{
          .....music for ScoreOne
          \layout{}
          \midi{ \set midifilename = "chap1-piece-one" }
       }
       ...more markup
       \score{
          .....music for ScoreTwo
          \layout{}
          \midi{ \set midifilename = "chap1-piece-two" }
       }
    }
   \bookpart{
       ...more markup
       \score{
          .....music for ScoreThree
          \layout{}
          \midi{ \set midifilename = "chap2-piece-one" }
       }
       ...more markup
       \score{
          .....music for ScoreTwo
          \layout{}
          \midi{ \set midifilename = "chap2-piece-two" }
       }
    }
}

Allows one to build a single book.ly file (collection of scores) that produces
a single "book.pdf" output, as well as individual midi files with user-
selected names significant to their content/context (i.e. chapter number,
composer, opus, etc.).


Thanks Javier, added here:
http://code.google.com/p/lilypond/issues/detail?id=3154

--
Federico



reply via email to

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