On Thursday 24 August 2006 17:39, Han-Wen Nienhuys wrote:
> Steve D wrote:
> > On Tue, Aug 22, 2006 at 10:55:05AM +0200, Han-Wen Nienhuys wrote:
> >>> it's easiest to add a property so you can do
> >>>
> >>> cost: 65 EUR.
> >
> > Werner LEMBERG then asked:
> >> Just wondering what the much simpl
Hi,
I'm trying to manually alter some slurs, by setting
the control points. This seems, however, not to work across page breaks. I know
one solution is to ensure there is no page break, but that's not possible in
this case. Is there any way of dealing with slurs over page breaks?
Cheers,
Oops. You were basically right, Mats. Here's a bit that works:
%%% BEGIN
\version "2.9.10"
\new Staff {
\set Staff.timeSignatureFraction = #'(7 . 16)
\time 2/4
c'4
c'4
}
%%% END
Thanks as always!
(Right property, different context. Has nothing to do with .9.10
versus .9.1
Alas ...
%%% BEGIN
\version "2.9.10"
\new Staff {
\set Timing.timeSignatureFraction = #'(7 . 16)
\time 2/4
c'4
c'4
}
%%% END
... interprets with no errors, but still prints as 2/4 ...
Perhaps because 2.9.10 ... I'll check with .13 in a bit ...
On 8/24/06, Mats Bengtss
Try
\time 2/4
\set Timing.timeSignatureFraction = #'(7 . 16)
/Mats
Quoting Trevor Bača <[EMAIL PROTECTED]>:
Hi,
Is there a way to change the printed numerator and denominator of a
time signature?
Seems like something here should do it, but all versions print as 2/4.
%%% BEGIN %%%
\ver
Hi,
Is there a way to change the printed numerator and denominator of a
time signature?
Seems like something here should do it, but all versions print as 2/4.
%%% BEGIN %%%
\version "2.9.13"
\new Staff {
%\once \override TimeSignature #'fraction = #'(7 . 16)
%\once \override Staff.TimeSig
I don't know what's wrong with Lilypond, but something's happened to it, and now
when it starts to parse my .ly files, it will just stop processing and open
outdated .pdf files.
I'm using the pre-built LilyPond.app packages on Mac OS X Tiger 10.4.7 with an
iBook G4.
My cousin was trying to run the
Steve D wrote:
On Tue, Aug 22, 2006 at 10:55:05AM +0200, Han-Wen Nienhuys wrote:
it's easiest to add a property so you can do
cost: 65 EUR.
Werner LEMBERG then asked:
Just wondering what the much simpler syntax
costs...
Han-Wen Nienhuys responded:
I can put it in for 35 eur extra, I
Will Oram wrote:
This is the smallest reproduction I could manage. Note that this does
not include any of the parameter changes I listed in the original mail.
This is, for the most part, strictly basic engraving.
fixed.
--
Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen
Graham Percival wrote:
Han-Wen Nienhuys wrote:
Graham Percival wrote:
Han-Wen Nienhuys wrote:
Use the -dno-gs-font-load to force font embedding.
-deps-font-include
which will cause the individual per-system EPS files to contain fonts.
I've added this under general lilypond arguments. Ca
What LilyPond version do you use?
Did you follow the instructions in the manual on how to produce
a PS and PDF file from the lytex document using the flag --psfonts
to lilypond-book and -h ... to dvips?
Note also that lilypond-book by default will set the line width of the
music examples to be t
Hi, how does \char #integer work? (See chapter 8.1.6 of the LilyPond Guide.) Whenever I use something like copyright = \markup { \char #169 } or copyright = \markup \char #169 the corresponding *.ly file does not compile, although the logfile does not indicate any syntax
This is the smallest reproduction I could manage. Note that this does
not include any of the parameter changes I listed in the original
mail. This is, for the most part, strictly basic engraving.
Also, there is a higher level .ly that calls this block, but it is
basically \include { ... };
Han-Wen Nienhuys wrote:
Graham Percival wrote:
Han-Wen Nienhuys wrote:
Use the -dno-gs-font-load to force font embedding.
-deps-font-include
which will cause the individual per-system EPS files to contain fonts.
I've added this under general lilypond arguments. Can this be used in
lilyp
Graham Percival wrote:
Sorry, I'm confused now. Does
\header{
tagline = ##f
}
reduce the BBox, or must we use
use
oddFooterMarkup=##f
oddHeaderMarkup=##f
bookTitleMarkup = ##f
scoreTitleMarkup = ##f
Setting oddFooterMarkup obviates the tagline setting.
--
Han-Wen Nienhuys - [E
Han-Wen Nienhuys wrote:
try
lilypond -b eps bla.ly
and set
tagline = ##f
in the
\header {}
Sorry, I'm confused now. Does
\header{
tagline = ##f
}
reduce the BBox, or must we use
\paper{
oddFooterMarkup=##f
}
- Graham
___
lilypond-
Graham Percival wrote:
Han-Wen Nienhuys wrote:
Use the -dno-gs-font-load to force font embedding.
-deps-font-include
which will cause the individual per-system EPS files to contain fonts.
I've added this under general lilypond arguments. Can this be used in
lilypond-book? I can't see a
Trevor Bača wrote:
> Well, if Steve or Vivian or Hans or somebody is willing to help out,
> then I'm willing to pitch in on the sponsoring too.
>
> I'm about to have cross-staff stuff all over some piano music and also
> between different *string* staves as well. So a question.
>
> QUESTION: will
Han-Wen Nienhuys wrote:
Use the -dno-gs-font-load to force font embedding.
-deps-font-include
which will cause the individual per-system EPS files to contain fonts.
I've added this under general lilypond arguments. Can this be used in
lilypond-book? I can't see a -d option for -book.
C
19 matches
Mail list logo