bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 836 in lilypond: [in progress] output-suffix as a (Score) cont


From: lilypond
Subject: Re: Issue 836 in lilypond: [in progress] output-suffix as a (Score) context property
Date: Thu, 18 Mar 2010 13:26:24 +0000

Updates:
        Status: Verified

Comment #9 on issue 836 by brownian.box: [in progress] output-suffix as a (Score) context property
http://code.google.com/p/lilypond/issues/detail?id=836

This feature now (2.13.16 here) can be used in either of two ways:

%--------------------------------------
% example.ly:

% either this:
"output-suffix" = "SomeThing"

\book {
  % or this (obviously, will override previous one):
  \bookOutputSuffix "SomeOtherThing"
  \new Score { c'' c'' c'' c'' }
}
%--------------------------------------

Then "lilypond example.ly" produces example-VocalScore.pdf.

I guess, "output-suffix" = "VocalScore" is a bit strange :-)

And i believe this should be documented (i've not found this in NR "3.1.2 Multiple
scores in a book").

What is the best practice? "Verify" this issue and open a new one? Or, better, wait
for a docs update?

:-| Well, this is verified, anyway.

--
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]