bug-lilypond
[Top][All Lists]
Advanced

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

Issue 404 in lilypond: request: setting the output filename


From: codesite-noreply
Subject: Issue 404 in lilypond: request: setting the output filename
Date: Tue, 14 Aug 2007 02:25:15 -0700

Issue 404: request: setting the output filename
http://code.google.com/p/lilypond/issues/detail?id=404

New issue report by gpermus:
This is particularly a problem for me when I have multiple \book-s in a
single .ly file -- the default file naming (file-1.pdf, file-2.pdf) is not
very helpful. I would prefer to do something like:

\book
{
    #(set-output-name "VocalScore")
    \score
    {
        << \vocalMusic >>
    }
}

\book
{
    #(set-output-name "PianoVocalScore")
    \score
    {
        <<
            \new Staff << \vocalMusic >>
            \new PianoStaff << \pianoMusic >>
       >>
    }
}

which would generate the files VocalScore.pdf and PianoVocalScore.pdf


Issue attributes:
        Status: Accepted
        Owner: gpermus
        Labels: Type-Enhancement Priority-Low

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

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