Re: beatLength and \times n/m {}

2011-10-11 Thread Urs Liska

Am 10.10.2011 21:26, schrieb paul:

I have a little problem with beat length which appears to have
  been discussed in the past, nonetheless I
cannot get the result I want.
I have simple music in 2/4 time and need to display, per 1/4 note,
sextuplets of 1/16 th notes.

Ordinarily this is simple but I would like to have
the six 16th notes appear as three groups of
  two, not one group of 6. I have tried the
  following to no avail

\autoBeamOff
\set subdivideBeams = ##t
\set beatLength = #(ly:make-moment 2 16)
\times 4/6{c16 c c c c d}

Perhaps there is something pedantic about doing this
inside a \times n/m {} construction ?

Apologies if this is a trivial oversight on my part.

Paul


I'm not sure right now if your approach would work in general or if you 
have to use Nick's version.
But in any case the beatLength you'd want is 2/24 and not 2/16. The 
beatLength works isn't influenced by your \times construct, so you have 
to use the actual duration.


HTH
Urs


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



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


Re: Paper Size Default

2011-10-11 Thread Urs Liska
I think he wants to change the paper size that LilyPond uses by default 
if nothing is specified in the actual file.



Am 11.10.2011 08:25, schrieb Pato Press:

Perhaps taking a look at the 4th section of the notation reference manual:

http://lilypond.org/doc/v2.14/Documentation/notation/paper-size-and-automatic-scaling

Luck!

tdy.

2011/10/11 Thomas Wilmot >


Hello,
I have been trying to change my paper size default from A4 to
Letter. I've
looked around in paper.scm and can't find a thing. Is this doable?
Thanks,
Thomas


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



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


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


Re: .bin files in Lilypond

2011-10-11 Thread Francisco Vila
2011/10/10 Francisco Vila :
> 2011/10/10 Frits Verhaeghe :
>> Hello,
>>
>>
>>
>> As a new user of Lilypond, I received from another user some .bin-files. How
>> can I open this .bin-files?
>
> Those .bin files were produced by lilypond? That's very strange if
> it's true.  LilyPond documents are plain text and human readable.  I
> am willing to receive sucha bin file by private email and I'll try to
> analyze it a bit.

I post this to the list to stop all the wondering. They are Finale documents.

Aan wat op aarde leeft
FIN3FIN3
mBIN
ENIGMA BINARY FILE
Finale(R) 3.7 Copyright (c) 1987-1996 Coda Music Technology

Al heeft Hij ons a
FIN3FIN3
mBIN
ENIGMA BINARY FILE
Finale(R) 3.2 Copyright (c) 1994 Coda Music Technology.


Al die willen d
FIN3FIN3
mBIN
ENIGMA BINARY FILE
Finale(R) 3.5 Copyright (c) 1995 Coda Music Technology

They come with no file extension, though. They are absolutely not
lilypond files.

-- 
Francisco Vila. Badajoz (Spain)
www.paconet.org , www.csmbadajoz.com

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


Re: Chords degree

2011-10-11 Thread Robert Schmaus
Hi Stjepan,

I'm not sure I properly understood what you need (and, given the usual
response time on this mailing list, I'm not sure anyone else has), but
here's a link that might help you further.

http://lsr.dsi.unimi.it/LSR/Item?id=710

That's the only thing I know of, which deal with roman numerl chord
notation, and it doesn't quite work as automatically as you hoped. In
fact, you'd have to insert the roman numerals as lyrics.

Best,
Robert


On Monday, October 10, 2011 8:22 PM, "Stjepan Horvat"
 wrote:
> Hello guys..
> 
> How could i make a file.ly using sheme that i would include into my song
> so
> when i write chords in c major that i would have chords degree instead..
> I don't understand Sheme that much so thats why i need your help..
> 
> I used a workaround using chord-name.scm and changing a line like this:
> 
> #("Do" "Ré" "Mi" "Fa" "Sol" "La" "Si")
> 
> into
> 
> #("I" "II" "III" "IV" "V" "VI" "VII")
> 
> and then in a lilypond song used italianChords and \transpose from my
> songs
> key into C..for Tonic (first scale degree) to be "I"..
> That was ok until i came across Minor songs..Where T in Minor is VI in
> major..
> so i changed the upper line into #("VI" "VII" "I" "II" "III" "IV" "V")
> but
> that alltogether becomes to complicated with compiling and everything..
> 
> Is there a simple sheme solution..that i would only need to include a
> file
> and then just use \majorChordsDegree or \minorChordsDegree..I tryed
> reading chord-name.scm and understanding how to create own code but
> didn't
> succeeded..just frustration..
> 
> Thank you very much..!
> 
> 
> -- 
> *Nesmotren govori kao da mačem probada, a jezik je mudrih iscjeljenje.
> Izreke 12:18*
> 
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
> 

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


