> From: Graham Percival [mailto:[EMAIL PROTECTED]
>
> To make lilypond bagpipe stuff easier, I propose that we include these
> commands in ly/property-init.ly
> Any objections? Should they go in a different file instead?
>
> hideKeySignature = {
>\override Score.KeySignature #'print-functio
On 3-Aug-05, at 10:53 PM, Graham Percival wrote:
[1] extra-offset would certainly work, but that occurs after lilypond
has typeset everything else; this would result in a lot of blank space
between staff lines.
Never mind this -- I just discovered that setting a negative #'padding
will work.
from input/regression/markup-word-wrap.ly does
(linewidth . 40)
mean 40% of the pagewidth, or 40 mm, or...? I'd like to add a note
about linewidth in the doc string for wordwrap and justify, since
setting the linewidth is very important for using these commands.
(example of usage)
\markup {
\
I initially reported this as a bug (since it's an undocumented change
of feature), but after thinking about it, I hope it's not a bug. (ie
that
\mark will continue to act in this new way)
http://lists.gnu.org/archive/html/bug-lilypond/2005-08/msg1.html
As that (silly) example demonstrates
To make lilypond bagpipe stuff easier, I propose that we include these
commands in ly/property-init.ly
Any objections? Should they go in a different file instead?
hideKeySignature = {
\override Score.KeySignature #'print-function = ##f
\set Score.extraNatural = ##f
#(set-accidental-style
Bertalan Fodor <[EMAIL PROTECTED]> writes:
>>Bertalan: I'd apreciate if you could give me a few pointers of how you
>>have done things, just to easy things for me.
thanks for your help. I'm building a windows-98 cygwin devel box using
qemu (easier for me so I don't have to be dual booting). I'll
Have you figured out how to do this yet?
It seems that many of us have modified the default configuration
of dvips and forgot that the default is to send the output directly
to the printer, not to save it to the file.
The instructions at
http://lilypond.org/doc/v2.6/Documentation/user/out-www/li
Bertalan: I'd apreciate if you could give me a few pointers of how you
have done things, just to easy things for me.
- I used mknetrel. My last cygwin/mknetrel is attached. (No patch yet,
sorry.)
- I also attach a shell script that describes quite well what is missing
from mknetrel, and wha