Re: lilypond source and music sheet database

2013-04-06 Thread Joseph Rushton Wakeling
On 04/06/2013 10:50 PM, Janek Warchoł wrote: > The things is, use git for tracking source files, not pdfs. If you > put \version statements in all your .ly files, you can always recreate > a pdf with appropriate LilyPond version. > > Actually, it might make sense to track some pdfs as well, but i

Re: different fonts in composer name

2013-04-06 Thread wjm
Greetings, You wrote:- + I am trying to use 2 different fonts for the composter name. But lilypond doesn't show it the way I would like it to. composer = \markup \override #'(font-name . "Plantin MT Std Italic") { Muziek: } %\markup \override #'(font-name . "Plantin MT Std") { John Goss (180

Re: different fonts in composer name

2013-04-06 Thread Nathan
On Sat, Apr 6, 2013 at 8:07 AM, Christian wrote: > I am trying to use 2 different fonts for the composter name. > But lilypond doesn't show it the way I would like it to. > > > composer = \markup \override #'(font-name . "Plantin MT Std Italic") { > Muziek: } %\markup \override #'(font-name .

Re: lilypond source and music sheet database

2013-04-06 Thread Yann
> Hi, > > 2013/4/6 Stjepan Horvat : >> Hey guys .. what would you prefer using as a lilypond database. I have bunch >> of files in bunch of folders laying around my pc with diferent versions of >> the same song, 20 same/diffrent config files, unsorted and some of them >> already are lost or can't f

Re: different fonts in composer name

2013-04-06 Thread David Kastrup
Christian writes: > I am trying to use 2 different fonts for the composter name. > But lilypond doesn't show it the way I would like it to. > > > composer = \markup \override #'(font-name . "Plantin MT Std Italic") { > Muziek: } %\markup \override #'(font-name . "Plantin MT Std") { John Goss >

Re: lilypond source and music sheet database

2013-04-06 Thread Janek Warchoł
Hi, 2013/4/6 Stjepan Horvat : > Hey guys .. what would you prefer using as a lilypond database. I have bunch > of files in bunch of folders laying around my pc with diferent versions of > the same song, 20 same/diffrent config files, unsorted and some of them > already are lost or can't find. Call

Re: define \header

2013-04-06 Thread bobr...@centrum.is
Ok, I'll try to clarify: First off, Marek is correct, \header can appear within \score{} and is useful especially when printing all headers as I'm doing. My initial music input files essentially look like this: one-global = \relative { } one-first = \relative c' { } one-second = \rela

lilypond source and music sheet database

2013-04-06 Thread Stjepan Horvat
Hej guys..what would you prefer using as a lilypond database. I have bunch of files in bunch of folder laying around my pc with diferent versions of the same song, 20 of same/diffrent config files, unsorted and some of them i already can't find. Call it as a local "publishing" thing. Hey guys .. w

Question about shaped note head width

2013-04-06 Thread Carl Peterson
I am working on a hymn project using shape notes. I noticed that the "mi" head (the diamond) is wider than the others. The result is that when (using aiken heads) I have a mi stacked on a do (diamond on triangle), the bottom point of the diamond does not "sit" on the top of the triangle. This is un

different fonts in composer name

2013-04-06 Thread Christian
I am trying to use 2 different fonts for the composter name. But lilypond doesn't show it the way I would like it to. composer = \markup \override #'(font-name . "Plantin MT Std Italic") { Muziek: } %\markup \override #'(font-name . "Plantin MT Std") { John Goss (1800 - 1880) } _

Re: define \header

2013-04-06 Thread Marek Klein
Hello Urs, 2013/4/6 Urs Liska > Really a \header block is a top-level expression that can't be written > inside a \score: > http://www.lilypond.org/doc/**v2.17/Documentation/notation/** > file-structure This is not true,

Re: define \header

2013-04-06 Thread Urs Liska
I still don't have a sufficient picture of your material, but you may try another approach: If your initial concern was to clean up the 'master' .ly file you may: - define each chorale in one file: - write your music definitions - write a \header block - write a \score block - In the master

Re: define \header