Re: Paper Size Default

2011-10-11 Thread Reinhold Kainhofer
Am Tuesday, 11. October 2011, 09:36:45 schrieb Urs Liska:
> I think he wants to change the paper size that LilyPond uses by default
> if nothing is specified in the actual file.

The default is specified as a scheme option. In particular in scm/lily.scm the 
paper-size option is defined to "a4" and then later on (in ly/declarations-
init.ly) this option value is used to call set-default-paper-size.

So, you can change the default paper size by either 
-) including set-default-paper-size in one of your include packages,
-) including it in the score,
-) including #(ly:set-option 'paper-size "letter") in your score
-) using -dpaper-size="letter" on the command line
-) etc.

Of course, you could also modify scm/lily.scm directly, but that will be lost 
on a lilypond upgrade...

Cheers,
Reinhold

You can change this 
> Am 11.10.2011 08:25, schrieb Pato Press:
> > Perhaps taking a look at the 4th section of the notation reference
> > manual:
> > 
> > http://lilypond.org/doc/v2.14/Documentation/notation/paper-size-and-autom
> > atic-scaling
> > 
> > Luck!
> > 
> > tdy.
> > 
> > 2011/10/11 Thomas Wilmot  > >
> > 
> > Hello,
> > I have been trying to change my paper size default from A4 to
> > Letter. I've
> > looked around in paper.scm and can't find a thing. Is this doable?
> > Thanks,
> > Thomas
> > 
> > 
> > ___
> > lilypond-user mailing list
> > lilypond-user@gnu.org 
> > https://lists.gnu.org/mailman/listinfo/lilypond-user
> > 
> > ___
> > lilypond-user mailing list
> > lilypond-user@gnu.org
> > https://lists.gnu.org/mailman/listinfo/lilypond-user


-- 
--
Reinhold Kainhofer, reinh...@kainhofer.com, http://reinhold.kainhofer.com/
 * Financial & Actuarial Math., Vienna Univ. of Technology, Austria
 * http://www.fam.tuwien.ac.at/, DVR: 0005886
 * LilyPond, Music typesetting, http://www.lilypond.org

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


Re: How to put vertical space into a page?

2011-10-11 Thread Wilbert Berendsen
Op Sat, 8 Oct 2011 08:35:24 -0400
Alan McConnell  schreef:

> But how to put in the (vertical space)s?

Something like

\paper {
  score-system-spacing = #'
  ((minimum-distance . 20))
}

