Re: Tuplet brackets appear when I've asked them not to

2008-03-17 Thread Han-Wen Nienhuys
2008/3/10, Trevor Daniels [EMAIL PROTECTED]:

 It seems to need more than a doc change and an example.
  Investigating this code uncovers a program exception
  under XP, which I have just reported.  Perhaps the docs
  should be changed to say that \acciaccatura should not
  be placed within \times brackets.  The code works fine
  when the acciaccatura is moved outside, like this:

I fixed the exception. It still doesn't work (you get a bunch of
errors and no bracket.)

I suggest to avoid this: what does it mean for a grace note to be
inside a \times ?



-- 
Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen


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


Re: Slow compile on Windows XP - font caching problem?

2008-03-17 Thread Han-Wen Nienhuys
2008/3/13, Trevor Daniels [EMAIL PROTECTED]:

  Thanks Graham :(

  OK - here are the results:

  2.11.34-1
   Compiles in 15 secs
   Uses .fontconfig directory

  2.11.35-1
   Fails with libguile2-17.dll not found
 Copied this in, then
   Fails with error about ice-9/boot-9.scm not in load
  path

  2.11.35-2
   Compiles in 15 secs, but
 Lots of error messages like
   Pango CRITICAL
   FT_Get_Glyph_Name() error invalid argument
   Glyph has no name
   Skipping Glyph U+ ... Century-Schl-Roma.otf
   Uses .fontconfig directory

  2.11.36-1, 37-1, 41-1, 42-1
   All compile slowly - 65 secs
   All use .lilypond-fonts directory


Dang, this happened after a big refactoring of our build system.
Is there anything interesting (eg. by way of diff -r) of /program
files/lilypond/usr/etc/ directory between .34 and .36 ?

-- 
Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen


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


Several cue bugs

2008-03-17 Thread Koy Rehme
 I'm not top posting.

I've discovered a set of bugs relating to the cue system.  I'll
be the first to admit that I'm experienced with lilypond -- this
could be from ignorance more than anything else

The following:

\version 2.10.33

cues = \relative c'' {
  R1 |  { e4( f) } \\ { c2 }  c2
}
\addquote cues \cues

part = \relative c' {
  R1 | \cueDuring #cues #1 { c1 }
}

\score {
  
\new Staff = cues \cues
\new Staff = part \part
  
}

As expected, the cues have a hard time working with the polyphony
and a quarter and half note are put on the same stem.  Less
expected, the slur is ignored.

Another problem is with unfolding repeats.  See the following:

cues = \relative c'' {
  \repeat volta 2 { R1 }
  \alternative {
{ e4 f g a }
{ e f g a }
  }
}
\addquote cues \cues

part = \relative c' {
  \repeat volta 2 { R1 }
  \alternative {
\cueDuring #cues #UP { c1 }
\cueDuring #cues #UP { c1 }
  }
}

\score {
  \unfoldRepeats { 
\new Staff = cues \cues
\new Staff = part \part
   }
}

The cues exist properly without the unfolding and are correct in
the first ending.  The second ending, however, is missing the
cues.

Like I said, I may not know what I'm doing.  I've tried 2.11.36,
but I got an infinite loop at Preprocessing graphical
objects... -- more on that another time.

-- KR




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


Re: Tuplet brackets appear when I've asked them not to

2008-03-17 Thread Graham Percival
On Mon, 17 Mar 2008 12:09:41 -0300
Han-Wen Nienhuys [EMAIL PROTECTED] wrote:

 2008/3/10, Trevor Daniels [EMAIL PROTECTED]:
 
  It seems to need more than a doc change and an example.
   Investigating this code uncovers a program exception
   under XP, which I have just reported.  Perhaps the docs
   should be changed to say that \acciaccatura should not
   be placed within \times brackets.  The code works fine
   when the acciaccatura is moved outside, like this:
 
 I fixed the exception. It still doesn't work (you get a bunch of
 errors and no bracket.)
 
 I suggest to avoid this: what does it mean for a grace note to be
 inside a \times ?

Ok Trevor, go ahead and write the docs accordingly.  I won't
complain this time.  :)

Cheers,
- Graham


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


repeatTie does not work in chords

2008-03-17 Thread Eric
% I didn't download 2.11 to check, but did not
% find it in fixed bugs
\version 2.10.33
{
e b~ e b  % normal tie for note in chord ok
b\repeatTie   % repeat tie for normal note ok
e b\repeatTie  % repeat tie for note in chord not ok
}




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