On Tue, 6 Jan 2004, [ISO-8859-15] José Luis Cruz wrote:
> I reccomend you take a look at the tutorial avaliable at:
>
I tried it but to tell the truth: I'm despaired:
I tried to convert the LilyPond 1.x definition for flat
symbol in texts:
#(define flat '((raise . 0.2) (font-relative-size . -1
HI,
Just a small question why is scheme stuff used for making accidentals?
I thought that a note c would become cis for a sharp and ces for a flat
or a double sharp cisis etc.
Aaron
Joerg Anders wrote:
On Tue, 6 Jan 2004, [ISO-8859-15] José Luis Cruz wrote:
I reccomend you take a look at t
On Mon, 12 Jan 2004, Aaron wrote:
> Just a small question why is scheme stuff used for making accidentals?
> I thought that a note c would become cis for a sharp and ces for a flat
> or a double sharp cisis etc.
I want to make chord annotations C#7
Ok, I know there is a LilyPond inherent chord
On Monday 12 January 2004 10.13, Joerg Anders wrote:
> On Tue, 6 Jan 2004, [ISO-8859-15] José Luis Cruz wrote:
> > I reccomend you take a look at the tutorial avaliable at:
>
> I tried it but to tell the truth: I'm despaired:
>
> I tried to convert the LilyPond 1.x definition for flat
> symbol in t
No, not at the moment. Of course, you could add spaces at the end
of a syllable to fool LilyPond into thinking it's longer:
\lyrics { a "long " word } or \lyrics{ a long_ word }
Send it as a feature request to bug-lilypond if you think it's
an important feature to add to the program.
/Ma
As has already been answered, you can insert a \break to
force a line break. Note, however, that LilyPond will only
consider breaking lines where you have a bar line. So, if
you are typesetting a cadenza or something else without
regular bar lines, you may have to insert a blank bar line
where you
On Mon, 12 Jan 2004, Erik Sandberg wrote:
>
> What you want is probably
> flat = \markup { \raise #0.2 \smaller \musicglyph #"accidentals--2" }
>
Thank you!
Last question: What happend with the wavy lines:
g \spanrequest \start "text" g \spanrequest \stop "text"
in LilyPond-1.x ?
--
J.An
On Monday 12 January 2004 12.42, Joerg Anders wrote:
> On Mon, 12 Jan 2004, Erik Sandberg wrote:
> > What you want is probably
> > flat = \markup { \raise #0.2 \smaller \musicglyph #"accidentals--2" }
>
> Thank you!
>
> Last question: What happend with the wavy lines:
>
> g \spanrequest \start "te
Hi,
To answer my own question and for the benefit of others:
I found an interesting idea on somebody's website:
http://gem.win.co.nz/mb/misc/shellcmds.txt along with some other
interesting PS type jobs.
At the bottom, there is mention of some tools from the psutils package,
namely psbook and psnu
Our US Licensed Doctors will
Prescribes Your Medication For Free
Medications Shipped Overnight To Your Do.
show
Me more
booty cartel quest camelback coma butterball amnesia asplenium armillaria grieve michelson buzzword contraceptive earring upswing curvilinear sweaty inelastic dopple
On Mon, 12 Jan 2004, Erik Sandberg wrote:
>
> I took your code, added \score {\notes{ }} around it, and ran "convert-ly -f
> 1.6" on it :). Here's the result, which works:
>
> \score {
> \notes {
> g #(ly:export (make-span-event 'TextSpanEvent START)) g #(ly:export
> (make-span-event 'TextSpa
Howdy,
I've recently upgraded to SUSE 9 which came with Lilypond 1.8.1. Problem is, it won't
run. I get the following error message when I type 'lilypond'
GNU LilyPond 1.8.1ERROR: In procedure primitive-load-path:
ERROR: Unable to find file "lily.scm" in load path
Can someone tell me where t
Joerg Anders writes:
> Unfortunately, it does not create a wavy line. But I'll leave all untouched.
> If somebody has any suggestions let me know.
This seems to have dropped from the documentation when 'type was
renamed to 'style.
Try:
\relative c' { c1
\property Voice.TextSpanner \s
Suzanne E. Blatt writes:
> Howdy,
>
> I've recently upgraded to SUSE 9 which came with Lilypond 1.8.1.
> Problem is, it won't run. I get the following error message when I
> type 'lilypond'
Did you see this thread?
http://mail.gnu.org/archive/html/bug-lilypond/2004-01/msg00025.html
--
Jan Nie
Hi,
I tried this, and they look cool.
In addition to what Rune wrote:
sright = {
\once \property Voice.scriptHorizontal = ##t
\once \property Voice.TextScript \override #'direction = #right
>>\once \property Voice.TextScript \override #'padding = #0.5
}
...I found that changing the pa
If you want the dynamics centered between the two staves,
go to www.lilypond.org, click on Documentation, then on
Templates and look at the template called piano-dynamics.ly.
/Mats
Alberto Manuel Brandao Simoes wrote:
Hmms.. hello all :)
Answering also Nick, I am using lilypond 2.01 in slackwa
> Linux, slackware.
Then you should probably file a bug report with the slackware package
maintainer.
> On Sat, Jan 10, 2004 at 09:26:07AM +0100, Jan Nieuwenhuizen wrote:
> | Alberto Simoes writes:
> |
> | > I've read it somewhere, but I can't find it... is there an emacs mode
> | > for mudela
The property setting means that the lyrics is typeset within a rectangle
that extends at least 3 units down (that's that -3) and 3 units up
elative to the baseline of the lyrics. This rectangle is then put next
to the rectangle where the stave is typeset (see Documentation ->
Program reference ->Tr
[EMAIL PROTECTED] writes:
>
> Howdy,
>
> I've recently upgraded to SUSE 9 which came with Lilypond 1.8.1.
> Problem is, it won't run. I get the following error message when I
> type 'lilypond'
In that case, you should report a bug with SuSE, who seem to have made
an error in packaging Lilypond.
lilypond v2.1.6
4/4 time, end of piece:
note1( note1 note8) r r4 r2 R1 \bar "|."
lyric:
word--.
The last syllable of a hyphenated word begins on the first whole note.
I have a similar situation earlier, except that the notes are two whole
notes tied together.
The following wor
How do you force lilypond to use a certain number of measures per
system?
Thanks,
Carl Youngblood
smime.p7s
Description: S/MIME cryptographic signature
___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user
The predefined \endincipit macro seems to work in 2.0, see
http://lilypond.org/doc/v2.0/input/test/out-www/collated-files.html#incipit.ly
For the record, the macro definition (found in ly//property-init.ly) is
% End the incipit and print a ``normal line start''.
endincipit = \notes \context Staff {
Hi all,
Debian Sid packages (binary and sources) of Lilypond 2.1.8 are
available from my website:
http://www.pedrokroeger.net/lilypond/
They're also apt-gettable adding the following line to sources.list:
deb http://www.pedrokroeger.net/lilypond/ ./
deb-src http://www.pedrokroeger.net/lilypond/
On Mon, 2004-01-12 at 16:35, Mats Bengtsson wrote:
> If you want the dynamics centered between the two staves,
> go to www.lilypond.org, click on Documentation, then on
> Templates and look at the template called piano-dynamics.ly.
>
> /Mats
Nice! It works! Thanks.
Now my problem is more a qu
Hi again.
I'm typesetting four hands music and it is common to have before the
piano stave the string 'Primo' and 'Secondo'
I've tried:
\score{
\context PianoStaff <<
\property Staff.instrument = "Primo "
\context Staff = up\primoUp
\context Dynamics = dyna
On Monday 12 January 2004 22.44, Carl Youngblood wrote:
> Thanks for the help. The only problem I have now is that this causes an
> empty staff to show up for the \repeat section. How do I get rid of
> this and still retain the number of measures per system that I want?
>
Put it into an existing
Nick Busigin <[EMAIL PROTECTED]> writes:
> Question: Will the examples in the Wicki eventually end up on the
>official "Tips & Tricks" page?
Yes, if somebody submits an appropriate patch to the
maintainers. The Wiki should be a temporary discussion
and information gathering place.
Hello, Carl:
How do you force lilypond to use a certain number of measures per
system?
Basically, you "superimpose" the break rules on the existing music,
using \simultaneous, the short-hand << >>, or some other method --
here's one example from the online docs:
For linebreaks at regular in
[ Mac OS X 10.2.8; Lilypond 2.0.1 ]
Hello, all --
I'm trying to engrave hairpins which end at the end of a measure (i.e.,
rather than the downbeat of the following measure), and was wondering
two things:
1. Is there a shorter way of getting the hairpins to extend to the very
end of the measu
* Paul Scott ([EMAIL PROTECTED]) wrote:
> I certainly appreciate your effort here but your packages always break
> my emacs setup and Ferenc's always work correctly. This is what emacs says:
>
>
> cd /home/paul/music/pima/
> lilypond /home/paul/music/pima/dy1r1.ly
> lilypond
Now I've tried. Thanks, it worked.
On Mon, 2004-01-12 at 22:29, Bertalan Fodor wrote:
> Did you try to use "\property PianoStaff.instrument"?
>
> > \score{
> > \context PianoStaff <<
> > \property Staff.instrument = "Primo "
> > \context Staff = up\primoUp
> > \contex
[EMAIL PROTECTED] writes:
> Nick Busigin <[EMAIL PROTECTED]> writes:
>
> > Question: Will the examples in the Wicki eventually end up on the
> >official "Tips & Tricks" page?
>
> Yes, if somebody submits an appropriate patch to the
> maintainers. The Wiki should be a temporary disc
> Nick Busigin <[EMAIL PROTECTED]> writes:
>
> > Question: Will the examples in the Wicki eventually end up on the
> >official "Tips & Tricks" page?
>
On Mon, 12 Jan 2004, Ferenc Wagner wrote:
> Yes, if somebody submits an appropriate patch to the
> maintainers. The Wiki should b
Pedro Kroger wrote:
Hi all,
Debian Sid packages (binary and sources) of Lilypond 2.1.8 are
available from my website:
Hi Pedro.
I certainly appreciate your effort here but your packages always break
my emacs setup and Ferenc's always work correctly. This is what emacs says:
---
Thanks for the help. The only problem I have now is that this causes an
empty staff to show up for the \repeat section. How do I get rid of
this and still retain the number of measures per system that I want?
Thanks,
Carl
On Jan 12, 2004, at 2:14 PM, Erik Sandberg wrote:
On Monday 12 January 2
[EMAIL PROTECTED] writes:
>
> Thanks for setting it up and thanks to Han-Wen for getting the links to
> the Wiki up so fast.
(Now let's hope that the wiki doesn't go down every weekend, like this
weekend)
--
Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen
__
Greetings. I am a big fan of GNU Lilypond, as well as a fellow hacker, so I
wanted to write in with some kudos for a job very well done. Recently, I've
been looking into publishing some sheet music books, and plan to use
Lilypond for the engraving. I had two questions (and here's hoping this is
the
Hi again.
I am using the octavation line (I hope this is the correct way to write
it) and it works. The only problem is that it is a little glues to slurs
and numbers. Is there any type of control of the distance between that
line and the stave?
Thanks for the help.
Alberto
___
Hey, y'all...
Han-Wen Nienhuys wrote:
For the tips & tricks, it is best if the each example is stripped to
its
bare essentials, and only demonstrates one and only one tip or trick.
I would agree with this *to a point*.
However, for my own learning curve -- especially when I'm a newbie in
some
Pedro Kroger wrote:
* Paul Scott ([EMAIL PROTECTED]) wrote:
I certainly appreciate your effort here but your packages always break
my emacs setup and Ferenc's always work correctly. This is what emacs says:
cd /home/paul/music/pima/
lilypond /home/paul/music/pima/dy1r1.l
Did you try to use "\property PianoStaff.instrument"?
> \score{
> \context PianoStaff <<
> \property Staff.instrument = "Primo "
> \context Staff = up\primoUp
> \context Dynamics = dynamics \primoDynamics
> \context Staff = down \primoDown
> >>
> .
41 matches
Mail list logo