Chords symbols for Function Theory (Riemann)

2010-12-20 Thread Stefan Thomas
Dear Francois, there is a way to write the symbols of the Riemann-Maler-Functions with lilypond. I've started to write a little library with these symbols, but I'm not finished yet. I 've attached the file. There is still something to do. As You can see, the position of the verkuerzte D7 ( I don't

Re: printing A4 pages on A3 paper

2010-12-20 Thread Ole Hesprich
Nick Payne wrote: On Linux you can use psbook, psnup, and pstops for booklet printing. If you Google those terms you'll find numerous pages showing the commands and parameters needed. On Linux just install the newest pdfjam-package (2.x). It contains pdfbook which can do that job with only

Re: ways of using Lilypond?

2010-12-20 Thread Wilbert Berendsen
Op zondag 19 december 2010 schreef Ludo: Frescobaldi was the first one I looked at, but asking questions on their Dutch forum (the developer is Dutch, so it seemed the most logical place) was in vain; no replies at all. Best place for Frescobaldi help is Frescobaldi or LilyPond mailing list,

Re: how to write a scheme function to override glissando properties

2010-12-20 Thread Marc Hohl
Am 19.12.2010 21:26, schrieb jakob lund: [...] I think what happens is that the start note, passed to your function, is already wrapped up in an object. \glissando is meant for use with a single note, rather than with a music object. Sounds reasonable. You can use scheme to add the `start

Re: how to write a scheme function to override glissando properties

2010-12-20 Thread Marc Hohl
Am 19.12.2010 21:22, schrieb Patrick Schmidt: [...] The values for minimum-length in different contexts influence each other. The highest value wins. This is reasonable but unfortunately the glissandi staves and tab staves don't have the same length in print even when they were given the

Re: ways of using Lilypond?

2010-12-20 Thread Stjepan Horvat
Vim with Evince aside. On Mon, Dec 20, 2010 at 10:41 AM, Wilbert Berendsen lily...@xs4all.nlwrote: Op zondag 19 december 2010 schreef Ludo: Frescobaldi was the first one I looked at, but asking questions on their Dutch forum (the developer is Dutch, so it seemed the most logical place)

Re: music engraving resources in the internet

2010-12-20 Thread James
Hello, On 20/12/2010 01:41, Janek WarchoĊ‚ wrote: So, any links (or attachments) will be appreciated. http://www.google.com/search?tbs=bks%3A1tbo=1q=music+engraving ? James ___ lilypond-user mailing list lilypond-user@gnu.org

Re: A quick way to change 50 lilypond files

2010-12-20 Thread hsweet
Search/Replace in an editor is fine for one or 2 files. + I never remember regex syntax so this way it's written down : ) +I just wanted to avoid having to do this manually for 50 files. This does them all at once. 50 or 500. Here is one I just thought of... (Haven't tested yet) It should

Re: ways of using Lilypond?

2010-12-20 Thread Ludo Beckers
On Sun, Dec 19, 2010 at 9:22 PM, Marc Mouries m...@mouries.net wrote: On Dec 18, 2010, at 5:19 PM, Ludo Beckers wrote: Just wondering, has there ever been a poll about how many Lilypond users work with a certain specific tool. Is the majority in this group using denemo, frescobaldi,

key signature problem

2010-12-20 Thread Ralph Palmer
Greetings - I'm running LilyPond 2.12.3 under Ubuntu. I'm trying to get a non-standard key signature : b-flat and d-flat. When I follow the 2.12.3 docs, I get the following error message. GNU LilyPond 2.12.3 Processing `key_sign_test.ly' Parsing... Interpreting music... Preprocessing graphical

Re: key signature problem

2010-12-20 Thread Jonathan Kulp
On Mon, Dec 20, 2010 at 8:12 AM, Ralph Palmer palmer.r.vio...@gmail.com wrote: Greetings - I'm running LilyPond 2.12.3 under Ubuntu. I'm trying to get a non-standard key signature : b-flat and d-flat. When I follow the 2.12.3 docs, I get the following error message. GNU LilyPond 2.12.3

Re: key signature problem

2010-12-20 Thread Jonathan Kulp
On Mon, Dec 20, 2010 at 8:12 AM, Ralph Palmer palmer.r.vio...@gmail.com wrote: Greetings - I'm running LilyPond 2.12.3 under Ubuntu. I'm trying to get a non-standard key signature : b-flat and d-flat. When I follow the 2.12.3 docs, I get the following error message. GNU LilyPond 2.12.3

Tweaking Jedit LilyPondTool?

2010-12-20 Thread Adam Good
Hi All, I'm just now checking out LilyPondTool and have a couple of newbie questions regarding midi input. It looks like the Score Setup Wizard is the place to set up which language you would like the pitches to be notated as (cis vs. cs, etc). Ok fine but I would like to use my own pitch names

Re: key signature problem

2010-12-20 Thread Ralph Palmer
On Mon, Dec 20, 2010 at 9:31 AM, Jonathan Kulp jonlancek...@gmail.comwrote: I think I've found it. Try using a backtick ` instead of single quote ' on this line: \set Staff.keySignature = #'(((1 . 1) . ,FLAT) When I did this it compiled (and notice in the doc example it has a backtick).

