RE: Tweaking in scheme

2015-06-29 Thread Peter Gentry
-Original Message- From: Thomas Morley [mailto:thomasmorle...@gmail.com] Sent: Monday, June 29, 2015 12:10 PM To: Peter Gentry Cc: lilypond-user Subject: Re: Tweaking in scheme 2015-06-29 12:54 GMT+02:00 Peter Gentry peter.gen...@sunscales.co.uk: Tweaking in scheme The heart of

Re: [SPAM] Re: Tweaking in scheme

2015-06-29 Thread David Kastrup
Peter Gentry peter.gen...@sunscales.co.uk writes: -Original Message- From: David Kastrup [mailto:d...@gnu.org] One can also try to do this kind of iteration oneself in order to only use the less invasive tweaks and get the color covered: \version 2.19.22 tweakIV =

Re: [SPAM] Re: Tweaking in scheme

2015-06-29 Thread David Kastrup
David Kastrup d...@gnu.org writes: Peter Gentry peter.gen...@sunscales.co.uk writes: -Original Message- From: David Kastrup [mailto:d...@gnu.org] One can also try to do this kind of iteration oneself in order to only use the less invasive tweaks and get the color covered: \version

transposable figured bass?

2015-06-29 Thread Stefan Thomas
Dear community, I run in a problem, when I transpose the below quoted figured bass from g to f. In this special case the natural sign before the 5 in the 2nd chord should be a flat sign. Is it possible to get a transposable version of this figured bass? Here is my example: \version 2.18.2

RE: [SPAM] Re: Tweaking in scheme

2015-06-29 Thread Peter Gentry
-Original Message- From: David Kastrup [mailto:d...@gnu.org] Sent: Monday, June 29, 2015 12:40 PM To: Thomas Morley Cc: Peter Gentry; lilypond-user Subject: [SPAM] Re: Tweaking in scheme Thomas Morley thomasmorle...@gmail.com writes: How about: \version 2.19.21 %% regard output

Tweaking in scheme

