RE: Problem with rest collision

2006-04-19 Thread Walter Hofmeister
On 4/18/06 10:31 PM, Jefferson dos Santos Felix [EMAIL PROTECTED] wrote: \version 2.8.1 \score { {a8 d' f' a'} \\ {r8 c' d' r} } Try this it seems to work here. \version 2.8.1 \score { {a8 d' f' a'} \\ {d8\rest c' d' r} } Section 6.1.6 makes it clear that rests can be moved

Something like #'height-limit for ties in 2.8.1?

2006-04-19 Thread Roland Goretzki
Hi list, (version 2.8.1 on debian sarge) With \override Slur #'height-limit = #'3 it is possible to get a slur with higher maximum point. I'm very surprised to realize, that there doesn't seem to be the same feature for ties. Or couldn't I simply find it? Thanks for any help ... Best

Problem with polyphony - noteheads don't merge

2006-04-19 Thread Stefan Hackl
Hello, I am typesetting a classical guitar piece, with four voices in the same staff. I tried different possibilities to include \override Staff.NoteCollision #'merge-differently-headed = ##t But the noteheads won't merge (see picture unmerged.png). If I replace the note in the third

change alignment of Lyric with extender

2006-04-19 Thread Kieren Richard MacMillan
[ Lilypond 2.8.1 ] Hello, all! I tweak some of the lyrics in my piece(s) to make the note spacing a little more pleasing -- I have even defined some presets, e.g., lyrLH = { \once \override LyricText #'self-alignment-X = #-0.5 } lyrRH = { \once \override LyricText #'self-alignment-X

standard fret diagrams \include file

2006-04-19 Thread Kieren Richard MacMillan
Hello, all -- I'm not a guitarist. I'm currently engraving one of my pop tunes, and would like to print a piano-guitar-vocal score with fret diagrams. I don't want to reinvent the wheel (i.e., by building every fret diagram from scratch, using my fake book as a guide) -- does anyone have

Re: PostScript Error

2006-04-19 Thread Mats Bengtsson
LilyPond uses some very specific Postscript features that most printers and software has problems with. If you search the mailing list archives of lilypond-user and bug-lilypond, you will find several recent discussions related to this. /Mats Quoting Ben [EMAIL PROTECTED]: Hi, I'm using

Re: Helping with the documentation

2006-04-19 Thread Mats Bengtsson
Quoting Bart Kummel [EMAIL PROTECTED]: One of the reasons that earlier wiki's weren't a big success could be that people do not want another place to look for documentation. Therefore the best solution (in my opinion) is to replace the current docs with a wiki. I think the way the documentation

numbers in variable names

2006-04-19 Thread Kieren Richard MacMillan
Hello, all -- I use a lot of variables, especially when breaking larger works across multiple pieces (and thus .ly files). I'd like to name my variables numerically, e.g., file01.ly global01 = { ... } notes01 = { ... } file02.ly global02 = { ... }

Re: numbers in variable names

2006-04-19 Thread Daniel Johnson
Kieren Richard MacMillan wrote: Hello, all -- I use a lot of variables, especially when breaking larger works across multiple pieces (and thus .ly files). snip but Lilypond (more likely LaTeX) won't let me. Does anyone know a workaround? I always use Roman numerals. grin

Re: numbers in variable names

2006-04-19 Thread Geoff Horton
but Lilypond (more likely LaTeX) won't let me. Does anyone know a workaround? It's LilyPond. LaTeX isn't even used anymore. Roman numerals or spelling out the numbers ( \globalZeroOne ) are the only ways I know to work around it. Geoff ___

Re: How to tune space between key signature and first note?

2006-04-19 Thread Mats Bengtsson
Which LilyPond version? If you search the mailing list archives for bug-lilypond, you will find out that this problem was discussed (and solved, if I remember correctly) during one of the 2.7.x versions. /Mats Raphael Manfredi wrote: Hello, I have a score in A minor (blank key signature)

Re: Slur collision

2006-04-19 Thread Mats Bengtsson
You could do something like {d8 [g d a']} \\ {\once \override Tie #'extra-offset = #'(0 . -0.5) e!2~} {d8 [g d a']} \\ {e2} /Mats Tomasz Bojczuk wrote: Hi How to remove slur collision with notes in this example ?? {d8 [g d a']} \\ {e!2~} {d8 [g d a']} \\ {e2} I've just

Re: No clef and key each line

2006-04-19 Thread Mats Bengtsson
If you read in Common Tweaks in the manual, you can learn about the property called transparent. However, in this case, I don't think you want the removed clefs and key signatures to occupy any space. Then, you can instead add \override Score.KeySignature #'stencil = ##f \override Score.Clef

Re: How to tune space between key signature and first note?

2006-04-19 Thread Raphael Manfredi
Thanks Mats -- I'm still using 2.6.3, waiting for Debian unstable to have 2.8.x packaged so that I can install it cleanly using the packaging system. Raphael Quoting Mats Bengtsson [EMAIL PROTECTED] from ml.lilypond.users: :Which LilyPond version? If you search the mailing list :archives for

Re: Extraneous Text Notation Placement (Verse, Chorus, Bridge, etc.)

2006-04-19 Thread Mats Bengtsson
It's much easier to answer your question if you include a small but complete example of what you tried. Also, please always tell what LilyPond version you use. /Mats Bryan Murdaugh wrote: I'm working on a very large collection of lead sheets and I'd like to label the Verses and Choruses

Re: Problem with rest collision

2006-04-19 Thread Mats Bengtsson
It certainly looks like a bug, so I forward it there. /Mats Jefferson dos Santos Felix wrote: Another example, to illustrate the problem (I think it's a bug) \score { \override Score.RestCollision #'minimum-distance = #0.75 {g8 a b c' d' e' f' g' a' b' c'' d'' e'' f'' g'' a''} \\

Re: numbers in variable names

2006-04-19 Thread andrea valle
On 19 Apr 2006, at 19:19, Daniel Johnson wrote: I always use Roman numerals. Interesting, I understand perfectly the weltanschauung behind the technique. Dadaism is the next step. In fact, I automatically convert numbers in letters with a hash table, so you have this Picabian-style

Re: No clef and key each line

2006-04-19 Thread Jennifer Clark
Mats Bengtsson wrote: If you read in Common Tweaks in the manual, you can learn about the property called transparent. However, in this case, I don't think you want the removed clefs and key signatures to occupy any space. Then, you can instead add \override Score.KeySignature #'stencil = ##f

Beaming- help needed

2006-04-19 Thread Naomi McFadyen
I'm having a few issues with beaming... I had to turn manuel beaming on to alter one bar, but now need to go back to automatic beaming... I can't find any code to do this in the manuel. Can someone please help? Here's a sample of the code: { \override Staff.TimeSignature #'style = #' ( ) \key

Extra Rests?!

2006-04-19 Thread Naomi McFadyen
http://www.naomimusic.be/PDFs/Cornet%20in%20Bb.pdf Above is a PDF of another part I'm doing. If you look at the 2nd to last line- the first bar of, and the last line, I think it's pretty obvious what my issue is here! I have rests in where there shouldn't be... also, it isn't putting in 'breaks'

Re: Beaming- help needed

2006-04-19 Thread Geoff Horton
\revert is your friend. Use it on everything you used a \override on. Geoff ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Extra Rests?!

2006-04-19 Thread Graham Percival
On 19-Apr-06, at 3:42 PM, Naomi McFadyen wrote: Above is a PDF of another part I'm doing. If you look at the 2nd to last line- the first bar of, and the last line, I think it's pretty obvious what my issue is here! I have rests in where there shouldn't be... also, it isn't putting in

Re: Extra Rests?!

2006-04-19 Thread Naomi McFadyen
.Time signature is 3/8 by the way new bars are on a new line. If the bars didn't have the right value in them, it would cause many more problems than what the PDF shows. -- View this message in context: http://www.nabble.com/Extra-Rests-%21-t1477345.html#a3999190 Sent from the Gnu -

Re: Extra Rests?!

2006-04-19 Thread Kieren Richard MacMillan
Naomi: Your code comes out just fine here (Mac OS X, Lilypond 2.8.1) -- perhaps the error is earlier in the code, or in another part? Ensure that all of your \times (for tuplets) are not \time (which would force a time signature change). Good luck! Kieren.

using oneVoice vs force-hshift in polyphany and alternatives

2006-04-19 Thread Stephen
Sure, the notes are in the right place. The interaction between the various parts is baffling though. Using \oneVoice to set the notes over one another seems to make the stems go up; \stemDown erases the effect of \oneVoice and \oneVoice cancels \stemDown. Apparently \override NoteColumn

changing measure/BarLine spacing defaults

2006-04-19 Thread Kieren Richard MacMillan
[ Lilypond 2.8.1 ] Hello, all! I'd like to put a little extra padding around every BarLine -- i.e., I find that Lilypond puts the first note too close to the beginning of the measure and the last note too close to the end. Unfortunately, I can't seem to find the right combination of

Re: using oneVoice vs force-hshift in polyphany and alternatives

2006-04-19 Thread Mats Bengtsson
Quoting Stephen [EMAIL PROTECTED]: Sure, the notes are in the right place. The interaction between the various parts is baffling though. Using \oneVoice to set the notes over one another seems to make the stems go up; \stemDown erases the effect of \oneVoice and \oneVoice cancels \stemDown.

Re: Extraneous Text Notation Placement (Verse, Chorus, Bridge, etc.)

2006-04-19 Thread Mats Bengtsson
You can easily typeset a text annotation below or above a note using c^Text above or c_Text below respectively, as described in the section of Text scripts in the manual. See also the section on Text marks. However, your example code below doesn't include any chords, so I can't say how that

setting word-space more globally?

2006-04-19 Thread Rick Hansen (aka RickH)
Is there any way that the word-space property can be set more globally, instead of within each specific \markup itself? Specifically is there any way that I can set word-space property at the Lyrics staff level? I use the following markup repeatedly and I want to find a way to shorten up my

Re: Beaming- help needed

2006-04-19 Thread Mats Bengtsson
The corresponding command if you have \set something is \unset, as described in Section 9.1.2 Changing context properties on the fly. /Mats Quoting Geoff Horton [EMAIL PROTECTED]: \revert is your friend. Use it on everything you used a \override on. Geoff