2013-04-06 Thread Urs Liska
Sorry, a closer look showed me that your request was quite the opposite of what my suggestion could provide :-( Really a \header block is a top-level expression that can't be written inside a \score: http://www.lilypond.org/doc/v2.17/Documentation/notation/file-structure Sorry again, I don'

Re: Vocal music sheet - hyphens wrongly engraved

2013-04-06 Thread Phil Holmes
Try converting direct from Noteworthy to Lilypond: http://www.holmessoft.co.uk/homepage/Software/NWC2LY/ (advert). -- Phil Holmes - Original Message - From: Jun Wang To: lilypond-user@gnu.org Sent: Saturday, April 06, 2013 2:45 PM Subject: Vocal music sheet - hyphens wrongl

Re: define \header

2013-04-06 Thread bobr...@centrum.is
Two things: One; This looks like I would need to create a separate header file for each chorale. This might not be quite what I'd prefer. Two; I couldn't make it work anyway. When you say: "You may put your \header in a separate file and \include it where you want it to appear." Do you mean

Re: Scheme music function to expand lyrics

2013-04-06 Thread Yannick CHARLES
2013/4/6 Felix Janda > > On 04/06/13 at 02:14pm, Yannick CHARLES wrote: > > Hello ! > > > > Thank you for your answer and your suggestions. > > I plan anyways to use inclusion and to split my code between multiple > > files. > > My main problem is that the number of verses can vary between songs.

Re: define \header

2013-04-06 Thread Urs Liska
You may put your \header in a separate file and \include it where you want it to appear. Does that help you? Urs Am 06.04.2013 17:02, schrieb bobr...@centrum.is: I think I've probably answered my own question already. I want to define a header block and then use the definition later. What I'

define \header

2013-04-06 Thread bobr...@centrum.is
I think I've probably answered my own question already. I want to define a header block and then use the definition later. What I'm trying to do and why: I'm putting together a book of chorales for trombone quartet. I have the music for each part defined. Then I create \score blocks containin

Re: Scheme music function to expand lyrics

2013-04-06 Thread Felix Janda
On 04/06/13 at 02:14pm, Yannick CHARLES wrote: > Hello ! > > Thank you for your answer and your suggestions. > I plan anyways to use inclusion and to split my code between multiple > files. > My main problem is that the number of verses can vary between songs. But a > solution to this could be to

Re: Removing the start or the end of some music

2013-04-06 Thread Gilles
If no one objects, your functions are sufficiently concise that I would suggest folding them directly into the extractMusic.ly file which is linked from the snippet URL, if the original author agrees. No problesm for me to add that, but you can notice that in the snippet ( http://lsr.dsi.unimi

Re: Scheme music function to expand lyrics

2013-04-06 Thread Yannick CHARLES
Hello ! Thank you for your answer and your suggestions. I plan anyways to use inclusion and to split my code between multiple files. My main problem is that the number of verses can vary between songs. But a solution to this could be to build the list in the lyric file, which is specific to each s

Re: Scheme music function to expand lyrics

2013-04-06 Thread Felix Janda
Hi, how about putting the lyrics into a list and looping over this list? Like: \version "2.16.0" one = \lyricmode {Some text } two = \lyricmode {more text } #(define rawlyrics (list #{ \one #} #{ \two #})) #(define packedlyrics (map (

Re: two columns of staves

2013-04-06 Thread Eluze
Gustar wrote > I need to have four short pieces arranged on the one landscape page in a > table-like manner - two rows and two columns. Is it possible? why not!? here is a simple example - note I'm using the development version 2.17.15 and this code will _not_ work correctly before 2.17.10 \ve

Re: Lilypond libraries

2013-04-06 Thread Urs Liska
"Fried" is a "private" edition project Janek and I are working on, so these references are spurious and don't mean anything. OpenLilyLib is a project with a family of resources for LilyPond and LaTeX. It is currently in a pre-release state, therefore there _are_ references but rather unclear on

Lilypond libraries

2013-04-06 Thread Andrew Bernard
Greetings folks, I have seen passing reference on the list to some lilypond libraries, OrgLilyLib, OLLib and Fried. I seem to be unable to find out anything about them. Any clues? Andrew ___ lilypond-user mailing list lilypond-user@gnu.org https://lists