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


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to