Re: Regarding unhelpful error messages.. (reproduction)

2006-09-29 Thread Simon Dahlbacka
So the example does not run as-is? After all svenska.ly is distributed with lilypond and is what makes swedish note names possible./SimonPS. And no, I haven't yet tried 2.9.19
.. will doOn 9/29/06, Graham Percival [EMAIL PROTECTED] wrote:
Hi Simon,Please include complete examples in bugs.Your include line\include  svenska.ly http://svenska.lyand use of notes like
dess8make it impossible for me to test this.That said, there was a bug that was recently fixed that disallowed musicfunctions with more than three variables.I suspect that your examplewill work in 
2.9.19.Cheers,- GrahamMats Bengtsson wrote: Simon Dahlbacka wrote: I sent a mail to bug-lilypond regarding unhelpful error messages in \version 2.9.16 (winxp/mingw)
 The included snippet produces these kinds of errors, but still produces more or less the intended output. Is this a bug or have I screwed up somehow?
 /Simon PS. (the \sourcefilename is just for debugging purposes..) Output: D:\Development\Scores\d:\LilyPond\usr\bin\lilypond.exe 
test.ly http://test.ly GNU LilyPond 2.9.16 Processing `test.ly' Parsing... Renaming input to: `foo' string:0:0: error: syntax error, unexpected $undefined, expecting '='
 (position unknown) Renaming input to: `bar' Renaming input to: `baz' string:2:2: error: syntax error, unexpected $end, expecting '=' } Renaming input to: `burp'
 Interpreting music... [6] Preprocessing graphical objects... Calculating line breaks... [3][6][7] Drawing systems... Calculating page breaks... Layout output to `test.ps'...
 Converting to `test.pdf'... % Begin test.ly http://test.ly \version 2.9.16
 \include  svenska.ly http://svenska.ly pattern = #(define-music-function (parser location short long)
 (ly:music? ly:music?) #{ $short $short $short $short $long #}) \sourcefilename foo fluteInstrumental = \relative c'' { \pattern ess8 f2 |
 \pattern ess8 ass2 | \pattern ess8 { b'4. f8 } | f4 f, g8 ess'4 dess8 | c1 | r1 } \sourcefilename bar clarinetInstrumental = \relative c'' {
 \pattern d8 f2 | \pattern d8 g2 | \pattern d8 { a'4. g8 } | g4 g, a8 d4 c8 | b1 | r1 } harmoniesInstrumental = \chordmode {
 ass2 dess2:maj9 | ass2 dess2:maj7 | ass2 ess2/ass | ess4/g ess4 ess2:7 | } \sourcefilename baz pianoRHInstrumental = \relative c'' {
 \pattern c ess c'8 ess f ass ess'2 | \pattern c ess c'8 f ass f'2 | \pattern c ess c'8 { g' b ess g4.\ f f'8\! } | f b f'4 f, f'4\ g g'8 c c'4 b b'8\! |
 ass c ess ass1 ~ | ass c ess ass1 \bar || } \sourcefilename burp lhPattern = {  {r8 ess ass c } \\ { ass,2 dess f c'2 }  }
 pianoLHInstrumental = \relative c { \lhPattern \lhPattern  { r8 ess'='8 ass c, } \\ { ass2 ass, ess' b'2 }  |  { b'= dess f2 } \\ { g4 ess ess b' dess2 }  |
 ass, ass'1 ~ | ass ass'1 } staffFluteInstrumental = \new Staff { \time 4/4 \key ass \major \clef treble
 \fluteInstrumental } staffClarinetInBbInstrumental = \new Staff { \transposition b' \key b \major \clef treble
 \clarinetInstrumental } staffPianoInstrumental = \new PianoStaff {  \context Staff = RH { % Right hand \clef treble
 \key ass \major \pianoRHInstrumental } \context Staff = LH { % Left hand \clef bass \key ass \major \pianoLHInstrumental
 }  } \score {  \staffFluteInstrumental \staffClarinetInBbInstrumental \staffPianoInstrumental
  } % End test.ly http://test.ly 
 ___ lilypond-user mailing list lilypond-user@gnu.org 
http://lists.gnu.org/mailman/listinfo/lilypond-user
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


about LilyPondTool

2006-09-29 Thread Tapio Tuovila
Hi,
I've used the new lilytool now for a couple of weeks. It still seems
reasonably stable; JPedal sometimes tends to crash more easily when
updating scores with many pages. And when JPedal crashes it usually also
crashes jEdit at the same time, and this is a bit disturbing.

I have already asked about scrolling JPedal screen without mouse, that
would be nice.

Then about code completion, this used to work with words like \upbow,
\downbow, \break and so on, but no longer does. Is this intended
behavior (guess it is) and why does it have to be so. Also some short
words like \p and \f try to change to \PianoStaff or \FiguredBass if you
hit the spacebar; would be nice if the code completion also had an
option for \p and \f themselves.

But this application really is a great help with my everyday work as
string teacher, so that I appreciate your contribution, Bert,  a lot!

Greetings,
Tapio


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: about LilyPondTool

2006-09-29 Thread Bertalan Fodor



I have already asked about scrolling JPedal screen without mouse, that
would be nice.
  
JPedal is open source :- ) It is not very stable, and is not perfect, 
but currently the best open source java pdf viewer.

Then about code completion, this used to work with words like \upbow,
\downbow, \break and so on, but no longer does. Is this intended
behavior (guess it is) and why does it have to be so. Also some short
words like \p and \f try to change to \PianoStaff or \FiguredBass if you
hit the spacebar; would be nice if the code completion also had an
option for \p and \f themselves.
  
It's a bug that some music functions (\mp \downbow etc) does not appear 
in the code completion.

In the following versions space will no longer expand the completion.

But this application really is a great help with my everyday work as
string teacher, 
  

I hope so :-)

Bert



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Quick LilyPondTool fix: Re: about LilyPondTool

2006-09-29 Thread Bertalan Fodor

I created a fix, you can make use of it instantly:
download http://www.organum.hu/fileadmin/lilypondtool/fix/fix-060929.zip
You'll find two files in it:
- lilypond.xml - put this into jEdit's modes directory (replace the 
current one) - this will solve syntax coloring problems
- lilyAssist.dat - put this into your home directory. If it doesn't 
solve the code completion issue, replace the lilyAssist.dat file inside 
LilyPondTool.jar


