At http://lilypond.org/bugs/v2.8/, you can find a list of other open bugs
that were not considered serious enough to stop the release of 2.8.
If you consider this specific bug serious enough to sponsor a correction,
see http://lilypond-design.com/sponsor/ for more information.
/Mats
Enrico Lic
As soon as you write a \time ... or s1 or break, LilyPond will silently
create
a stave to be able to handle the time signature and so on. This stave is
then
used also for the melody, unless you explicitly ask for a new stave.
In the following modified version of your code, I have added a line th
When I change the defaults like in the following example
(myStaffSize...), the fonts are not scaled to staffsize.
When I delete the "myStaffSize" part it works.
Is this a bug or did I make a mistake?
Thomas
Windows XP
LilyPond 2.8.1
Code:
--
\version "2.7.40"
#(set-global-staff-size 26)
#(ly:se
Can Lily utilize one of those "jazz" fonts that look like hand notation?
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
I have been messing about with some music for about an hour, and I managed to put in a coda symbol, though I am unsure of how to drop in the "Last time to coda" text on the score. I assume it is embedded in the code for the notes? What command do I use?
Repeats - I can get a repeat sign, but w
It's much easier to answer your questions if you include some
examples of the code you have tried. If possible, try to reduce
your examples in size to a few lines of code that still illustrate
the problem you are facing. If you (and we) are lucky, you might
even find the solution while doing it.
Last time I answered that question on the mailing list I said
"In theory yes! In practice, it's probably quite much work involved
to get it working." and I haven't heard any other opinions.
/Mats
Stan Mulder wrote:
Can Lily utilize one of those "jazz" fonts that look like hand notation?
_
I tried this myself last night (in Linux) - no luck. Lilypond created an
SVG file: Inkscape opened it but displayed only the staff lines and a few
other bits; OpenOffice tried to open it but failed with a 'general
input/output error'. I suspect there is a problem with fonts but I couldn't
be
I GOT IT
I am happy to inform you, that I found a way importing Lilypond into
Opendocument:
Import the Lilypond ps file in Scribus. Export it as eps file. Import the eps
file in OpenOffice!
It is not the direct way, but you will get the best resolution and the
possibility to resize the im
Hi!
I've installed lilypond v2.8 on windows xp. It is not a cygwin version. I
must be stupid, but I cannot find how to run convert-ly in my case!?! I've
read that a DOS prompt is not the right way, and a simple or double click on
it does not allow me to inform it which file I want to convert.
E
--
On Tuesday 02 May 2006 09:06, Tomas Valusek wrote:
> Hello,
>
> I'm trying to figure out an overall object hierarchy of LilyPond. The
> only way I've discovered so far is to traverse programmers guide and
> follow links. But this is very tedious, since if I want to get something
> done in non-defau
Jay Hamilton, Sound and Silence wrote:
There is a notice in the sponsoring section of the website that
lists something about OOorg. I wrote and asked Han-Wen about it
and was told that there was a bridge that made the project possible
but that it would be expensive
You might want to take
On Thursday 04 May 2006 06:21, Arjan Bos wrote:
> Erik,
>
> That's a great document! I've read about half of it now and it does a
> very good job to explain to me how LilyPond works. And seeing the
> date on the title page, I think I have to congratulate you on your
> Masters Degree! Well Done!
Th
Attempting to make myself a practice sheet. I cant seem to put chord
names above the fret diagrams. Any suggestions ?
\version "2.8.1"
{
\key c \major
^\markup \fret-diagram #"6-x;5-3;4-2;3-o;2-1;1-o;"
^\markup \fret-diagram #"6-1;5-1;4-3;3-2;2-2;1-1;"
\key c \major
^\markup \fret-diagram #"6-
Hi everyone,
This is my first time posting to the list, and after doing some
searches I couldn't seem to find an answer to this problem.
Basically, I am doing a proportional notation (see the code below)
and am doing this by entering 32nd notes. What I would like to do is
either:
hide t
This is the nearest thing I could figure out. It shows what I am trying
to get at, but I would rather use \chords or \ChordNames
--
\version "2.8.1"
{
\key c \major
<<
8
^\markup \fret-diagram #"6-x;5-3;4-2;3-o;2-1;1-o;"
^\markup{ \fontsize #6 \bold C }
>>
<<
8
^\markup \fret-diagram #"6-1;5-1;4
16 matches
Mail list logo