Re: substitution with \movement

2008-06-12 Thread Graham Percival
On Thu, 12 Jun 2008 08:48:12 +0200 Arjan Bos <[EMAIL PROTECTED]> wrote: > If it were only for `#' denoted strings, I agree with you, but there > are plenty of other inconsistencies in the LilyPond syntax that are > fully understandable from the viewpoint of the program, but make > almost no

change fontsize in stanzas

2008-06-12 Thread madhg
I'm printing additional stanzas at the end of a song, using \markup{ \column{ \line{asdf asdf } ... The text of the stanzas comes out smaller than the lyric font. I haven't given any text-font-changing commands. I can enlarge the stanzas by putting \large inside every \line of every stanza. Ma

Re: change fontsize in stanzas

2008-06-12 Thread Valentin Villenave
2008/6/12 madhg <[EMAIL PROTECTED]>: > But is there a way of changing font size globally throughout a \markup{} > block? I searched in the manual (11.43) with no luck. LOL, it's a part of the documentation I've precisely been rewriting yesterday! See http://kainhofer.com/~lilypond/Documentation

Re: change fontsize in stanzas

2008-06-12 Thread madhg
Valentin Villenave wrote: > > 2008/6/12 madhg <[EMAIL PROTECTED]>: > >> But is there a way of changing font size globally throughout a \markup{} >> block? > > LOL, it's a part of the documentation I've precisely been rewriting > yesterday! > > See > http://kainhofer.com/~lilypond/Documentat

Re: change fontsize in stanzas

2008-06-12 Thread Valentin Villenave
2008/6/12 madhg <[EMAIL PROTECTED]>: > Thanks for reply - but I still don't see the answer. > > It seems that commands like \large apply to the markup immediately > following, but not globally to markup inside other constructs. Oh, actually it was the previous page: \markup blocks may contain ne

Re: Roman numeral analysis

2008-06-12 Thread luis jure
El Wed, 11 Jun 2008 11:26:30 -0700 Paul Scott <[EMAIL PROTECTED]> escribió: > But that analysis software would be programmed by humans. :) ( the joke was supposed to lie there... :-) ) ___ lilypond-user mailing list lilypond-user@gnu.org http://list

Re: how do I control the size of the musical fonts?

2008-06-12 Thread Victor Eijkhout
On Jun 11, 2008, at 5:33 PM, James E. Bailey wrote: or more likely, \new staff \with {fontSize = #-2} Does that rely on 2.11? I'm still on 2.10. Parsing... queen-score-separate.ly:29:30: error: GUILE signaled an error for the expression beginning here \new Staff \with {fontSize = #

Re: change fontsize in stanzas

2008-06-12 Thread madhg
Valentin Villenave wrote: > > > In other words, > \markup { \large toto toto } > > only works for the first "toto" whereas > > \markup { \large { toto toto } } > > works for both. > > Can you read 1.8.2.1 carefully and tell me how I could make it more clear > ? > > I had thought that t

Re: how do I control the size of the musical fonts?

2008-06-12 Thread Victor Eijkhout
I misspoke. I only had a \version of 2.10 in the input. I actually ahve 2.11 Victors-G5:Queen VicDiesel$ lilypond queen-score.ly GNU LilyPond 2.11.39 Processing `queen-score.ly' Parsing... queen-score-separate.ly:29:30: error: GUILE signaled an error for the expression beginning here \new St

Re: how do I control the size of the musical fonts?

2008-06-12 Thread James E. Bailey
you need a space before the bracket. scheme thinks that the number is 2} Am 12.06.2008 um 15:37 schrieb Victor Eijkhout: I misspoke. I only had a \version of 2.10 in the input. I actually ahve 2.11 Victors-G5:Queen VicDiesel$ lilypond queen-score.ly GNU LilyPond 2.11.39 Processing `queen-scor

Turning off all rules for OMR output use

2008-06-12 Thread TomDo
Hi, I am an Artificial Intelligence student from the netherlands and im working on a C - programme that recognizes handwritten music from paper and that returns a pdf or ps document with the extracted music. I would like to use lilypond for the output. The problem is that lilypond uses a lot of k

LilyPondTool support (campaign?)

2008-06-12 Thread Bertalan Fodor (LilyPondTool)
Dear LilyPond users, I'm a bit afraid of writing a letter like this, but actually the situation makes me to do this. Perhaps this mail will even get caught by your spam filter :-) If you feel it offensive, please ignore and don't smash me. I would like to continue the development and maintenan

Re: substitution with \movement

2008-06-12 Thread Trevor Daniels
Graham Percival wrote Thu, 12 Jun 2008 08:48:12 +0200 Arjan Bos <[EMAIL PROTECTED]> wrote: If it were only for `#' denoted strings, I agree with you, but there are plenty of other inconsistencies in the LilyPond syntax that are fully understandable from the viewpoint of the program, but mak