Bert



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Quick LilyPondTool fix: Re: about LilyPondTool

2006-09-29 Thread Tapio Tuovila
Bertalan Fodor kirjoitti:
 I created a fix, you can make use of it instantly:
 download http://www.organum.hu/fileadmin/lilypondtool/fix/fix-060929.zip
 You'll find two files in it:
 - lilypond.xml - put this into jEdit's modes directory (replace the
 current one) - this will solve syntax coloring problems
 - lilyAssist.dat - put this into your home directory. If it doesn't
 solve the code completion issue, replace the lilyAssist.dat file
 inside LilyPondTool.jar

 Bert


Both seem to work here, thank you for your rapid respond!

Tapio


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Figured Bass question: Why is 5 4 upside down?

2006-09-29 Thread Laura Conrad

This question refers to version 2.8.3 running on Ubuntu Linux 6.06.
I think it was posted during one of our mailing list vacations, and
may have never made it out to the list.  

I just tested, and the problem also occurs on 2.9.19.


For most figures, lily prints the numbers in the order I enter them,
so 7 5 prints with a seven above a five.  But when I enter 5 4,
for some reason lily prints it with the four above the five.  

The facsimile I'm transcribing has it the other way (with the five
above the four), and while I'm not much of a keyboard player, I would
expect even an experienced continuo player to be confused by this
inconsistency.

The attached file demonstrates the phenomenon -- is it a bug, or a
feature that I don't understand?



test.ly
Description: Binary data

-- 
Laura (mailto:[EMAIL PROTECTED] , http://www.laymusic.org/ )
(617) 661-8097  fax: (501) 641-5011
233 Broadway, Cambridge, MA 02139
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: shape note support broken?

2006-09-29 Thread Graham Percival

Ted Walther wrote:

A bug in 2.8 is still present in 2.9.17.  I quote a mail from 4 months
ago:


There are many bugs in 2.8 that are present in 2.9.  Please report bugs 
on the bug- mailing list.  This bug has been entered as

http://code.google.com/p/lilypond/issues/detail?id=96

- Graham



Subject: shape note heads
From: Monk Panteleimon
Date: Wed, 21 Jun 2006 16:10:19 -0700

Thought I might as well report these as bugs:
Shape-note heads in 2.8 are abnormally small. They were fine (I thought)
in 2.7. Also, the sequence for Sacred Harp style heads should be ##(fa 
#f la fa #f la mi).






___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Regarding unhelpful error messages.. (reproduction)

2006-09-29 Thread Graham Percival

Simon Dahlbacka wrote:
So the example does not run as-is? After all svenska.ly 
http://svenska.ly is distributed with lilypond and is what makes 
swedish note names possible.


Hmm, something weird happened to the email; see below.  I didn't 
recognize svenska.ly as a lilypond-included file, so I assumed it was 
your own special file.  Since I recognized the four-variable music 
function as a recently fixed bug, I didn't investigate further.


Cheers,
- Graham


  % Begin test.ly http://test.ly http://test.ly
  \version 2.9.16
  \include  svenska.ly http://svenska.ly http://svenska.ly



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Two lyrics extender problems

2006-09-29 Thread Holly Briscoe
I've been having two problems with lyrics extenders. The .ly file, chopped down 
from the full score, is at

http://home.earthlink.net/~thebestjobever/LyricsExtenderProblems.htm


and the PDF, though all the notes are missing FNAR (I guess that'll have to be 
discussed separately!), shows the two problems

http://home.earthlink.net/~thebestjobever/ExtenderProblems.pdf


Problem 1:
In measure 29, the men sing thee and hold it for two measures. But the 
extender line continues until meas 37.

Problem 2:
In measure 54, the sopranos sing thee on the tied Fs slurred to an E and back 
to an F. But the extender line is missing. (Note that the basses do the same 
thing, and their extender line is present.)


I'm beyond stumped, but several other threads on the list have helped me 
TREMENDOUSLY with some other issues I was having at various points along the 
way, so thank you all so much.

Highest regards from Texas,
Holly


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user