2015-06-29 Thread Peter Gentry
Tweaking in scheme The heart of the scheme procedure I'm trying is #(define (instrumentrange music instrument ) ( ly:music? string? ) ; extract the various portions of the music object (let ((es (ly:music-property music 'elements)) (e (ly:music-property music

Re: Tweaking in scheme

2015-06-29 Thread David Kastrup
Thomas Morley thomasmorle...@gmail.com writes: How about: \version 2.19.21 %% regard output of: \displayMusic { \tweak style #'harmonic a'1 } tweakI = #(define-music-function (parser location music)(ly:music?) (ly:music-set-property! music 'tweaks (acons 'style 'harmonic

Changing notehead sizes within chords

2015-06-29 Thread David B. Stocker
Hello group, Is there a way to apply a NoteHead font-size once to a single music expression and then combine it with one or more other music expressions to get different notehead sizes on a single set of stems (i.e., one Voice context)? This is a common notation for pop music where there is

Re: Tweaking in scheme

2015-06-29 Thread Trevor Daniels
David Kastrup wrote Monday, June 29, 2015 12:40 PM As 2.19.22 is now available for download, let me smugly suggest: \version 2.19.22 tweakIII = #(define-music-function (music) (ly:music?) (tweak 'color red (tweak 'style 'harmonic music))) However, like all of the previous

Re: transposable figured bass?

2015-06-29 Thread David Kastrup
Chris Yate chrisy...@gmail.com writes: On 29 June 2015 at 14:20, Stefan Thomas kontrapunktste...@gmail.com wrote: Dear community, I run in a problem, when I transpose the below quoted figured bass from g to f. In this special case the natural sign before the 5 in the 2nd chord should be a

Re: Tweaking in scheme

2015-06-29 Thread Kieren MacMillan
Hi all, On Jun 29, 2015, at 7:40 AM, David Kastrup d...@gnu.org wrote: As 2.19.22 is now available for download, let me smugly suggest: \version 2.19.22 tweakIII = #(define-music-function (music) (ly:music?) (tweak 'color red (tweak 'style 'harmonic music))) BRAVO! This is wonderful.

Re: transposable figured bass?

2015-06-29 Thread Chris Yate
On 29 June 2015 at 14:20, Stefan Thomas kontrapunktste...@gmail.com wrote: Dear community, I run in a problem, when I transpose the below quoted figured bass from g to f. In this special case the natural sign before the 5 in the 2nd chord should be a flat sign. Is it possible to get a

Re: Tweaking in scheme

2015-06-29 Thread Urs Liska
Am 29.06.2015 um 13:40 schrieb David Kastrup: As 2.19.22 is now available for download, let me smugly suggest: \version 2.19.22 tweakIII = #(define-music-function (music) (ly:music?) (tweak 'color red (tweak 'style 'harmonic music))) As I've expressed earlier somewhere I think

Re: transposable figured bass?

2015-06-29 Thread Ralf Mattes
Am Montag, 29. Juni 2015 15:20 CEST, Stefan Thomas kontrapunktste...@gmail.com schrieb: Dear community, I run in a problem, when I transpose the below quoted figured bass from g to f. In this special case the natural sign before the 5 in the 2nd chord should be a flat sign. Is it possible

Re: Tweaking in scheme

2015-06-29 Thread Thomas Morley
2015-06-29 12:54 GMT+02:00 Peter Gentry peter.gen...@sunscales.co.uk: Tweaking in scheme The heart of the scheme procedure I'm trying is #(define (instrumentrange music instrument ) ( ly:music? string? ) ; extract the various portions of the music object (let ((es (ly:music-property

Re: transposable figured bass?

2015-06-29 Thread Thomas Morley
2015-06-29 18:08 GMT+02:00 Ralf Mattes r.mat...@mh-freiburg.de: Am Montag, 29. Juni 2015 15:20 CEST, Stefan Thomas kontrapunktste...@gmail.com schrieb: Dear community, I run in a problem, when I transpose the below quoted figured bass from g to f. In this special case the natural sign

Re: Changing notehead sizes within chords

2015-06-29 Thread Thomas Morley
2015-06-29 23:16 GMT+02:00 Klaus Blum benbigno...@gmx.de: Hi David, you could start a new voice like this: \new Voice % add this line... \leadVoice but this will lead to new problems: an additional slur and warnings about colliding note columns. Overriding the notehead size will

PDF portfolio of 2.19.22 docs

2015-06-29 Thread Nick Payne
A fully indexed portfolio of the 2.19.20 PDF docsis available at https://www.dropbox.com/s/3j7d0alo7y2l37b/lilydoc-2.19.22.pdf?dl=0 (38Mb). Needs Adobe Reader - I haven't found a 3rd party PDF viewer that can use the index in PDF portfolios. Nick

Re: Frescobaldi not using correct lilypond version

2015-06-29 Thread David Kastrup
Urs Liska u...@openlilylib.org writes: Am 29.06.2015 um 23:12 schrieb N. Andrew Walsh: As I explained in another thread, gentoo uses a rolling, live version number (ie program-) to build directly from Git/Subversion versions of certain packages. Lilypond is one of these, and my current

Re: Snowballing

2015-06-29 Thread Simon Albrecht
The problem now ceased suddenly as it begun… Whatever :-) Best, Simon Am 25.06.2015 um 18:50 schrieb Simon Albrecht: Hello everyone, is it just me who has been having a kind of ‘snowballing’ problem on the -user and -devel lists for the last two days or so? Most of the mails arrive two up

Frescobaldi not using correct lilypond version

2015-06-29 Thread N. Andrew Walsh
As I explained in another thread, gentoo uses a rolling, live version number (ie program-) to build directly from Git/Subversion versions of certain packages. Lilypond is one of these, and my current instance of 'lilypond -v' returns the following: $ lilypond -v GNU LilyPond 2.19.23

Re: Frescobaldi not using correct lilypond version

2015-06-29 Thread Urs Liska
Am 29.06.2015 um 23:12 schrieb N. Andrew Walsh: As I explained in another thread, gentoo uses a rolling, live version number (ie program-) to build directly from Git/Subversion versions of certain packages. Lilypond is one of these, and my current instance of 'lilypond -v' returns the

Re: garbled output, error

2015-06-29 Thread Urs Liska
Am 29.06.2015 um 22:23 schrieb N. Andrew Walsh: Bug report added: https://github.com/openlilylib/openlilylib/issues/125 Cheers, A Thanks, I was already on my way shifting that issue out of focus ;-) Urs ___ lilypond-user mailing list

Re: garbled output, error

2015-06-29 Thread N. Andrew Walsh
Bug report added: https://github.com/openlilylib/openlilylib/issues/125 Cheers, A On Sat, Jun 27, 2015 at 11:48 AM, Urs Liska u...@openlilylib.org wrote: Am 27.06.2015 um 11:22 schrieb N. Andrew Walsh: Hi Urs, My desktop is a gentoo system which builds directly from the git

Re: PDF portfolio of 2.19.22 docs

2015-06-29 Thread tisimst
Nick Payne-3 wrote Needs Adobe Reader - I haven't found a 3rd party PDF viewer that can use the index in PDF portfolios. On Windows, I use SumatraPDF and it *mostly* works. It doesn't seem to handle cross-manual links, but everything else seems to work pretty well. I could open each of the

Re: Landscape output

2015-06-29 Thread J Martin Rushton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 26/06/15 16:16, Alexander Kobel wrote: On 2015-06-26 16:51, Peter Gentry wrote: Hello My paper block is % --- % set the paper layout for binding % footer has title and page number %

Re: Changing notehead sizes within chords

2015-06-29 Thread Klaus Blum
Hi David, you could start a new voice like this: \new Voice % add this line... \leadVoice but this will lead to new problems: an additional slur and warnings about colliding note columns. Overriding the notehead size will always work for the entire chord. That's why only the tweak will

Re: download trouble

2015-06-29 Thread Knute Snortum
I'm assuming you want the latest stable version. Try http://download.linuxaudio.org/lilypond/binaries/mingw/lilypond-2.18.2-1.mingw.exe On Mon, Jun 29, 2015 at 5:16 PM Cate Sheller cate.shel...@kirkwood.edu wrote: I have attempted to download the lilypond executable for Windows using two

Re: Changing notehead sizes within chords

2015-06-29 Thread David B. Stocker
Klaus and Thomas, Thank you. These are exactly the kind of thing I was looking for. I've been starting to fool around with scheme and it's going very slowly. Maybe examining these and learning how/why they work will help me with the lilypond-specific scheme knowledge required to start solving

Re: Tweaking in scheme

2015-06-29 Thread Paul Morris
On Jun 29, 2015, at 11:43 AM, Kieren MacMillan kieren_macmil...@sympatico.ca wrote: BRAVO! This is wonderful. Kudos and thanks. +1 This is really nice! LilyPond just keeps getting better. -Paul ___ lilypond-user mailing list

download trouble

2015-06-29 Thread Cate Sheller
I have attempted to download the lilypond executable for Windows using two different browsers (Chrome and Firefox). I am using my home computer, so there are no unusual firewall issues, but the download starts out slow and then consistently fails every time. Any suggestions for how I might