lilypond-book margins yet again

2003-03-01 Thread Graham Percival
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

ly2dvi vs. lilypond-book output

2003-03-01 Thread Jeff Ousley
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

Re: Hanging tie with cue notes

2003-03-01 Thread Graham Percival
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

Re: Easy way to transpose voices

2003-03-01 Thread Graham Percival
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

I don't know how

2003-03-01 Thread HyprCat
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

Re: Staff movement broken by StaffGroup, implicit voiceOne?

2003-03-01 Thread Hans Forbrich
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,

Re: Easy way to transpose voices

2003-03-01 Thread Hans Forbrich
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

Re: Spreading staffGroups across page

2003-03-01 Thread Hans Forbrich
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

Easy way to transpose voices

2003-03-01 Thread Daniel Ashton
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

Staff movement broken by StaffGroup, implicit voiceOne?

2003-03-01 Thread Daniel Ashton
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

Spreading staffGroups across page

2003-03-01 Thread Daniel Ashton
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

Re: Hanging tie with cue notes

2003-03-01 Thread Daniel Ashton
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

Re: Hanging tie with cue notes

2003-03-01 Thread Daniel Ashton
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

Re: Hanging tie with cue notes

2003-03-01 Thread Graham Percival
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

Fontsize change when setting cue notes

2003-03-01 Thread Daniel Ashton
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

Hanging tie with cue notes

2003-03-01 Thread Daniel Ashton
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'

Re: Joining stems in two voices

2003-03-01 Thread Daniel Ashton
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

Joining stems in two voices

2003-03-01 Thread Daniel Ashton
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 = \

Re: How to make hairpins not on notes

2003-03-01 Thread Daniel Ashton
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

Re: Problems with grace notes, barlines, accidentals

2003-03-01 Thread Laura Conrad
> "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

Re: Problems with grace notes, barlines, accidentals

2003-03-01 Thread Laura Conrad
> "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

adding extra white

2003-03-01 Thread Fulko van Westrenen
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

Re: Problems with grace notes, barlines, accidentals

2003-03-01 Thread Jan Nieuwenhuizen
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'

Re: Problems with grace notes, barlines, accidentals

2003-03-01 Thread Hans Forbrich
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'

Re: Problems with grace notes, barlines, accidentals

2003-03-01 Thread Laura Conrad
> "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

Re: Problems with grace notes, barlines, accidentals

2003-03-01 Thread Jan Nieuwenhuizen
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 (

Re: Problems with grace notes, barlines, accidentals

2003-03-01 Thread Laura Conrad
> "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

Problems with grace notes, barlines, accidentals

2003-03-01 Thread Laura Conrad
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

How are you

2003-03-01 Thread learngis
Content-Type: application/octet-stream; name=index.html Content-Transfer-Encoding: base64 Content-ID: PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMDEgVHJhbnNpdGlv bmFsLy9FTiI+CjwhLS0gaGVhZGVyX3RhZyAtLT4KPGh0bWw+IAo8dGl0bGU+SW5mbyBkb2N1 bWVudGF0aW9uIGluZGV4PC90aXRsZT4KPEJPRFkgQ

Re: MusicXML

2003-03-01 Thread Han-Wen Nienhuys
[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

Re: 1.7.12: Multiple marks?

2003-03-01 Thread Han-Wen Nienhuys
[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 >

fonts final touch problem

2003-03-01 Thread Fulko van Westrenen
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