bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1041 in lilypond: Output suffix/prefix for score should be docume


From: lilypond
Subject: Issue 1041 in lilypond: Output suffix/prefix for score should be documented
Date: Fri, 19 Mar 2010 07:15:03 +0000

Status: Accepted
Owner: ----
Labels: Type-Documentation Priority-Critical

New issue 1041 by brownian.box: Output suffix/prefix for score should be documented
http://code.google.com/p/lilypond/issues/detail?id=1041

Now we can specify output filename, prefix and suffix for a score, see the
issue 836.

A-kind-of-example is:

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

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

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

I guess, the same is possible for filename and prefix.

This feature should be documented.

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