It's not supported in lilypond-book. In fact, the pdftex support in
LilyPond does exist but hasn't been very actively supported, so it's
highly likely to be broken. However, even if that part works, some
work would be required to include the support in lilypond-book.
/Mats
D Josiah Boothby wrote
Hi list.
I'm trying to start with lilypond book, for I want to translate a counterpoint
treaty (16th century)
from english to french.
I'm beginning to understand texinfo, but I can't manage to insert lily code
(when I run texinfo, it
says that it doesn't know where lily is..).
Can anyone sen
Don't use texinfo. I definitely recommend to use LaTeX instead to write
the document. You can find a full example of a lilypond-book LaTeX
document in the manual. For an introduction to LaTeX, I recommend
http://www.ctan.org/tex-archive/info/lshort/english/lshort.pdf
/Mats
Jean-marc LEGRAND wrote
I know there have been some changes related to these functions in
the recent development versions, but I don't know enough details
to say if it's easy to fix it in your version.
/Mats
Arjan Bos wrote:
Hi list,
I'm using 2.4.2
In my pieces I like to have the default marks (with \mark \default) to
Jean-marc LEGRAND wrote:
Hi list !
Working on XP with lily 2.4.2
I have to adjust the stem length of several notes beamed together.
I've tried :
\once \override Stem #'beamed-lengths = #'(4) a8 [b c d e f]
but it doesn't do anything, whereas
Sure it does something, try #'beamed-lengths = #'(20) t
Hi all,
I have some problems adjusting the page layout. Using
\paper {
leftmargin = 10\mm
linewidth = 165\mm
indent = 0.0
}
works fine (the additional left margin) with Lilypond (2.4.2) but has no
effect in lilyppond-book.
How can I achieve an adjustment of my scores in l
lilypond-book will typeset the scores using the linewidth used
in the rest of the LaTeX document, so just use ordinary LaTeX
commands to specify the page layout you wish. I would recommend
the geometry package. Run the command
texdoc geometry
to view the documentation (I'm not sure if the documenta
Hi list !
Still working on XP :o( with Lily 2.4.2.
I'm trying Latex and lilypond book : it seems quite great, but I have a slight
pb :
I want to insert in a text some noteheads without any staff. This is my lily
file, which goes OK
(thanks lily doc !) :
\paper {
linewidth = 30\mm
in
Hello folks,
I have been preparing several scores where it is useful to have the
ability to have numbered multi-rest bars rather than, say, 32 full bar
rests. I have been able to implement this using the following setting as
described in the manual:-
\set Score.skipBars = ##t
The only problem
Please always tell what LilyPond version you use, when sending a
question to the mailing list (actually a good practice is to include
a \version "..." statement in every .ly file you write).
Also, it's much easier to get help from the mailing list if you send
a full example that people can try dire
Ok, thanks for the answer.
It doesn't show up on the paper output, so it might just be a display
thing in my MacOS X / Fink setting somewhere. I'll wait and see what
2.6 will bring.
Arjan
On 24 feb 2005, at 9:41, Mats Bengtsson wrote:
I know there have been some changes related to these function
Thanks Mats, that is good advice - when attempting to reduce the file
size to make the problem more obvious to those on list as you suggested,
I actually found the problem - I had been including chord changes in the
tune which means that the rest bars were always be written out in full,
not in
There's a complete example of LaTeX and texinfo in the 2.5 manual.
Look in the "example templates" section.
- Graham
On 24-Feb-05, at 12:59 AM, Mats Bengtsson wrote:
Don't use texinfo. I definitely recommend to use LaTeX instead to write
the document. You can find a full example of a lilypond-book
Dear friends,
I tried to apply \RemoveEmptyStaffContext to a RhythmicStaff but it
didn't work, so I simply added the following lines to engraver-init.ly
right after the definition of RemoveEmptyStaffContext:
RemoveEmptyRhythmicStaffContext= \context {
\RhythmicStaff
\remove "Axis_group_e
Hello.
Is there an equivalent to
#(set-global-staff-size 16)
but for fonts?
The manual (v2.4.2) states
#(set-global-staff-size 14)
This sets the global default size to 14pt staff height, and
scales all fonts accordingly.
But the font is *not* sized appropriately.
In other words, is th
I am using lilypond-2.4.2 on windoze for the first time (have 2.2 on my
FreeBSD box). I am trying to use startTrillSpan and stopTrillSpan with a
skip note of duration 0 to make it stop before the bar line, but that
doesn't to work, the trill still continues across the barline and over
the first
16 matches
Mail list logo