Re: line-width 2.7.38

2006-03-13 Thread Trent Johnston
Hi Erik, I think I worked out the problem I had #(set-paper-size "a4") also in the paper block. Once I removed it line-width worked perfectly again. I haven't read anything in the manaul that setting the paper size would stop line-width from working. Either this needs to be documented or it is

Re: "uniform-stretching" messes up note-spacing around time-signature changes

2006-03-13 Thread Trevor Bača
On 3/13/06, Marcus Macauley <[EMAIL PROTECTED]> wrote: > When following Trevor's suggestion, to use > \override SpacingSpanner #'uniform-stretching = ##t > if I wanted my tuplets spaced evenly, I discovered one and then two spacing > bugs > which occur only when uniform-stretching is on, and which

2.7.38 bug: proportional duration beaming of 32nds and greater

2006-03-13 Thread Trevor Bača
This is a weird one. If you have the following three conditions ... 1. proportionalNotationDuration turned on 2. allowBeamBreak turned on 3. long, manually beamed figure involving 32nds, 64ths, 128ths (3 or more beams) ... then secondary, tertiary, n-ary, beams continue beyond their span.

Re: \book {\score{\header{piece = "piece}}} bug

2006-03-13 Thread Graham Percival
On 13-Mar-06, at 3:42 PM, Paul Scott wrote: Graham Percival wrote: The music must now come first -- this is a change, and probably should be mentioned in NEWS. Out of curiousity when did it change? I've always put the local header after the music. It was sometime during the 2.7 phase.

Re: \book {\score{\header{piece = "piece}}} bug

2006-03-13 Thread Paul Scott
Graham Percival wrote: On 13-Mar-06, at 2:12 PM, Paul Scott wrote: Erik Sandberg wrote: On Monday 13 March 2006 21.39, Tuukka Verho wrote: It compiles without problems with lilypond 2.6. Unless the syntax has changed somehow (according to the documentation it doesn't seem to) this is bu

Re: \book {\score{\header{piece = "piece}}} bug

2006-03-13 Thread Graham Percival
On 13-Mar-06, at 2:12 PM, Paul Scott wrote: Erik Sandberg wrote: On Monday 13 March 2006 21.39, Tuukka Verho wrote: It compiles without problems with lilypond 2.6. Unless the syntax has changed somehow (according to the documentation it doesn't seem to) this is bug which I think should be

Re: Misleading documentation

2006-03-13 Thread Graham Percival
On 12-Mar-06, at 7:06 AM, Mats Bengtsson wrote: I would propose to write something like: "There are two main methods to specify the horizontal placement of the syllables, either by specifying the duration of each syllable explicitly, like in the example above, or by automatically aligning the

Re: the log file in the example 2:16 combining polyphony

2006-03-13 Thread Graham Percival
On 13-Mar-06, at 4:12 AM, Erik Sandberg wrote: On Sunday 12 March 2006 16.21, Annette R. Giesbrecht wrote: Are you going to correct the code so that the relevent lines "programming errors ==" do not appear? As long as there's no negative impact on the output quality, those bugs are

NaN encountered, produces small graphical imperfection

2006-03-13 Thread Graham Percival
The code below produces a whole bunch of errors of this kind: programming error: Inf or NaN encountered continuing, cross fingers programming error: Insane offset continuing, cross fingers That's not so serious, but there's also a mistake in the graphical output. In the top-left corner of an in

Re: \book {\score{\header{piece = "piece}}} bug

2006-03-13 Thread Paul Scott
Erik Sandberg wrote: On Monday 13 March 2006 21.39, Tuukka Verho wrote: It compiles without problems with lilypond 2.6. Unless the syntax has changed somehow (according to the documentation it doesn't seem to) this is bug which I think should be fixed before 2.8. The syntax has change

Re: \book {\score{\header{piece = "piece}}} bug

2006-03-13 Thread Erik Sandberg
On Monday 13 March 2006 21.39, Tuukka Verho wrote: > It compiles without problems with lilypond 2.6. Unless the syntax has > changed somehow (according to the documentation it doesn't seem to) this is > bug which I think should be fixed before 2.8. The syntax has changed, try reading e.g. section

\book {\score{\header{piece = "piece}}} bug

2006-03-13 Thread Tuukka Verho
This code: \book { \score { \header {piece = "piece"} \new Staff { c'4 c' c' c' } } } gives the following error: GNU LilyPond 2.7.38 Processing `testi.ly' Parsing... testi.ly:3:16: error: syntax error, unexpected "\\header"

Re: 2.7.38: beam-quant-standard.ly fails in "make web"

2006-03-13 Thread Graham Percival
On 12-Mar-06, at 3:50 AM, Han-Wen Nienhuys wrote: Graham Percival wrote: make external_binary web, osx 10.3.9, etc. "make web" chokes on this file. lilypond can make beam-quant-standard.ly, but it can't make the automatically-generated lily-18blahblah.ly file: I don't understand, you can't r

line-width in \paper has no effect. Windows 2.7.38

2006-03-13 Thread Trent Johnston
Hello all, I've been trialling 2.7.38 on Windows. The line-width command in the paper block has no effect. Left-margin works but line-width doesn't Regards, Trent ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listi

Re: Two spacing bugs: tuplets, staves...plus: ottava/8va parentheses on continuation?

2006-03-13 Thread Erik Sandberg
On Monday 13 March 2006 09.40, Marcus Macauley wrote: > 2. The staves are spaced unevenly. This is intentional. All staves, except those inside PianoStaff contexts, are spaced individually. The space between two PianoStaff staves is always the same; this has to do with the \change command. If

Re: Lyrics and \appogiatura \grace notes

2006-03-13 Thread Erik Sandberg
On Monday 27 February 2006 15.04, Erik Sandberg wrote: > On Monday 20 February 2006 01.13, Trent Johnston wrote: > > > On Sunday 12 February 2006 12.03, Trent Johnston wrote: > > > > Hello, > > > > > > > > I've found a bug with lyrics using both \appoggiatura and \grace. > > > > Lyrics are placed u

Chord symbol placement

2006-03-13 Thread Edward Ardzinski
I am trying to write a lead sheet, and in a couple days feel like I've got good progress. However, I cannot get the chord symbols to be placed above the staff if I specify a key signature. I'm sure this is possible? ___ bug-lilypond mailing list bu

Re: lilypond-book doesn't work in Windows

2006-03-13 Thread Han-Wen Nienhuys
Mats Bengtsson wrote: Still some problems: File "C:\Program Files\LilyPond\usr\share\lilypond\current\python\lilylib.py", line 22, in ? import subprocess File "C:\Program Files\LilyPond\usr\lib\python2.4\subprocess.py", line 375, in ? import select ImportError: No module named select

Tie format 2.7.38 - Windows

2006-03-13 Thread Trent Johnston
Hello again, Ties still have the same formatting problem as sent to the list last week. Low breve notes are still being being tied with an up tie instead of downward tie. Regards, Trent ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists

Re: lilypond-book doesn't work in Windows

2006-03-13 Thread Mats Bengtsson
Quoting Han-Wen Nienhuys <[EMAIL PROTECTED]>: options textwidth = get_latex_textwidth (source) File "C:\Program Files\LilyPond\usr\bin\lilbook.py", line 1412, in get_latex_t extwidth os.unlink (tmpfile) OSError: [Errno 13] Permission denied: 'c:\\docume~1\\mabe\\locals~1\\temp\\tmpc aa

Re: line-width 2.7.38

2006-03-13 Thread Erik Sandberg
On Monday 13 March 2006 11.04, Trent Johnston wrote: > Hi again, > > I've got an update on the line-width problem. > > I't works fine when I directly input it into a score > > \paper { line-width=18.5\cm} > > But when used in an separate file using: > > \paper { \include "paper.ly" } > > Line-width

Re: Two spacing bugs: tuplets, staves...plus: ottava/8va parentheses on continuation?

2006-03-13 Thread Trevor Bača
On 3/13/06, Marcus Macauley <[EMAIL PROTECTED]> wrote: > >From a quick search of the archives I didn't see either of these bugs > >mentioned. > Sorry if I missed something. > > I'm attaching a score excerpt which demonstrates two spacing bugs. > > 1. The tuplets are spaced unevenly. (See e.g. the

Re: Six problems

2006-03-13 Thread Erik Sandberg
On Thursday 02 June 2005 18.34, Alan Stern wrote: > Attached are the source code and PNG output of a small example Lilypond > file illustrating several problems. This is for version 2.4.6; if some of > the problems have already been addressed in 2.5 please let me know. > > 5. At the sta

Re: PianoStaff names

2006-03-13 Thread Erik Sandberg
On Friday 21 October 2005 19.55, Erik Sandberg wrote: > On Friday 21 October 2005 16.37, Edward Neeman wrote: > > Hi all, > > When PianoStaves are hidden in a system, the > > Instrument names seem to behave in weird ways. In the > > following example the PianoStaff.instrument titles are > > superi

Re: Fingering Spacing Bug

2006-03-13 Thread Erik Sandberg
On Friday 31 December 2004 14.35, David Raleigh Arnold wrote: > I know I could adjust one note at a time, but I think it's more practical > to wait until you fix this. There is also a similar problem with > horizontal spacing, but that can be helped with a tweak. > > The spacing of the fingering a

critical lilypond-book problems

2006-03-13 Thread Erik Sandberg
Hi, lilypond-book incorrectly crashes when \input is encountered in an input LaTeX file. I use the following input files: % foo.lytex %5 \documentclass{article} \begin{document} \input{bar} bla bla \end{document} %% eof % bar.tex % foo foo %% eof The co

Re: [GUB 2.7.37-1] partcombine bug

2006-03-13 Thread Erik Sandberg
On Saturday 11 March 2006 23.52, Andrzej Kopec wrote: > Hi, > in following example the rest in 2. bar is incorrect. This behavior occurs > only when before there are notes from two voices on one stem. Thanks, added to the bug repository as partcombine-different-rests.ly; see below. > Do you know

Re: the log file in the example 2:16 combining polyphony

2006-03-13 Thread Erik Sandberg
On Sunday 12 March 2006 16.21, Annette R. Giesbrecht wrote: > I find that even though the example works okay, the log file contains many > lines with the following "programming error" Inf or NaN encountered > continuing, cross fingers. (or) programming error: Insane offset > continuing, cross fing

Two spacing bugs: tuplets, staves...plus: ottava/8va parentheses on continuation?

2006-03-13 Thread Marcus Macauley
>From a quick search of the archives I didn't see either of these bugs >mentioned. Sorry if I missed something. I'm attaching a score excerpt which demonstrates two spacing bugs. 1. The tuplets are spaced unevenly. (See e.g. the quintuplets in bars 4-9, and the triplets in bar 8.) 2. The stave

\set Staff.instrument=\markup { \center-align { "Instrument" }} 2.7.38 - Windows

2006-03-13 Thread Trent Johnston
Hi yet again, This is my last bug report for tonight. Using the command \set Staff.instrument=\markup { \center-align { "Instrument" }} Doesn't work any more the instruments seem to placed randomly on the staff. This can be seen on the attached example. The example also shows the tie problems

line-width 2.7.38

2006-03-13 Thread Trent Johnston
Hi again, I've got an update on the line-width problem. I't works fine when I directly input it into a score \paper { line-width=18.5\cm} But when used in an separate file using: \paper { \include "paper.ly" } Line-width is ignored but everything else is used and processed. Regards, Trent