to follow up on my own question of a few days ago:
i've found that follow.Voice is also functional in a StaffGroup context,
and that one can fill the spaces voided by the translated voice with
rests. this makes follow.Voice useful in the context of a larger score,
to indicate where one instrume
Had character encoding been an issue, lilypond would have choked on my
input long ago.
I use BBEdit Lite
(http://www.barebones.com/products/bbedit/index.shtml) to write code.
It works in ASCII, mostly because it's meant more of a code editor than
anything else.
I don't have any compression ut
This is a commented log of my try to install lilypond. Maybe it can be
useful to help me install it (already have manuals printed... but
without the software it is hard to write music :-).
My linux box is an old Slackware 8.0 updated with:
gcc 3.3
glibc 2.3.2
and many more software like perl, m
is it possible to implement voice-following lines in scores with more
than two staves? the documentation only refers to piano staff contexts.
-p
___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user
[EMAIL PROTECTED] writes:
> If you run ly2dvi -k and check the LaTeX wrapper file
> ly2dvi.dir/ClarinettoI.latex that ly2dvi generates and uses,
> you will notice that it includes the line
> \geometry{twosideshift=4mm}
> which means that LaTeX turns into double sided mode and shifts
> odd pages 4mm
> >
> > example.ly -
> > \version "1.8.1"
> >
> > harmonies = \chords {
> > des1:maj7/+f | g:m7.5-/+f
> > }
> >
> > \score {
> > \notes <
> > \context ChordNames { \harmonies }
> > \context Staff { \harmonies }
> >
> > \paper{ }
> > }
> > - end example.ly ---
>
Thanks. That fixed the problem. I would have never discovered that one. My
noteheads are correct now.
- Original Message -
From: Mats Bengtsson <[EMAIL PROTECTED]>
Date: Tue, 09 Sep 2003 11:33:13 +0200
To: Rob Vlasaty <[EMAIL PROTECTED]>
Subject: Re: Lilypond 1.8.1 and Cygwin
>
> >
On Tuesday 09 September 2003 05:46 am, Han-Wen Nienhuys wrote:
> [EMAIL PROTECTED] writes:
> > the second chord does not get the "/F". Lilypond gets the notes
> > right, as shown by the Staff context, but the bass F does not
> > appear in the name of the chord.
> >
> > I'm not sure I've got the rig
On Tuesday 09 September 2003 05:04 am, Matthieu Amiguet wrote:
> This is to continue my post of last week.
>
> I thought it unlikely to find a bug in lilypond in the very first
> page of music I tried to typeset,and I thought I must have
> misunderstood something. But as nobody seems to have an ide
If you run ly2dvi -k and check the LaTeX wrapper file
ly2dvi.dir/ClarinettoI.latex that ly2dvi generates and uses,
you will notice that it includes the line
\geometry{twosideshift=4mm}
which means that LaTeX turns into double sided mode and shifts
odd pages 4mm to the right and even pages 4mm to th
Dear Mats,
Of course I did exaclty what is in the doc but with or without the \paper section, the
result is the same: the left and right margins are note the same. Please see the attached
file and compile it with:
"ly2dvi -p ClarinetteI.ly"
Note that the .dvi and the .ps files have the same prob
The default paper size is A4. Exactly how do you set
papersize="a4"? I hope you have seen the instructions at
http://lilypond.org/doc/v1.8/Documentation/user/out-www/lilypond/Page-layout.html
unfortunately you have to do it exactly as described here, which is
not very intuitive (or you could just r
[EMAIL PROTECTED] writes:
> greetings!
>
> \RemoveEmptyStaffContext works well to remove staves in a large score on
> pages where they only contain rests, but i am wondering if there is a
> mechanism for displaying ALL staves on the FIRST page of the score,
> whether empty or not.
I've added a
[EMAIL PROTECTED] writes:
> Since work on 1.9 is started:
>
> Any chance of getting per-note staff switches in chords? I'm running
No, not for 2.0
> One possibility: I'd love to see a way of naming a pair of staves as a
> group (already done I think) and then indicating a note switches staff
>
[EMAIL PROTECTED] writes:
> ERROR: In procedure dynamic-link:
> ERROR: file: "libguile-srfi-srfi-13-14-v-1", message:
> "libguile-srfi-srfi-13-14-v-1.so: cannot open shared object file: No
> such file or directory"
> ly2dvi: warning: `/usr/bin/lilypond' failed (status 2) (ignored)
can you try i
This is to continue my post of last week.
I thought it unlikely to find a bug in lilypond in the very first page of music I
tried to typeset,and I thought I must have misunderstood something. But as nobody
seems to have an idea about my problem, I guess I've got to report it as a bug.
The file
Just a wild shoot; could it possibly be a problem with character
encoding? I don't really know anything about Mac so I don't know
what character encoding is used.
Could you please compress the file (using Zip or Gzip) and send
it as an attachment (to make sure that the mail program isn't
playing an
[EMAIL PROTECTED] writes:
> the second chord does not get the "/F". Lilypond gets the notes right, as
> shown by the Staff context, but the bass F does not appear in the name of the
> chord.
>
> I'm not sure I've got the right syntax for the chords, but all the other ones
> came out quite as I
My old .ly files have strange symbols for the noteheads, but the templates seem to work. I'll check into updating my old files.
I guess that you have some old font files left somewhere. Search for the
file feta20.600pk and remove that file and all other .xxxpk files in the
same directory. The nex
[EMAIL PROTECTED] writes:
> does anyone have a method for makeing dashed or dotted hairpins? (v1.8.0)
This is not supported on 1.8
--
Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen
___
Lilypond-user mailing list
[EMAIL
[EMAIL PROTECTED] writes:
> anyone?
opps,
> > Hello all,
> > i want to connect 3 notes with 2 glissandi, as in
> > \notes\relative c' { g2 \glissando g'2 \glissando g,1 }
> > but only the second one gets rendered.
Thanks for the report. This is a bug, which I fixed in 1.9 and 1.8
CVS.
--
[EMAIL PROTECTED] writes:
> Hello,
> ties and slurs are not obeyed by the midi output ?
>
> when i write
>
> \score {
> \context Staff {
> \notes {
> c4-( c2-) r4
> c4-~ c2 r4
> }
> }
> \paper {}
> \midi { \tempo 4 = 60 }
> }
>
> the notes gets
22 matches
Mail list logo