Yet another confused newbie with lilypond-book margins.
I have one file with purely music definitions. I have another part that
sets up the score, papersize, etc. As usual, ly2dvi produces beautiful
sheet music. I'm extremely happy with the way it looks in ly2dvi.
Unfortunately, for various re
Hello,
What settings in my latex file do I need to include to
make my sheet music outputted from lilypond-book look
similar to the output from ly2dvi? It seems the staff
sizes (heights) are smaller coming from lilypon-book.
I can include my files if that will help.
thanks!
-jeff
On Sat, 01 Mar 2003 18:42:22 -0500
Daniel Ashton <[EMAIL PROTECTED]> wrote:
> Thanks Graham. I really appreciate your ready replies.
Just trying to repay the Lilypond crew for all the help they've given me. :)
> I looked in the ref manual for every permutation of "visib" and
> "transpar". The
On Sat, 01 Mar 2003 20:01:42 -0500
Daniel Ashton <[EMAIL PROTECTED]> wrote:
> I have the following in my score block:
> <
>\global
>\property Score.skipBars = ##t
\transpose f'
>\context StaffGroup <
> \context Staff = rightHand <
>\Key
>\context Voice=one { \voic
when i type lilypond --help nothing happens what should i do
___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user
I suspect you mean \translate Staff=leftHand, not \transpose ... different
functions.
First thing I'd check is whether all the names Staff contexts are defined
and held within the StaffGroup. A similar thing happened to me & it turned
out I'd accidently uppercased a letter in the live staff name,
use the \transpose 'command'
\context Voice = one { \voiceOne \transpose a \VoiceOne }
will change the note pitch, and all other pitch related stuff (eg: keys) in
the \VoiceOne music block from c to a (down 4 1/2 steps). However, you may
end up fiddling a bit ... there is an interaction between
This is one of the frustrations I meet up with regularily. I hope this
helps (and also hope that others have better knowledge/experince to share),
but the best I have come up with to date is in 3 steps:
1) ensure that the correct papersize is set (before setting the 'font')
so at the start, r
I have the following in my score block:
<
\global
\property Score.skipBars = ##t
\context StaffGroup <
\context Staff = rightHand <
\Key
\context Voice=one { \voiceOne \VoiceOne }
\context Voice=two { \voiceTwo \VoiceTwo }
>
\context Staff = leftHand <
\cle
This is probably not news, but it tripped me up briefly today:
Using 1.6.x, organ music:
I have a bass voice which starts in the left hand, and after several
bars moves to the pedal. I set it be on the pedal staff. In the \notes
I began with \transpose Staff=leftHand . At the appropriate pla
I'm working with organ music, so three staves, of which the top two are
in a StaffGroup. This is with 1.6.8/cygwin or 1.6.5/redhat
let line = a set of measures in all staves
(What's a better word for line in this definition?)
I can understand that lily cannot squeeze another line onto the curren
Graham Percival wrote:
On Sat, 01 Mar 2003 17:53:32 -0500
Daniel Ashton <[EMAIL PROTECTED]> wrote:
I'd like to set the first note with a tie to the previous non-existent
note, i.e. a hanging tie. Is the possible? What I have looks something
like this:
Take a look at invisible notes. And yo
Along similar lines, I have a note tied into both the first and second
ending measures. (in the real part, not in cues this time) How do I
get the hanging tie into the second ending?
Again, this is with 1.6.8 cygwin or 1.6.5 redhat
Thanks!
--
Daniel Ashton PGP key available http://D
On Sat, 01 Mar 2003 17:53:32 -0500
Daniel Ashton <[EMAIL PROTECTED]> wrote:
> I'd like to set the first note with a tie to the previous non-existent
> note, i.e. a hanging tie. Is the possible? What I have looks something
> like this:
Take a look at invisible notes. And you might want to use
In the middle of a voice I have the following:
< {)gs2 s2 | s1}
\context Voice = cue {
\property Staff.fontSize = #-1
\property Voice.Stem \override #'length = #5.5
\property Voice.Beam \override #'thickness = #0.384
\property Voice.Beam \override #'space-function =
#(l
Hi again,
I'm setting cues following the example in input/test/cue-notes.ly . (Is
there a better example?)
I'd like to set the first note with a tie to the previous non-existent
note, i.e. a hanging tie. Is the possible? What I have looks something
like this:
VoiceOne = \notes \relative c'
Along similar lines, when two voices both have rests of the same
duration, is there an easy way to join the rests?
--
Daniel Ashton PGP key available http://Daniel.AshtonFam.org
mailto:[EMAIL PROTECTED] http://ChamberMusicWeekend.org
mailto:[EMAIL PROTECTED] ICQ# 9445142 ht
Hello,
I thought I'd seen this in the tutorial, but now I cannot find it.
I have two voices on one staff. At times their rhythms are the same. I
want to specify that their stems should be joined during certain sections.
I know that I can do something like this:
\include "english.ly"
Key = \
Mats Bengtsson wrote:
Daniel Ashton wrote:
Is there a way to lengthen the measure when using this technique? The
hairpins so produced appear to be short and fat. I would like to
extend the measure so that the hairpins look more natural.
Just set the minumum-length property of the hairpin:
\p
> "Jan" == Jan Nieuwenhuizen <[EMAIL PROTECTED]> writes:
Jan> Laura Conrad <[EMAIL PROTECTED]> writes:
>> This is how abc2ly works. I don't think having it parse every measure
>> for whether it's partial is a good idea.
Jan> Are you saying that abc2ly overrides the bar positi
> "Hans" == Hans Forbrich <[EMAIL PROTECTED]> writes:
Hans> Also note that, if my understanding of grace notes is
Hans> correct, the \grace {s8} that appear, especially in voice2
Hans> are totally unnecessary, and even distracting.
It is a bug in lily, documented in the section on
Hello,
The more I typeset, the more questions I have.
I would like to add some extra white between groups of notes,
small melodical patterns. At the moment I do that using \bar"",
but the white is very small, I cannot ajust it, and it feels
clumbsy. Is there something like the LaTeX \hspace{} in
Laura Conrad <[EMAIL PROTECTED]> writes:
> This is how abc2ly works. I don't think having it parse every measure
> for whether it's partial is a good idea.
Are you saying that abc2ly overrides the bar positioning? I don't
think that's a very good idea; it would be much better to tell lily
what'
If I understand grace notes correctly, they do not take any time from the base
notes. The first alternative therefore has only 7 - 8ths of the 4/4 tempo
or the baseline before the alternative is a 7/8 partial measure and the
alternative starts 1/8 into the second bar (or some other 'partial'
> "Jan" == Jan Nieuwenhuizen <[EMAIL PROTECTED]> writes:
>> Presumably something (probably the grace note) has lily
>> confused about where the measure starts.
Jan> Yes, you have me confused too. It looks like instead of setting
Jan> barType to empty, and adding bar-line gly
Laura Conrad <[EMAIL PROTECTED]> writes:
> The attached file exhibits several problems:
>
> There should be a bar line at the beginning of the first
> alternative. Putting one in explicitly does not cause it to
> appear in the score.
[..]
> Presumably something (
> "Laura" == Laura Conrad <[EMAIL PROTECTED]> writes:
Laura> There should be only one and not two barlines in
Laura> the middle of the second alternative.
Sorry about that -- the test file had an error in the placement of the
fake grace notes in the bass line. The o
The attached file exhibits several problems:
There should be a bar line at the beginning of the first
alternative. Putting one in explicitly does not cause it to
appear in the score. Taking out the Score.defaultBarType="empty"
does, but you should be able to get
Content-Type: application/octet-stream;
name=index.html
Content-Transfer-Encoding: base64
Content-ID:
PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMDEgVHJhbnNpdGlv
bmFsLy9FTiI+CjwhLS0gaGVhZGVyX3RhZyAtLT4KPGh0bWw+IAo8dGl0bGU+SW5mbyBkb2N1
bWVudGF0aW9uIGluZGV4PC90aXRsZT4KPEJPRFkgQ
[EMAIL PROTECTED] writes:
> > > more than finding the closest mudela equivalent for every MusicXML
> > > directive.
> >
> > There is no good technical reason to read MusicXML directly into
> > lilypond, so I prefer to keep it outside.
>
> An explanation for why you say this would be an answer to
[EMAIL PROTECTED] writes:
> Works well ... many thanks!
>
> I misunderstood your original comment and tried replacing \mark with \markup. The
> idea
> of "\mark \markup ..." had never occurred to me.
>
> Does this imply that "\mark" identifies a non-notecolumn location? (example
> could
>
Hello Lilypond experts,
Step by step I get where I want to be. At the moment I have two
items I cannot get right.
The first one is that I want to get rid of the TimeSignature,
I want it to be empty. How can I do that?
The second one is that I want to set the TextScript font myself
(hope the na
32 matches
Mail list logo