again: all must do a new clone - new git repository with fixed history

2010-03-29 Thread Jan Nieuwenhuizen
Hi, We had 5 iterations of a new repository, many thanks to Francisco and Patrick for their help in finding problems and suggestions. This is the head of the new master $ gl | head -2 ba9298b Doc: minor edits to tweaks.itely for LM a721007 lily.git: Rewrite translation markers. so

lyricmode and font

2010-03-29 Thread Mario Moles
Hi! How can I do for changing the font in the lyricmode? Thanks -- oiram/bin/selom \version 2.12.3 #(define (script x) (make-music 'TextScriptEvent 'direction #'DOWN 'text (markup #:vcenter #:circle #:finger x)) ) #(define (add-script m x) (if

Tempo markings and tempo dynamics

2010-03-29 Thread Phil Holmes
I have been creating a score that frequently has a rall marking followed by a tempo to get the performers back up to speed. I spent a while being mystified as to where my a tempo markings had gone, and then realised that LilyPond ignores them, since they are all the same. I checked and found

Web service interface for LSR

2010-03-29 Thread Bertalan Fodor (LilyPondTool)
Hi, is there an interface for LSR available for other applications? I would like to do something like the following: - query LSR for a string like staccato, and get back snippet IDs - based on snippet ID-s I can get descriptions, preview image etc. Thanks, Bert

tablature mystery

2010-03-29 Thread David Stocker
I'm sure I've messed up somewhere, but I can't see what I'm doing wrong here. I'm editing some music for fingerstyle guitar and I'm putting it into a modern looking tablature. I'm writing all of the notes twice so I can fine-tune the notation and tablature independently. I have 4 variables

Re: tablature mystery

2010-03-29 Thread David Stocker
In the second example, I've defined voices within the variable nfingers... Actually, the voices are defined in the variable tfingers Hope that clarifies what I'm trying to do here. -- David Stocker 804-598-3762 http://notesettersinc.com ___

Re: Tempo markings and tempo dynamics

2010-03-29 Thread Kieren MacMillan
Hi Phil, I checked and found that I create the rall marking as a \markup, as suggested in the documentation. Where is this suggestion? All tempo indications should really be in MetronomeMarkup if possible -- here's an example of how I do it, with some Scheme functions to help out: tempoMU

Re: tablature mystery

2010-03-29 Thread David Stocker
Reading through the docs, I discovered TabVoice, of which I was previously not aware. :-) David On 03/29/2010 11:27 AM, David Stocker wrote: I'm sure I've messed up somewhere, but I can't see what I'm doing wrong here. I'm editing some music for fingerstyle guitar and I'm putting it into a

Re: lyricmode and font

2010-03-29 Thread Gerard McConnell
Woo HOo! At last one I know the answer to! Inside the \layout {} block add the following: \context { \Lyrics \override LyricText #'font-name = #yourFont } See Section 4 of the Learning Manual - Tweaking Output, for #'font-style, size, etc. I don't know the answer to many of these questions

Re: Tempo markings and tempo dynamics

2010-03-29 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Montag, 29. März 2010 22:10:25 schrieb Kieren MacMillan: Hi Phil, I checked and found that I create the rall marking as a \markup, as suggested in the documentation. Where is this suggestion? In older versions of lilypond, text-only

Re: Tempo markings and tempo dynamics

2010-03-29 Thread Peter Chubb
Reinhold == Reinhold Kainhofer reinh...@kainhofer.com writes: Reinhold -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Reinhold Am Montag, 29. März 2010 22:10:25 schrieb Kieren MacMillan: Hi Phil, I checked and found that I create the rall marking as a \markup, as suggested in the

Dividing (or multiplying) note lengths?

2010-03-29 Thread Hilary Snaden
I'm typesetting a Palestrina motet, possibly the first of several. For ease of proofreading, I've used the original (long) note values from the collected works edition, but I'd like to generate output with halved note-values, as is current practice. Can Lilypond do this automagically, or must I

Re: lyricmode and font

2010-03-29 Thread Mario Moles
In data lunedì 29 marzo 2010 23:00:28, Gerard McConnell ha scritto: Woo HOo! At last one I know the answer to! Inside the \layout {} block add the following: \context { \Lyrics \override LyricText #'font-name = #yourFont } See Section 4 of the Learning Manual - Tweaking Output, for

Re: Dividing (or multiplying) note lengths?

2010-03-29 Thread Kieren MacMillan
Hi Hilary, Can Lilypond do this automagically Almost... http://lsr.dsi.unimi.it/LSR/Item?id=305 =) Cheers, Kieren. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Tempo markings and tempo dynamics

2010-03-29 Thread Paul Scott
Reinhold Kainhofer wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Montag, 29. März 2010 22:10:25 schrieb Kieren MacMillan: Hi Phil, I checked and found that I create the rall marking as a \markup, as suggested in the documentation. Where is this suggestion? In older versions of