Re: tupletSpannerDuration and percent repeat conflict

2012-03-28 Thread Lenore Horner

On Mar 26, 2012, at 18:54 , Carl Sorensen wrote:

> 
> 
> On 3/26/12 12:49 PM, "Lenore Horner"  wrote:
> 
>>> I'm not top posting.
>> 
>> \version "2.14.2"
>> \paper{ ragged-right=##t }
>> \relative c'' {
>>  \set tupletSpannerDuration = #(ly:make-moment 1 4) \times 2/3 {
>>  \repeat percent 2 {g8 f g  f g f   g f g  f g f }
>>  } \unset tupletSpannerDuration
>> }
>> 
>> Produces correct pdf output but also the following string of error
>> messages 
>> (the full piece of music showed similar inconvenient lack of line numbers
>> with the errors).
> 
> A simple change prevents the errors:
> 
> \version "2.14.2"
> \paper{ ragged-right=##t }
> \relative c'' {
>   \set tupletSpannerDuration = #(ly:make-moment 1 4)
>% \times 2/3 {  % NOTE -- move the \times 2/3 *inside* the
> repeat percent
>   \repeat percent 2 \times 2/3 {g8 f g  f g f   g f g  f g f }
>   %}
>\unset tupletSpannerDuration
> }
> 
> HTH,
> 
> Carl
> 
> 
> 
I noted that change in my bug report, but I also noted why it isn't 
particularly desirable: having to separate out the declarations for repeated 
sections in an extended section of triplets.  
Lenore


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


tupletSpannerDuration and percent repeat conflict

2012-03-26 Thread Lenore Horner
> I'm not top posting.

\version "2.14.2"
\paper{ ragged-right=##t }
\relative c'' {
\set tupletSpannerDuration = #(ly:make-moment 1 4) \times 2/3 { 
\repeat percent 2 {g8 f g  f g f   g f g  f g f } 
} \unset tupletSpannerDuration
}

Produces correct pdf output but also the following string of error messages 
(the full piece of music showed similar inconvenient lack of line numbers 
with the errors).

/Applications/LilyPond.app/Contents/Resources/bin/lilypond 
tuplet-repeatPercent-bug.ly; 
open tuplet-repeatPercent-bug.pdf
GNU LilyPond 2.14.2
Processing `tuplet-repeatPercent-bug.ly'
Parsing...
Interpreting music... 
programming error: stopped tuplet bracket has neither left nor right bound
continuing, cross fingers
programming error: stopped tuplet bracket has neither left nor right bound
continuing, cross fingers
programming error: stopped tuplet bracket has neither left nor right bound
continuing, cross fingers
programming error: stopped tuplet bracket has neither left nor right bound
continuing, cross fingers
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
Layout output to `tuplet-repeatPercent-bug.ps'...
Converting to `./tuplet-repeatPercent-bug.pdf'...
success: Compilation successfully completed


This 
\version "2.14.2"
\paper{ ragged-right=##t }
\relative c'' {
\repeat percent 2 {\set tupletSpannerDuration = #(ly:make-moment 1 4) 
\times 2/3 { 
g8 f g  f g f   g f g  f g f  
} \unset tupletSpannerDuration }
}

produces identical music but no error complaints, however in long passages of 
triplets it's a nuisance to have to stop and start the tupletSpannerDuration 
for chunks involving % repeats.

NOTE: I've had to wack things at 80-characters so some of the output isn't
completely accurate.


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


crash report

2007-04-07 Thread Lenore Horner
Is Lilypond using TeTex?  It looks like it is, but like it wants it's own
 installation and
 I wonder if having 
two installations is causing problems.  

I finally got a crash that told me where Lilypond does write reports
 (since the feedback window was 
blank).

This is what it says.  (Sorry for the unreadability.  I kept getting an over
 80 char error so I've
 inserted a 
bunch of extra returns.
C'mon, get something modern so I don't have to put a
million returns in by hand.)

OS Version: 10.4.9 (Build 8P135)
Report Version: 4

Command: lilypond
Path:/Applications/Lilypond/LilyPond.app/Contents/Resources/bin/lilypond
Parent:  LilyPond [8819]

Version: 2.10.20-1 (Build from Sun Feb 25 21:31:07 2007
)

PID:8821
Thread: 0

Exception:  EXC_BAD_ACCESS (0x0001)
Codes:  KERN_PROTECTION_FAILURE (0x0002) at 0x

Thread 0 Crashed:
0   libfreetype.6.3.8.dylib 0x010ecfe8 TT_Load_Simple_Glyph + 336
1   libfreetype.6.3.8.dylib 0x010ec728 load_truetype_glyph + 956
2   libfreetype.6.3.8.dylib 0x010ed374 Load_Glyph + 308
3   libfreetype.6.3.8.dylib 0x010b41d8 FT_Load_Glyph + 312
4   libfontconfig.1.2.0.dylib   0x0078bf5c FcFreeTypeCheckGlyph + 68
5   libfontconfig.1.2.0.dylib   0x0078c58c FcFreeTypeCharSetAndSpacing 
+ 1420
6   libfontconfig.1.2.0.dylib   0x0078df18 FcFreeTypeQueryFace + 4500
7   libfontconfig.1.2.0.dylib   0x0078e83c FcFreeTypeQuery + 164
8   libfontconfig.1.2.0.dylib   0x0078b5e0 FcFileScanConfig + 112
9   libfontconfig.1.2.0.dylib   0x0078b8a8 FcDirCacheScan + 360
10  libfontconfig.1.2.0.dylib   0x00787760 FcConfigAddDirList + 120
11  libfontconfig.1.2.0.dylib   0x00787a0c FcConfigBuildFonts + 76
12  lilypond0x000752f8 init_fontconfig() + 624
13  lilypond0x000c3500 main_with_guile(void*, int, char**) 
+ 232
14  libguile.17.0.1.dylib   0x0063f188 invoke_main_func + 68
15  libguile.17.0.1.dylib   0x00611774 c_body + 36
16  libguile.17.0.1.dylib   0x006821ec scm_c_catch + 584
17  libguile.17.0.1.dylib   0x00611b94 scm_i_with_continuation_barrier 
+ 136
18  libguile.17.0.1.dylib   0x00611c54 scm_c_with_continuation_barrier 
+ 72
19  libguile.17.0.1.dylib   0x00681070 scm_i_with_guile_and_parent + 
52
20  libguile.17.0.1.dylib   0x0063f12c scm_boot_guile + 56
21  lilypond0x000c1904 main + 276
22  lilypond0x00010c9c _start + 392
23  dyld0x8fe01048 _dyld_start + 60

Thread 0 crashed with PPC Thread State 64:
  srr0: 0x010ecfe8 srr1: 0x0200f030
vrsave: 

0x
cr: 0x2428  xer: 0x2006   lr: 
0x010ecfe0  ctr: 

0x010afea0
r0: 0x   r1: 0xbfffe810   r2: 
0x01348111   r3: 

0x0001
r4: 0x5f10   r5: 0x   r6: 
0x1a41bb00   r7: 

0x
r8: 0x   r9: 0x01348112  r10: 
0x  r11: 

0x01108204
   r12: 0x010afea0  r13: 0xbfffeb98  r14: 
0x00db  r15: 

0x
   r16: 0x007a3954  r17: 0x  r18: 
0xbfffeb9c  r19: 

0x0055
   r20: 0x0182d000  r21: 0x  r22: 
0x0004  r23: 

0x01312e14
   r24: 0x01312de0  r25: 0xbfffe9b0  r26:
 0x0055  r27: 

0x0139f640
   r28: 0x00f2  r29: 0x  r30: 
0x0001  r31: 

0x0078c00c

Binary Images Description:
0x1000 -   0x2a1fff lilypond
/Applications/Lilypond/LilyPond.app/
Contents/Resources/bin/

lilypond
  0x456000 -   0x462fff libintl.8.0.0.dylib /Applications/Lilypond/
LilyPond.app/Contents/

Resources/lib/libintl.8.0.0.dylib
  0x467000 -   0x49cfff libgmp.3.4.1.dylib  /Applications/Lilypond/
LilyPond.app/Contents/

Resources/lib/libgmp.3.4.1.dylib
  0x4ab000 -   0x4dcfff libpangoft2-1.0.0.1400.8.dylib  /Applications/
Lilypond/LilyPond.app/

Contents/Resources/lib/libpangoft2-1.0.0.1400.8.dylib
  0x4e6000 -   0x4edfff libgmodule-2.0.0.1000.3.dylib   /Applications/
Lilypond/LilyPond.app/

Contents/Resources/lib/libgmodule-2.0.0.1000.3.dylib
  0x4f -   0x4f8fff libltdl.3.1.2.dylib /Applications/Lilypond/
LilyPond.app/Contents/Resources/

lib/libltdl.3.1.2.dylib
  0x605000 -   0x6aafff libguile.17.0.1.dylib   /Applications/Lilypond
/LilyPond.app/Contents/

Resources/lib/libguile.17.0.1.dylib
  0x6ea000 -   0x725fff libpango-1.0.0.1400.8.dylib /Applications/
Lilypond/LilyPond.app/Contents/

Resources/lib/libpango-1.0.0.1400.8.dylib
  0x736000 -   0x772fff libgobject-2.0.0.1000.3.dylib   /Applications/
Lilypond/LilyPond.app/

Contents/Resources/lib/libgobject-2.0.0.1000.3.dylib
  0x782000 -   0x7a2fff libfontconfig.1.2.0.dylib   /Applications
/Lilypond/LilyPond.app/Contents/

Resources/lib/libfontconfig.1.2.0.dylib
  0x7b6000 -   0x7d4fff libexpat

cannot compile

2007-04-04 Thread Lenore Horner
Lilypond cannot compile anything at all - not even the file that 
automatically appears whenever you open 
Lilypond.

I am running Lilypond 20.10.20-1 on OS X 10.4.9 on a PowerBook G4.  
I think I was running this version 
of Lilypond before I upgraded from 10.4.8.

I have run Applejack, which includes repairing permissions.  
I have re-downloaded and re-installed 
Lilypond to no avail.  

My guess is that upgrading to 10.4.9 broke a link somewhere, 
but I haven't the faintest clue where. I 
would appreciate any advice on what to look for and how to fix this. 





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