Change layout: space after next-padding

2010-12-20 Thread Stjepan Horvat
Hello, when i insert the option annotate-spacing = ##t under paper my pdf gets some kind of line where you can see what is happening with layout..I wanted to compress the layout little so i inserted more options under paper like: ragged-last-bottom = ##f between-system-space = 0

Re: key signature problem

2010-12-20 Thread Jonathan Kulp
On Mon, Dec 20, 2010 at 9:34 AM, Ralph Palmer palmer.r.vio...@gmail.com wrote: I think I've found it. Try using a backtick ` instead of single quote ' on this line: \set Staff.keySignature = #'(((1 . 1) . ,FLAT) When I did this it compiled (and notice in the doc example it has a backtick).

Re: Tweaking Jedit LilyPondTool?

2010-12-20 Thread Stjepan Horvat
Hi, i was looking in /usr/share/lilypond/2.12.3/ly/ and saw that there are diferent standards..maybe you can use one file as a example and create your own and save it as turkish.ly and then include it in lilypond file with \include trukish.ly On Mon, Dec 20, 2010 at 4:32 PM, Adam Good

Re: printing A4 pages on A3 paper

2010-12-20 Thread Tiago Morin
Hi, Here's the Latex source I use for such situation: The booklet has to be done manually. \documentclass[a4paper,landscape]{article} \paperwidth=420mm \paperheight=297mm \pdfpagewidth=\paperwidth \pdfpageheight=\paperheight \usepackage{pdfpages} \begin{document}

Re: Tweaking Jedit LilyPondTool?

2010-12-20 Thread Paul Thompson
It would be easy enough to define a variable which would use your preferred naming scheme in place of the official one. So, usually c# is notated as cis. Define a variable: cb={cis} Then you can use cb in place of cis: a \cb b \cb You merely need to use the \ to denote a variable. As

Re: ways of using Lilypond?

2010-12-20 Thread Henning Hraban Ramm
Am 2010-12-18 um 23:19 schrieb Ludo Beckers: Just wondering, has there ever been a poll about how many Lilypond users work with a certain specific tool. Is the majority in this group using denemo, frescobaldi, lilypondtool or other tools? I use Smultron on Mac and gedit on Linux

Re: key signature problem

2010-12-20 Thread James
hello On 20/12/2010 15:38, Jonathan Kulp wrote: I don't recall this either. I thought all such constructs used the single quote. :shrug: Glad to help, http://lists.gnu.org/archive/html/lilypond-devel/2010-06/msg00161.html James ___ lilypond-user

Re: ways of using Lilypond?

2010-12-20 Thread Michael Ellis
Oops forgot to attach one of the files to prior message. Here it is. Cheers, Mike On Mon, Dec 20, 2010 at 11:01 AM, Michael Ellis michael.f.el...@gmail.comwrote: Hi Michael, Took me a day longer than I thought to get around to this. Here are the main scripts I'm currently using. They are

Re: ways of using Lilypond?

2010-12-20 Thread Stjepan Horvat
Becouse it's java..me to..and it's slow.. On Mon, Dec 20, 2010 at 4:47 PM, Henning Hraban Ramm hra...@fiee.netwrote: Am 2010-12-18 um 23:19 schrieb Ludo Beckers: Just wondering, has there ever been a poll about how many Lilypond users work with a certain specific tool. Is the majority in

Re: key signature problem

2010-12-20 Thread Ralph Palmer
On Mon, Dec 20, 2010 at 10:54 AM, James james.l...@datacore.com wrote: http://lists.gnu.org/archive/html/lilypond-devel/2010-06/msg00161.html Thanks, James - I know very little about Scheme, but the explanation part way down the thread (about arguments preceded by a comma versus not) made

Re: Chords symbols for Function Theory (Riemann)

