What do the following messages mean ?
error: Already have music in score
error: This is the previous music
(Using LilyPond 2.4.2)
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
Forwarded to the bug-lilypond mailing list. It seems that
someone has updated the link on the web page but forgot to
upload the actual files.
Please send bug reports directly to bug-lilypond@gnu.org in the
future.
/Mats
Luis G. López wrote:
Hi! :-)
Thank you so much for your reply!!!
I qu
I assume that you explicitly write out \score{...} in your file.
Then, you should note that the syntax is (schematically)
\score{
}
where should be a musical expression, i.e.
- a single note
or
- a sequence of notes/musical expressions : { c d e f }
or
- a set of simultaneous n
andrew Black writes:
> What do the following messages mean ?
Pretty much what they say. Did you snip away part of the messages,
the .ly context is missing?
> error: Already have music in score
Error means that something is wrong. A \score block can only contain
one piece of music. For multip
How about something like
\markup { \vcenter {\fontsize #3 ( \teeny \number \column { "6" "4" }
\fontsize #3 ) } }
/Mats
Bec and John Silva wrote:
Hi,
Thanks guys for your excellent responses!
One final question on the issue - is it possible to wrap the time
signature in parenthesis inst
Hi there! (this is LilyPond 2.6 on MacOSX)
I still try to typeset my lyrics in another font.
While I can't find the right place for
\override Lyrics.LyricText #'font-name = #"Gentium"
(it doesn't complain within Staff context, but does nothing - is
Lyrics.LyricText right?)
I checked if it w
Hi I am formmating a book and need to have an image on
the top of each page. I would like to add it to one of
the header tags.
How do I do this? a quick perusal of the docs doesn't
yield me the answer to this question or did google.
Thanks
Aaron
___
Normally, when you set an object property, you set it
within the current context (for example within the current
Lyrics context). So if you want to set the font-name for a
specific line of lyrics, you can do
\score{
<<
...
\new Lyrics{ \override LyricText #'font-name = #"Gentium" ... }
...
Jan Nieuwenhuizen writes:
[moved from -devel, sorry for resend]
Hi there,
You all reported the same error for Bertalan's Cygwin test version of
lilypond-2.6.0
http://lists.gnu.org/archive/html/lilypond-user/2005-07/msg00181.html
I just checked, and it works for me.
We do still not have a
Jan Nieuwenhuizen writes:
[moved from -devel]
Hi there,
You all reported the same error for Bertalan's Cygwin test version of
lilypond-2.6.0
http://lists.gnu.org/archive/html/lilypond-user/2005-07/msg00181.html
I just checked, and it works for me.
We do still not have a useful bug report
Sorry, I happened to send the email before it was finished.
Read in "10.1.13 Creating titles" on how to redefine what's printed
in the page header. Then, browse through the list in "8.1.7 Overview of
text markup commands" to find out how to include an EPS file with the
image.
/Mats
Aaron Mehl
Read in "10.1.13 Creating titles" on how to redefine what's printed
in the page header. Then, browse through the list in "8.1.7 Overview of
text markup commands
Aaron Mehl wrote:
Hi I am formmating a book and need to have an image on
the top of each page. I would like to add it to one of
the h
On 4-Aug-05, at 4:41 AM, Aaron Mehl wrote:
Hi I am formmating a book and need to have an image on
the top of each page. I would like to add it to one of
the header tags.
If it's in .eps format, you can use
\markup{ \epsfile "foo.eps" }
See "Overview of text markup commands".
- Graham
Yeah I saw that so my only option is eps?
what about svg?
png?
Thanks
Aaron
--- Mats Bengtsson <[EMAIL PROTECTED]> wrote:
> Sorry, I happened to send the email before it was
> finished.
>
> Read in "10.1.13 Creating titles" on how to redefine
> what's printed
> in the page header. Then, browse
Mats Bengtsson writes:
> Forwarded to the bug-lilypond mailing list. It seems that
> someone has updated the link on the web page but forgot to
> upload the actual files.
This is now fixed. However, please wait for the upcoming 2.6.3.
Jan.
--
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPo
Wow this is exactly what I am trying to do.
I have 16 songs with titles and lyrics that I want to
put one after the other.
I did:
\version "2.7.2"
\paper{ printallheaders}
\score { \include
"/demudi/projectnigun/notation/norai/lily/ly/a4gis8e4.e8gis16gis8.gis4.e8f4.e8d2a4.b8c4b8gis2.a4.b8d1
Yeah I saw that so my only option is eps?
I guess it must work unchanged with PostScript output; but you can
convert everything in an EPS (use Imagemagick/GhostScript).
Greetlings from Lake Constance
---
fiëé visuëlle
Henning Hraban Ramm
http://www.fiee.net
http://angerweit.tikon.ch/lieder/
Funny naming convention for your files!
An \include "somefile.ly" is completely equivalent to taking the
contents of the file and pasting it into the current file at the
point where you do the \include. If you think for a minute what
the result would be, I'm sure you realize why your attempt does
Am 2005-08-04 um 13:38 schrieb Mats Bengtsson:
\new Lyrics{ \override LyricText #'font-name = #"Gentium" ... }
Ah, that works - but only with Verdana. I'm puzzled.
Most font names gave the quoted error, but since I tried Verdana, I
get no error any more, but only Verdana.
Looks to me lik
can anyone show me an example of using \markup { \epsfile filename} ? this is
what I have:
b''' 8^markup { \epsfile test.eps }
I can't find any other information on this command. my eps file was made in
the gimp. Using lilypond 2.6.1 compiled from source on debian
unstable/testing.
Art
__
Seriously, if you try something like
\paper{printallheaders = ##t}
\include "file1.ly"
\include "file2.ly"
...
then it should work reasonably well. What you have to do in each
of the included files is to move the \header{...} into the \score{...}
(then you will need the \paper{printallheaders = #
There is an example in the Regressions Test document included in the
on-line documentation.
/Mats
Arthur Moore wrote:
can anyone show me an example of using \markup { \epsfile filename} ? this is
what I have:
b''' 8^markup { \epsfile test.eps }
I can't find any other information on this
I am using lily 2.4.5 on Debian.
For some unknown reason grace notes specified with \appoggiatura or
\acciaccatura do not show up in the .ps file where only a short vertical bar is
visible instead.
Do you have any suggestion about what to do to identify the cause of this
malfunctioning?
Thank yo
Well I tried it, maybe not correctly and I got the
following on running lilypond on the file itself:
ilypond
a4gis8e4.e8gis16gis8.gis4.e8f4.e8d2a4.b8c4b8gis2.a4.b8d16gis4.f8e4e8gis4f8-ra.ly
GNU LilyPond 2.7.3
Processing
`a4gis8e4.e8gis16gis8.gis4.e8f4.e8d2a4.b8c4b8gis2.a4.b8d16gis4.f8e4e8gis4f8-ra.
On Thu, 04 Aug 2005 12:54:05 +0200
Han-Wen wrote:
> fixed in CVS.
And here too, I guess (as Chopin was overriding beaming a lot:-)
2.6.3 is out. It fixes a memory corruption bug that was triggered by
\override'ing Beam settings.
Thanks a LOT!
--
dax2-tele2adsl:dk -- http://d-axel.dk/ Donald
I've made a gimp eps file and It poops out this error when I run lilypond:
Converting to `test.pdf'...
`gs -q -dSAFER -dCompatibilityLevel=1.4 -sPAPERSIZE="letter"
-dNOPAUSE -dBATCH -r1200 -sDEVICE=pdfwrite -sOutputFile="test.pdf" -c
.setpdfwrite -f "test.ps"' failed (256)
It looks like the p
The header has to be placed after the music in \score{...}, i.e.
\score{
some music
possibly a \layout{...}
possibly a \midi{...}
\header{...}
}
/Mats
Aaron Mehl wrote:
Well I tried it, maybe not correctly and I got the
following on running lilypond on the file itself:
ilypond
a4gis8
Does it look as if the vertical bar could be the stem of the grace note
and that it's the note head and flag that is missing?
In that case, I would suspect something wrong with the font files.
One way to verify that is to take any normal .ly file and try to typeset
it in 11pt and 13pt size and see
I'm not sure I did it right, but I've attached what I got from running the
following commands:
lilypond --verbose /usr/share/doc/lilypond-2.6.0/input/simple-song.ly >
lily.log 2>&1
cygcheck -sv >> bug 2>&1
echo
cd /usr/share/lilypond/2.6.0/fonts/type1 ~/.fonts.conf
fc-list >> bug 2>&1
lil
Rob Vlasaty writes:
> I'm not sure I did it right, but I've attached what I got from running the
> following commands:
Thanks. There are a couple of strange things:
Initializing FontConfig...Fontconfig error: "~/.fonts.conf", line 1: no
element
found
what is/was in you ~/.fonts.conf?
On Thu, 4 Aug 2005 01:17:34 +0200
dax2 wrote:
> Han Wen asked me to send full source (which I did but not on the list,
> anyone can see it here: http://www.d-axel.dk/pub/music/TOOBIGSNIPPET/
And Lilypond-2.6.3 manages beautifully; this is an update for
Mutopia-project. The note-printing is fine.
> > Initializing FontConfig...Fontconfig error: "~/.fonts.conf", > line 1: no element > found > > what is/was in you ~/.fonts.conf? >
My file .fonts.conf that gets created in my working directory is empty.
> > Can you check if you have the xorg-11-fscl package installed, and what > happens if yo
Hi!
Please excuse me! Didn't know about the forwarding.
I finally downloaded 2.6.2 package, installed it but got the same problem:
---
/usr/bin/lilypond-bin-2.6.2: /usr/lib/libstdc++.so.6: version
`GLIBCXX_3.4.4' not found (required by /usr/bin/lilypond-bin-2.6.2)
---
Do you thin
33 matches
Mail list logo