?
-- 
Wilbert Berendsen
(http://www.wilbertberendsen.nl)


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


ANN: Frescobaldi 1.9.1 (alpha)

2011-10-11 Thread Wilbert Berendsen
Hi all,

a new alpha release of Frescobaldi 2.0 is available.

https://github.com/wbsoft/frescobaldi (click Download)

Frescobaldi is a dedicated LilyPond sheet-music editor with built-in
PDF preview. New since 1.9.0:

* Translation updates (thanks to a lot of guys already!)
* Help in much more dialogs
* New icons for some commands
* It is now possible to set the preferred Qt GUI style
* Always makes backup copy on save, config setting to retain it
* Detailed version info in about dialog
* Lots of small improvements, such as:
  - Apply Rhythm dialog remembering rhythms
  - snippet error messagebox now has Edit Snippet button
* New commands:
  - Cut and Assign
  - Copy to Image
  - Tools -> Format to format whitespace
  - Update with Convert-Ly (with diff view)
* Bugfixes:
  - fix error message on View->Clear error marks
  - fix autocomplete picking second item if no item is highlighted
  - some Parser (highlighting) fixes
  - color buttons now show color on all platforms
  - fix error message on saving settings if no LilyPond was installed

Enjoy! Please report issues and requests to the Frescobaldi mailing
list or the GitHub issue tracker.

Wilbert
-- 
Wilbert Berendsen
(http://www.wilbertberendsen.nl)


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


Changing chords font size

2011-10-11 Thread Alberto Simões

Hello

I am entering chords as:

\chords {
  \italianChords
  s4 fis2.:m e1 fis4:m cis2:m e2 fis\breve:m
}
\new Voice = "mel" \melody
\new Lyrics \lyricsto mel \text

now, I would like to make them smaller (italian chords are verbose).
I am sure there is a parameter for me to override to get that behavior, 
but not sure how/what to change.


Any hint?
Thanks
--
Alberto Simoes
CEHUM

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


Re: ANN: Frescobaldi 1.9.1 (alpha)

2011-10-11 Thread Johan Vromans
Wilbert Berendsen  writes:

> a new alpha release of Frescobaldi 2.0 is available.

Thanks for making this available.

I must be doing something wrong, sincs all I get is:

  % python frescobaldi
  Traceback (most recent call last):
File "frescobaldi", line 2, in 
  import frescobaldi_app.main
File "/home/jv/tmp/frescobaldi-1.9.1/frescobaldi_app/main.py", line 113, in 

  startmain()
File "/home/jv/tmp/frescobaldi-1.9.1/frescobaldi_app/main.py", line 60, in 
startmain
  help=_("Encoding to use"))
File "/usr/lib/python2.7/optparse.py", line 1018, in add_option
  raise TypeError, "invalid arguments"
  TypeError: invalid arguments

-- Johan

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


Re: Override ties

2011-10-11 Thread Ed Gordijn

Hi Harm,

This is exactly what I was looking for!

Thanks, Ed

Op 10-10-11 23:45, Thomas Morley schreef:

\newSpacingSection
 \override Score.SpacingSpanner #'shortest-duration-space = #2.3
 g8 g~---> g g   g g~---> g g
 \newSpacingSection
 \revert Score.SpacingSpanner #'shortest-duration-space


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


Re: Avoiding slurs

2011-10-11 Thread Ed Gordijn

Hi Keith,

Thanks for the suggestion. I added my star to the issue.

Greetings, Ed

Op 11-10-11 06:50, Keith OHara schreef:

I noticed that slurs are avoided a little bit to much. See the example.
I know I can fix that with an override but is this a known issue?

It is in the bug/enhancement tracker at
http://code.google.com/p/lilypond/issues/detail?id=695

The placement of fingering, which really needs to be close to slurs,
was recently made more sophisticated, so maybe that could be extended.
If you like, you can 'star' the issue on the tracker site and get an
email whenever people post a question or suggested solution for that
issue, which has the side effect of indicating that people care about
the issue.





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


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


Re: ANN: Frescobaldi 1.9.1 (alpha)

2011-10-11 Thread Nick Payne

On 12/10/11 05:02, Johan Vromans wrote:

Wilbert Berendsen  writes:


a new alpha release of Frescobaldi 2.0 is available.

Thanks for making this available.

I must be doing something wrong, sincs all I get is:

   % python frescobaldi
   Traceback (most recent call last):
 File "frescobaldi", line 2, in
   import frescobaldi_app.main
 File "/home/jv/tmp/frescobaldi-1.9.1/frescobaldi_app/main.py", line 113, 
in
   startmain()
 File "/home/jv/tmp/frescobaldi-1.9.1/frescobaldi_app/main.py", line 60, in 
startmain
   help=_("Encoding to use"))
 File "/usr/lib/python2.7/optparse.py", line 1018, in add_option
   raise TypeError, "invalid arguments"
   TypeError: invalid arguments


Works ok for me. I just ran "git pull" in the frescobaldi directory to 
get the latest changes from 1.9.0 to 1.9.1.


Nick

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


Re: Changing chords font size

2011-10-11 Thread Thomas Morley
2011/10/11 Alberto Simões 

> Hello
>
> I am entering chords as:
>
>\chords {
>  \italianChords
>  s4 fis2.:m e1 fis4:m cis2:m e2 fis\breve:m
>}
>\new Voice = "mel" \melody
>\new Lyrics \lyricsto mel \text
>
> now, I would like to make them smaller (italian chords are verbose).
> I am sure there is a parameter for me to override to get that behavior, but
> not sure how/what to change.
>
> Any hint?
> Thanks
> --
> Alberto Simoes
> CEHUM 


Hi Alberto,

Is it this what you're looking for?
\override ChordName #'font-size = #-1

Cheers,
Harm
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Changing chords font size

2011-10-11 Thread Alberto Simões



On 11/10/2011 21:41, Thomas Morley wrote:

\override ChordName #'font-size = #-1


Yep, it works. I think it do not change the size of the # symbol, but 
not sure. But it gets lots of space now. thank you.


alberto

--
Alberto Simoes
CEHUM

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


Re: (no subject)

2011-10-11 Thread -Eluze


