No progress messages on GUI under Windows 7

2013-10-13 Thread Jeff Wahl
. What has changed (not explained in Lilypond documentation)? It doesn't matter whether I use bundled Python or Python 2.7 (which is used by Frescobaldi). Jeff Wahl ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: Lilypond fails to compile music on mac, segfaults on Linux

2012-05-25 Thread Jeff Barnes
Thing is, it compiles fine as a Tiny example. See my notes with the original report. The user list validated the repro case. So, you don't want to hear about a seg fault unless I can repro with a tiny example? Jeff - Original Message - From: Graham Percival To: Ralph Palme

Re: Lilypond fails to compile music on mac, segfaults on Linux

2012-05-24 Thread Jeff
> here under windows it also crashes with versions 2.14.0, .2 and 2.15.0 up to > 2.15.23. Did you get any core files? ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Lilypond fails to compile music on mac, segfaults on Linux

2012-05-24 Thread Jeff
> I'm not top posting. The following music doesn't compile on the mac and causes a segfault on Linux. Environments: Mac OSX Lion Ubuntu 12.04 LilyPond Versions 2.14.2-1 (mac) 2.14.2-2 (ubu from apt-get) Command from ubu: $ lilypond WhenILookIntoYourHoliness.ly GNU LilyPond 2.14.2 Processing `

\displayMusic does not properly quote cons lilypond properties

2010-09-22 Thread Jeff Epstein
I'm trying to get the \displayMusic for the following: c1^\markup { \caps \center-align \override #'(box-padding . 0.5) \box "V. S."} It results, partially, in this: (markup #:line (#:caps (#:center-align (#:override (box-padding . 0.5) (#:box "V. S." No

Website bad link

2006-10-01 Thread Jeff
On this page: http://www.lilypond.org/doc/v2.8/Documentation/ I clicked on "Examples", which took me here: http://www.lilypond.org/doc/v2.8/examples.html Which was a mostly blank page, which said this: Nothing to be seen here, move along. This page is for LilyPond-2.8.5 (st

Re: guitar fret diagrams won't show strings greater than six

2005-11-04 Thread Jeff Grady
subtitle = "Modes Of The G Major Scale" composer = "Jeff Grady" meter = "92 bpm" copyright = "(c) Jeff Grady - 2005" tagline = "Seven String Major Scale Positions - Modes Of The G Major Scale, Three Per String" } #(set-global-staff-size

guitar fret diagrams won't show strings greater than six

2005-10-18 Thread Jeff Grady
this work and I'm doing something wrong, or is this a real bug? If so, is it easy to fix? -Jeff __ Yahoo! Music Unlimited Access over 1 million songs. Try it free. http://music.yahoo.com/unlimited/

Re: LilyPond Tips and Tricks

2005-09-12 Thread Jeff Sickel
Has anyone added support for the old tablature notation as seen at the following link? http://mihxil.komputilo.org/hume/tobacco_pic.html The copy from a facsimile isn't so great, but you should be able to get the idea. ___ bug-lilypond mailing

your site: ligatures! BIG question

2004-07-20 Thread Jeff Ostrowski
Hello! I was just at: http://www.lilypond.org/doc/v2.0/Documentation/user/out-www/lilypond/Gregorian-square-neumes-ligatures.html Is it possible that my dream has come true and you are making a program that writes Gregorian chant? I'm afraid I'm too stupid to understand the "coding" aspects of th

building on Mac OS X

2004-04-02 Thread Jeff Sickel
I've had two issues when building LilyPond on Mac OS X: python: The python midi.c module doesn't build correctly unless you add a setup.py file like the following: from distutils.core import setup, Extension setup(name="midi", version="1.0", ext_modules=[ Extension("midi", ["mid