Names of multiple midi files in lilypond-book

2010-03-22 Thread Keith Weintraub
Folks, I am creating a small book with dozens of music snippets using lilypond-book. I would like to be able to put hyperlinks in the text that point to the midi files. Is there a way to know what the names of the midi files will be or better yet to force the names in the \midi{} block? Than

Re: Re: scanning music

2010-03-22 Thread nick . payne
On Tue 23/03/10 11:10 AM , Graham Percival gra...@percival-music.ca sent: > On Mon, Mar 22, 2010 at 11:22:41PM +, Hernâni Mouta wrote: > > I would like to know if it is possible to scan > music with Lilypond. > No, it is not. > Audiveris scans to MusicXML format which can then be imp

Re: scanning music

2010-03-22 Thread Graham Percival
On Mon, Mar 22, 2010 at 11:22:41PM +, Hernâni Mouta wrote: > I would like to know if it is possible to scan music with Lilypond. No, it is not. - Graham ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lil

scanning music

2010-03-22 Thread Hernâni Mouta
Hi! I would like to know if it is possible to scan music with Lilypond. Thank you. Hernâni Moura ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Lyrics and spacing inside a system

2010-03-22 Thread Neil Puttock
On 18 March 2010 13:46, Dmytro O. Redchuk wrote: > Hi! > > I still have some troubles with four voices at two stave (SA-TB), and > their lyrics (lilypond 2.13) --- you can remember, i've asked this > already: http://www.mail-archive.com/bug-lilyp...@gnu.org/msg16789.html Here's a possible solutio

Re: documentation help seriously needed

2010-03-22 Thread Graham Percival
In the doc source, we add commands like @cindex beaming @funindex [] There is no automatic testing for this, but I'm certain that our doc build correctly links the index entry to the place where the command was placed in the doc source. As far as I know, there is nobody currently working on

Re: documentation help seriously needed

2010-03-22 Thread Hugh Myers
Graham, My area of expertise is editing and one of the things that often make or break a set of docs are the indexes for each manual. Do we have any kind of regression scheme (sorry about the pun) to check for problems peculiar to an index? For instance does each citation in the index lead to a pa

Re: Underlining fingering instructions without loosing positioning

2010-03-22 Thread Neil Puttock
On 21 March 2010 13:08, Morten wrote: > The \finger apparently ensures the correct font, but is there some command > to make it "behave" or position itself like a fingering instruction? Use the 'tweaks property to override the Fingering stencil: underlineFinger = #(define-music-function (parser

Re: documentation help seriously needed

2010-03-22 Thread Graham Percival
No, that's fine -- we already have somebody to handle the git+compile+doc policy stuff. So far I have no indication that he's overwhelmed with work. If you're up for writing a few lilypond examples (say, creating an example of \bendAfter using a non-integer argument), *that* could be useful... bu

Re: documentation help seriously needed

2010-03-22 Thread Graham Percival
On Mon, Mar 22, 2010 at 04:54:52PM -0400, Kieren MacMillan wrote: > Hi Graham, > > > and think you might be able to help with category 3 > > Check... ok. Take a look at http://code.google.com/p/lilypond/issues/detail?id=989 in particular, see if you can suggest an example for the NR to take ca

Re: documentation help seriously needed

2010-03-22 Thread Francisco Vila
2010/3/22 Graham Percival : > If you belong to category 1, and think you might be able to help > with category 3, please contact category 2 (CC'd on this email) or > me. Nobody is cc'd on this email AFAICT I can apply patches and check compilation. -- Francisco Vila. Badajoz (Spain) www.paconet.

Re: documentation help seriously needed

2010-03-22 Thread Kieren MacMillan
Hi Graham, > 1. we have a number of users who know a lot about lilypond, but > are not familiar with git + compiling + our doc policies. Hey... that's me!!! Well, I know some about it -- but it doesn't seem to work on my machine very well, so what's the diff?? [pun intended ;)] > 2. we have a

Re: documentation help seriously needed

2010-03-22 Thread Jonathan Kulp
I should be able to handle some git committing / compile checking, and stuff like that if others can do the worst of the typing. Jon On Mon, Mar 22, 2010 at 3:36 PM, Graham Percival wrote: > Here's the current situation with the documentation. > > 1. we have a number of users who know a lot abou

documentation help seriously needed

2010-03-22 Thread Graham Percival
Here's the current situation with the documentation. 1. we have a number of users who know a lot about lilypond, but are not familiar with git + compiling + our doc policies. 2. we have a doc editor on Windows who knows about git+compiling+doc policies, but knows relatively little about l

Re: Shapenote Repeats and Breaks

2010-03-22 Thread Leland Kusmer
Hello! > Lilypond does this according to bar-glyph-alist, by calling calc-glyph-name > from within the barline print routine. > But when you override the BarLine stencil like this, you are bypassing the > barline print routine. > Gotcha. So try something (which calls calc-glyph-name) like > > #

Re: Shapenote Repeats and Breaks

2010-03-22 Thread Robin Bannister
Leland Kusmer wrote: Is there a way to do this? Lilypond does this according to bar-glyph-alist, by calling calc-glyph-name from within the barline print routine. But when you override the BarLine stencil like this, you are bypassing the barline print routine. So try something (which calls

Re: Optional accidentals?

2010-03-22 Thread James Lowe
See the Documentation. http://lilypond.org/doc/v2.12/Documentation/user/lilypond-big-page#Accidentals James Bertalan Fodor (LilyPondTool) wrote: How can I accomplish this? Cheers, Johann ___ lilypond-user mailing list lilypond-user@gnu.org htt

Re: Optional accidentals?

2010-03-22 Thread Bertalan Fodor (LilyPondTool)
How can I accomplish this? Cheers, Johann ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user See http://lsr.dsi.unimi.it/LSR/Item?id=155 for an example.

Optional accidentals?

2010-03-22 Thread Johann Petrak
Hi all, I am rather new to using Lilypond and I could not figure out how to get it to output an optional sharp or flat accidental. So, for example something can be played as a c or cis and I would like it to appear as a c with a sharp sign in parentheses or brackets. How can I accomplish this? Ch