\layout { \context { \Staff \set ... = ... } } don't work (see NR 5.1.4)

2008-06-12 Thread Germain G. Ivanoff-Trinadtzaty
Hello, I went into a trouble trying to globally modify a context property. One of the purposes was to turn off the auto-beaming feature. According to NR 5.1.4, I keyed in : \version "2.11.47" \layout { %% global layout, before any \score \context { \Staff \remove T

Re: Paying for features

2008-06-12 Thread Han-Wen Nienhuys
[+lilypond-user] I don't do this anymore - but I used to charge 100 EUR per hour, and what you're sketching is several months of works at the least. why don't you browse around a little more. I bet there are sequencers that are better suited to what you need. good luck. On Thu, Jun 12, 2008 at

Re: \layout { \context { \Staff \set ... = ... } } don't work (see NR 5.1.4)

2008-06-12 Thread Kieren MacMillan
Hi Germain, NR 5.1.4 states that the \set keyword is optional. I don't think that's correct -- i.e., as you've discovered, you CAN'T use \set in the \layout { \context { ... }} block! Is this a regression, or a doc issue ? This has always been the case, as I recall -- so it sounds like

Re: Roman numeral analysis

2008-06-12 Thread Paul Scott
luis jure wrote: > El Wed, 11 Jun 2008 11:26:30 -0700 > Paul Scott <[EMAIL PROTECTED]> escribió: > > > >> But that analysis software would be programmed by humans. :) >> > > ( the joke was supposed to lie there... :-) ) > That's what I thought. :) Paul _

Re: how do I control the size of the musical fonts?

2008-06-12 Thread Wilbert Berendsen
Op donderdag 12 juni 2008, schreef Victor Eijkhout: > \new Staff \with {fontSize = # >                                -2} = "Alto" { > Unbound variable: -2} you wrote: \new Staff \with {fontSize = #-2} = "Alto" { ... should be: \new Staff = "Alto" \with { fontSize = #-2 } { ... i.e.: = "alto" fi

Re: Paying for features

2008-06-12 Thread Shelagh Manton
On Thu, 12 Jun 2008 13:42:33 -0300 "Han-Wen Nienhuys" <[EMAIL PROTECTED]> wrote: > [+lilypond-user] > > I don't do this anymore - but I used to charge 100 EUR per hour, and > what you're sketching is several months of works at the least. > > why don't you browse around a little more. I bet ther

Re: \layout { \context { \Staff \set ... = ... } } don't work (see NR 5.1.4)

2008-06-12 Thread Germain G. Ivanoff-Trinadtzaty
- Original Message - From: "Kieren MacMillan" <[EMAIL PROTECTED]> To: "Germain G. Ivanoff-Trinadtzaty" <[EMAIL PROTECTED]> Cc: "Lilypond users" ; "Graham Percival" <[EMAIL PROTECTED]> Sent: Thursday, June 12, 2008 7:19 PM Subject: Re: \layout { \context { \Staff \set ... = ... } } don

Re: \layout { \context { \Staff \set ... = ... } } don't work (see NR 5.1.4)

2008-06-12 Thread Kieren MacMillan
Hi Germain What a pity... Source code would have looked more balanced (consistent ?) if there where "\set"s on same level as "\override"s Agreed... =\ I put all the \set stuff (without "\set"s) at the top of the block: \context { \Score someProperty = #A anotherProperty = #B

Fw: définition d'un nouveau cont exte

2008-06-12 Thread Germain G. Ivanoff-Trinadtzaty
Hello, I've got two problems defining a new context \StaffSA, based on \Staff. I followed instruction from NR 6.2.5 Defining new contexts. http://lilypond.org/doc/v2.11/Documentation/user/lilypond/Defining-new-contexts#Defining-new-contexts With the definitions that follow : 1) I get two staves f

Additional dynamics for MIDI

2008-06-12 Thread Michael Pozhidaev
Hello, everybody! Probably, it is a well-known question, but I didn't find an answer in the manual at the first look. Can I specify some additional dynamics for the midi output, but invisible in the page layout? Actually, it would be very useful to have some universal dynamics for the layout a

Re: Additional dynamics for MIDI

2008-06-12 Thread Kieren MacMillan
Hi Michael: it would be very useful to have some universal dynamics for the layout and midi, some additional dynamics for the layout only and some additional dynamics for the midi only. Depending on how your brain works, there are two obvious ways to do it: 1. Define three variables: note