2010-12-20 Thread Music Teacher
Hi Stefan, Besten Dank, many thanks. I had also a look at the fret-script in scheme, i must say this is not for me actually :-( Also to your script, hut ab, chapeau bas. I wait that you send it to the official lily-distribution, but if can be of any help, just ask me. Francois 2010/12/20,

Re: Tweaking Jedit LilyPondTool?

2010-12-20 Thread Bertalan Fodor (LilyPondTool)
Currently LilyPondTool doesn't support custom note names in the wizard and the piano input. On Mon, Dec 20, 2010 at 4:32 PM, Adam Good adamg...@adamgood.com wrote: Hi All, I'm just now checking out LilyPondTool and have a couple of newbie questions regarding midi input. It looks like the

Re: ways of using Lilypond?

2010-12-20 Thread Marc Mouries
On 12/20/2010 8:54 AM, Ludo Beckers wrote: On Sun, Dec 19, 2010 at 9:22 PM, Marc Mouries m...@mouries.net mailto:m...@mouries.net wrote: On Dec 18, 2010, at 5:19 PM, Ludo Beckers wrote: Just wondering, has there ever been a poll about how many Lilypond users work with a certain

Re: key signature problem

2010-12-20 Thread Carl Sorensen
On 12/20/10 8:34 AM, Ralph Palmer palmer.r.vio...@gmail.com wrote: On Mon, Dec 20, 2010 at 9:31 AM, Jonathan Kulp jonlancek...@gmail.com wrote: I think I've found it. Try using a backtick ` instead of single quote ' on this line: \set Staff.keySignature = #'(((1 . 1) . ,FLAT)

Re: ways of using Lilypond?

2010-12-20 Thread Tim Reeves
LilypondTool with jEdit (on Windows) Tim Reeves ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: ways of using Lilypond?

2010-12-20 Thread Ludo Beckers
Hi Wilbert The 2nd address in your signature is the forum where I reacted on 2 of your posts, but didn't see a reaction. I'm catch22 in that one. I might be interested in also checking out Frescobaldi, but wonder if it makes much sense on a non-KDE-system (too many KDE-dependencies)? Flemish

Re: ways of using Lilypond?

2010-12-20 Thread -Eluze
i use PSPad or Notepad++ under Windows; i have developed my own user interface (with hiliting) which shows the compilation result (if successful) or otherwise the log (when errors or warnings occur). i would be happy if there were a performant editor that supports Lilypond hiliting, folding,

Re: ways of using Lilypond?

2010-12-20 Thread Trevor Daniels
I use ConTEXT (http://www.contexteditor.org/), a freeware text editor for Windows, for all my text editing, including LilyPond and LilyPond texinfo files. It has a wide range of highlighter files, including one for LilyPond. Only a highlighter for the 2.10 version of LilyPond is available,

Re: ChordName Font [was: lilypond cameo]

2010-12-20 Thread Marc M
Graham Percival-3 wrote: On Tue, Dec 14, 2010 at 7:27 PM, Marc Hohl m...@hohlart.de wrote: and does it make the download size much much bigger. How much is much much? Gonville is 3.5 MB, the Jazz font is 10 KB. Downloading lilypond is 20 MB, so personally, I don't think this would break

Re: ChordName Font [was: lilypond cameo]

2010-12-20 Thread Graham Percival
On Mon, Dec 20, 2010 at 06:07:28PM -0800, Marc M wrote: Graham Percival-3 wrote: On Tue, Dec 14, 2010 at 7:27 PM, Marc Hohl m...@hohlart.de wrote: and does it make the download size much much bigger. How much is much much? Gonville is 3.5 MB, the Jazz font is 10 KB. Downloading

Re: ChordName Font [was: lilypond cameo]

2010-12-20 Thread Nick Payne
On 21/12/10 13:07, Marc M wrote: Graham Percival-3 wrote: On Tue, Dec 14, 2010 at 7:27 PM, Marc Hohlm...@hohlart.de wrote: and does it make the download size much much bigger. How much is much much? Gonville is 3.5 MB, the Jazz font is 10 KB. Downloading lilypond is 20 MB, so personally, I

Re: ChordName Font [was: lilypond cameo]

2010-12-20 Thread Nick Payne
On 21/12/10 14:31, Nick Payne wrote: On 21/12/10 13:07, Marc M wrote: Graham Percival-3 wrote: On Tue, Dec 14, 2010 at 7:27 PM, Marc Hohlm...@hohlart.de wrote: and does it make the download size much much bigger. How much is much much? Gonville is 3.5 MB, the Jazz font is 10 KB.

fretboard diagram : alignment issue

2010-12-20 Thread Marc Mouries
Hi Lilyponders, I am trying to generate a chord chart for Violin and i have an alignment problem. I want to include the different possibilities of playing a chord and thus i can't use the command storePredefinedDiagram and thus can't use a FretBoard like this \score { \new

fretboard diagram : removing the fret number on the side

2010-12-20 Thread Marc Mouries
The fret diagram prints a fret number indication on the right that is confusing from a Violinist perspective. Is there any option for the fret diagram not to print it? For instance, in the 2nd D chord i'd like to get rid of the "iv" or print "i" because on the

Re: fretboard diagram : alignment issue

2010-12-20 Thread Carl Sorensen
On 12/20/10 8:47 PM, Marc Mouries m...@mouries.net wrote: Hi Lilyponders, I am trying to generate a chord chart for Violin and i have an alignment problem. I want to include the different possibilities of playing a chord and thus i can't use the command storePredefinedDiagram and thus

Re: fretboard diagram : removing the fret number on the side

2010-12-20 Thread Carl Sorensen
On 12/20/10 8:57 PM, Marc Mouries m...@mouries.net wrote: The fret diagram prints a fret number indication on the right that is confusing from a Violinist perspective. Is there any option for the fret diagram not to print it? Unfortunately, right now there is no way to change it.

Re: fretboard diagram : removing the fret number on the side

2010-12-20 Thread David Kastrup
Carl Sorensen c_soren...@byu.edu writes: On 12/20/10 8:57 PM, Marc Mouries m...@mouries.net wrote: The fret diagram prints a fret number indication on the right that is confusing from a Violinist perspective. Is there any option for the fret diagram not to print it? Unfortunately,