ymingt wrote:
> 
> I compile the .ly file in v2.15.14, there is a programming error and a
> warming.  The generated output .pdf file seems OK.
> Questions:
> 1.  what is a programming error?  Where can I find explaination in NR?  --
> red text below.
> 
> 2.  what is the warning complain about (no line # reference given - don't
> know where to look)? what is (#). -- blue text below  
> 
> 
> 
>> %lilypond %args
>> "C:\Users\Tsang\Dropbox\Lyndon\LiLy\god-has-reigned\god-has-reigned_SA-TB.ly"
> Processing
> `C:/Users/Tsang/Dropbox/Lyndon/LiLy/god-has-reigned/god-has-reigned_SA-TB.ly'
> Parsing...
> programming error: file name not normalized:
> d:\lily_pond\include_paper-X3.ly
> 
often this means that other folder seperators are expected (os-dependent):
under windows you should use a / instead of \


> continuing, cross fingers
> warning: Spurious garbage following chord: (#)
> 
i couldn't tell without seeing this "garbage" - can you provide the code for
this!?

Eluze

-- 
View this message in context: 
http://old.nabble.com/%28no-subject%29-tp32628373p32631972.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.


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


beat length and beaming problem

2011-10-11 Thread Paul Malcolm



I have the following (perhaps trivial) but interesting problem. 
I would like to manually set the beat length (for beaming purposes) inside a 
\times n/m {} construction. 
The music is 2/4 time and I need groupings of two sextuplets on the 1/4 note 
beat. 
Ordinarily 


\times 4/6 {c16 c c c c c}


But I would like the beaming to group this sextuplet as a collection of three 
groups of two, 
not one group of 6. 


I have tried using the beatLength variable but Ive either misunderstood how it 
works or 
am doing something quite wrong. 
This is what I tried, 


\autoBeamOff
\set subdivideBeams = ##t
\set beatLenegth = #(ly:make-moment 2 16)
\times 4/6 {c16 c c c c c}


Perhaps manually setting the beatLength inside a \times n/m 
needs special consideration ? 


Paul 












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


Re: Chords degree

2011-10-11 Thread Carl Sorensen
On 10/11/11 6:10 AM, "Stjepan Horvat"  wrote:

> Hello..thank you for your response..
> It's not quite what i wanted..
> I'm sending you an example of what i did in pdf format..
> 
> I'm making a church song book..So the problem in my (our) church is that we
> allways have to transpose becouse it is too high or too low..So i tought that
> i will write in one line chords..and in upper line Chords degree..so it would
> be easy to transpose whenever you need to...That was quite practical becose
> then i woud only need to write chords in one line and then in upper just
> transpose to C major and the degree would be flawless..Simple in my head..:)
> 
> Thanks..
> 
> 
> On Tue, Oct 11, 2011 at 11:14 AM, Robert Schmaus 


Here's a hack to generate what you want.  As written, it will only work as
long as your music is in the key of C.


\version "2.14"

#(define-public (note-name->roman-markup pitch lowercase?)
  "Return roman numeral pitch markup for @var{pitch}.
   NOTE: Only works in key of C."
  (make-line-markup
   (list
(make-simple-markup
   (vector-ref #("I" "II" "III" "IV" "V" "VI" "VII") (ly:pitch-notename
pitch))


myChords = \chordmode {
  c1 d e f g a b
}

\score {
  <<
\new ChordNames {
  \set chordRootNamer = #note-name->roman-markup
  \myChords
}
   \new ChordNames {
  \myChords
   }
   \new Staff {
 \myChords
   }
  >>
}




HTH,

Carl


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


Re: beat length and beaming problem

2011-10-11 Thread Xavier Scheuer
On 10 October 2011 01:18, Paul Malcolm  wrote:
>
> I have the following (perhaps trivial) but interesting problem.
> I would like to manually set the beat length (for beaming purposes) inside
> a
> \times n/m {} construction.
> The music is 2/4 time and I need groupings of two sextuplets on the 1/4 note
> beat.
> Ordinarily
>
>
> \times 4/6 {c16 c c c c c}
>
>
> But I would like the beaming to group this sextuplet as a collection of
> three groups of two,
> not one group of 6.

Do you want to *beam* them with a 2 2 2 structure or do you want to
*subdivide* them, i.e. with an "overall beam" (the "8th note beam") and
then have a subdivision 2 2 2 for the "16th note beams"?

The first one is quite easy, by defining a "beamExceptions" rule for
24th notes (i.e. 16th sextuplet) in 2/4 times :

 Snippet

\version "2.14.2"

\score {
  <<
\new Staff {
  \overrideTimeSignatureSettings
#'(2 . 4)  % timeSignatureFraction
#'(1 . 4)  % baseMomentFraction
#'(1 1)% beatStructure
% beamExceptions
#'( ;start of alist
   (end .   ;entry for end of beams
(   ;start of alist of end points
 ((1 . 24) . (2 2 2 2 2 2))   ;rule for 1/24 beams, i.e.
sextuplet 1/16
))) %close all entries
  \time 2/4
  \relative c' {
\repeat unfold 2 \times 4/6 { c16 c c c c c }
  }
}
  >>
}

 End of snippet

The latter is more difficult to define as automatic beam behavior and
AFAIK impossible for now, since it is not possible (yet!) to define
rules for subdivide beams.


> I have tried using the beatLength variable but Ive either misunderstood how
> it works or
> am doing something quite wrong.
> This is what I tried,
>
>
> \autoBeamOff
> \set subdivideBeams = ##t
> \set beatLenegth = #(ly:make-moment 2 16)
> \times 4/6 {c16 c c c c c}
>
>
> Perhaps manually setting the beatLength inside a \times n/m
> needs special consideration ?

beatLength has been replaced by in the new >= 2.14 beaming engine.
Please use baseMoment (and beatStructure).
See in the doc version 2.14 NR 1.2.4 Beams > Setting automatic beam
behavior
http://lilypond.org/doc/v2.14/Documentation/notation/beams.html#setting-automatic-beam-behavior

Cheers,
Xavier

-- 
Xavier Scheuer 

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


Re: beat length and beaming problem

2011-10-11 Thread Xavier Scheuer
On 12 October 2011 00:33, Xavier Scheuer  wrote:
>
> The latter is more difficult to define as automatic beam behavior and
> AFAIK impossible for now, since it is not possible (yet!) to define
> rules for subdivide beams.

OK, apparently the following settings work but I actualy do not
understand **why** it does not produce problems with "non-sextuplet"
rhythms!!

\relative c' {
  \time 2/4
  \set subdivideBeams = ##t
  \set baseMoment = #(ly:make-moment 2 24)
  \set beatStructure = #'(3 3)
  \times 4/6 { c16 c c c c c } c8 c |
  \repeat unfold 8 c16 |
  \repeat unfold 16 c32
}

Cheers,
Xavier

-- 
Xavier Scheuer 

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


Re: How to read out the slope of a beam?

2011-10-11 Thread David Nalesnik
Hi Harm,

On Sat, Oct 8, 2011 at 6:38 PM, harm6  wrote:

>
> Hi,
>
> trying to hack Beam stencil, I need to read out the slope of the original
> Beam. I thought reading out the y-extent, the x-extent and using the
> quotient would do the job. But I was wrong: this quotient can't be negativ.
>
>
> All the additional beams should be parallel to the originals.
>
> How to do?
>
>
Hi Harm,

I'm not sure what the best way is to determine a beam's slope, but you might
incorporate the 'position property in your function to determine whether the
slope is positive or negative:

#(define (test grob)
(let* ((beam (ly:beam::print grob))
   (dir (ly:beam::calc-direction grob))
   (beam-extent-x (ly:stencil-extent beam X))
   (beam-length-x (interval-length beam-extent-x))
   (beam-extent-y (ly:stencil-extent beam Y))
   (beam-length-y (interval-length beam-extent-y))
   (beam-thickness (* 0.48 (ly:output-def-lookup (ly:grob-layout
grob) 'staff-space)))
   (beam-positions (ly:grob-property grob 'positions))
   (beam-slant (if (> (car beam-positions) (cdr beam-positions)) -1 1))
   (orig-slope (* beam-slant (/ (- beam-length-y beam-thickness)
beam-length-x)))

   (markup-a (markup #:with-color red
 #:beam beam-length-x
   orig-slope
   beam-thickness))
   )   ;; end of defs in let*

  (ly:stencil-add
  beam
(ly:stencil-translate-axis
  (grob-interpret-markup grob markup-a)
  (* dir 4) Y))
  ))

Hope this helps!

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


Re: 2.15.14 will not run on Mac x86

2011-10-11 Thread Colin Campbell

On 11-10-10 08:19 AM, Stan Sanderson wrote:
Sad to report that LilyPond v 2.15.14-1 fails to run on my iMac. Error 
report follows below.
As previously reported, v 2.15.8 is the last version to run 
successfully. The previously suggested workaround was not effective.

Process: LilyPond [285]
Path:/Users/ssanders/Desktop/LilyPond.app/Contents/MacOS/LilyPond
Identifier:  org.lilypond.lilypond
Version: ??? (???)
Code Type:   X86 (Native)
Parent Process:  launchd [130]

Interval Since Last Report:  80698 sec
Crashes Since Last Report:   5
Per-App Interval Since Last Report:  0 sec
Per-App Crashes Since Last Report:   3

Date/Time:   2011-10-10 09:04:18.581 -0500
OS Version:  Mac OS X 10.5.8 (9L30)
Report Version:  6
Anonymous UUID:  DD0B279C-6937-406C-9BD0-5411DEFF183B

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0002, 0x
Crashed Thread:  0

Dyld Error Message:
   unknown required load command 0x8022


Stan





Stan, have you seen this thread? 
 
It sounds as if it might be at least a place to look.


HTH,
Colin

--
I've learned that you shouldn't go through life with a catcher's mitt on both 
hands.
You need to be able to throw something back.
-Maya Angelou, poet (1928- )

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


connect staff groups @ end of system?

2011-10-11 Thread Victor Eijkhout
I have a score with a bunch of staff groups. I like that bar lines are only 
connecting staffs in a group, but I would like a big bar line over the whole 
system at the end of every system. Is there a way to do that?

Victor.


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


Difference between 2.12.3 and 2.14.2

2011-10-11 Thread GRAEME F ST CLAIR
The same .ly that gave me what I wanted at 2.12.3 is now 
giving me an extraneous clef and time-signature protruding 
from the top left corner of the first staff in 2.14.2.  Is 
this intended, and if so, how can I remove it?


GFStC.




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


Re: Difference between 2.12.3 and 2.14.2

2011-10-11 Thread m...@apollinemike.com
On Oct 12, 2011, at 7:45 AM, GRAEME F ST CLAIR wrote:

> The same .ly that gave me what I wanted at 2.12.3 is now giving me an 
> extraneous clef and time-signature protruding from the top left corner of the 
> first staff in 2.14.2.  Is this intended, and if so, how can I remove it?
> 
> GFStC.
> 
> 

Graeme,

Could you please send a tiny example illustrating the problem or, if you can't 
reduce the example, post the file so we can have a look?

Cheers,
MS
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Difference between 2.12.3 and 2.14.2

2011-10-11 Thread Xavier Scheuer
On 12 October 2011 07:45, GRAEME F ST CLAIR
 wrote:
>
> The same .ly that gave me what I wanted at 2.12.3 is now giving me an
> extraneous clef and time-signature protruding from the top left corner of
> the first staff in 2.14.2.  Is this intended, and if so, how can I remove
> it?

Try to explicit every context (with \new Staff , \new Voice ,
\new ChordNames , etc.).
There are some differences in the way 2.14 assumes implicit context
creation compared to 2.12.

Cheers,
Xavier

-- 
Xavier Scheuer 

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


Re: ANN: Frescobaldi 1.9.1 (alpha)

2011-10-11 Thread Dmytro O. Redchuk
On Tue 11 Oct 2011, 14:57 Wilbert Berendsen wrote:
> Hi all,
> 
> a new alpha release of Frescobaldi 2.0 is available.
> 
> https://github.com/wbsoft/frescobaldi (click Download)
Thank you very much, indeed, Frescobaldi is great.

I would love to test it on Windows (for my colleague who uses windows); but
since i'm a linux user -- yes, it's funny -- i don't know where to start!-)

I am planning to test it in virtualbox.

What i need? Will frescobaldi work with python shipped with lilypond?

http://qt.nokia.com/downloads/ shows too much; will be enough to get and
install http://code.google.com/p/qt-windows-binaries/ ?

Thank you. Sorry for being boring.

> Please report issues and requests to the Frescobaldi mailing
> list or the GitHub issue tracker.
I guess I'll do .)

-- 
  Dmytro O. Redchuk"Easy to use" is easy to say.
  Bug Squad -- Jeff Garbers

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


Re: ANN: Frescobaldi 1.9.1 (alpha)

2011-10-11 Thread Johan Vromans
Nick Payne  writes:

> Works ok for me. I just ran "git pull" in the frescobaldi directory to
> get the latest changes from 1.9.0 to 1.9.1.

I downloaded and unpacked the frescobaldi-1.9.1.tar.gz

A git cloned frescobaldi gives the same error.

-- Johan

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