Re: tempo marking fuction

2008-02-21 Thread Ledocq-Boccart
Hi, Maybe these links will help! http://lilypond.org/doc/v2.10/Documentation/user/lilypond/lily-5ec9ac4df8.ly http://lilypond.org/doc/v2.10/Documentation/user/lilypond/Moving-objects#Moving-objects

Re: Grid lines, GDP- need some help

2008-02-21 Thread Mark Knoop
On Sun, 17 Feb 2008 06:07:14 -0800 Jay Hamilton [EMAIL PROTECTED] wrote: I'm working on section 1.7 for GDP, and nearly done with 1st pass. I've come to the grid lines section 1.7.2.2 and need help understanding the code so I can explain it because there's too much there that is not explained.

Re: tempo marking fuction

2008-02-21 Thread Mats Bengtsson
Ledocq-Boccart wrote: Hi, Maybe these links will help! http://lilypond.org/doc/v2.10/Documentation/user/lilypond/lily-5ec9ac4df8.ly http://lilypond.org/doc/v2.10/Documentation/user/lilypond/Moving-objects#Moving-objects

\fromproperty return problem.

2008-02-21 Thread Gilles THIBAULT
I just try the version 2.11.40 and his new markup command : \underline. I am very happy with it but i have a problem using it with the \fromproperty command. In the score above, there is no title defined in the score header but you can see a line above the note : { c'1^\markup { \underline

Re: Doing \score { ...... } and \context Staff .... in scheme?

2008-02-21 Thread Reinhold Kainhofer
Am Mittwoch, 20. Februar 2008 schrieb Nicolas Sceaux: module-define! is the function you were looking for. Ah, thanks... I was confused by the name and didn't even consider it (thinking it somehow defines a module, while in fact it is defining INSIDE a module). Here is function that builds a

Re: Several issues transcribing ancient notation (clefs, noteheads, spacing)

2008-02-21 Thread till
Mats Bengtsson-4 wrote: till wrote: 2. There is a lot of threads here on the list. You can play with all sorts of spacing but nothing is yet really convincing. The most simple workaround appears to be to scale all note durations to a singe duration, eg. 1/8, which can be achieved

Re: Several issues transcribing ancient notation (clefs, noteheads, spacing)

2008-02-21 Thread Kieren MacMillan
Hi Till, So this is no easy way to scale all notes to the same duration. No, but a Scheme-savvy person (Mats? or you, Till?) should be able to whip up something like unifyDuration = #(define-music-function (parser location music duration) (ly:music?

Re: \fromproperty return problem.

2008-02-21 Thread Nicolas Sceaux
Le 21 févr. 08 à 14:57, Gilles THIBAULT a écrit : I just try the version 2.11.40 and his new markup command : \underline. I am very happy with it but i have a problem using it with the \fromproperty command. In the score above, there is no title defined in the score header but you can

GDP: Repeats

2008-02-21 Thread Palmer, Ralph
Hi, All - I'm currently working on rewriting Repeats in the Notation Reference, and I don't care for the existing structure. Currently, it looks like this: 1.4 Repeats 1.4.1 Writing repeats 1.4.1.1 Repeat syntax

Re: \fromproperty return problem.

2008-02-21 Thread Gilles THIBAULT
It seems that \fromproperty doesn't return an empty stencil, even if the property given in the argument is empty. Is there a workaround for that ? I use a \when-property markup command to handle that: #(define-markup-command (when-property layout props symbol markp) (symbol? markup?)

Re: Several issues transcribing ancient notation (clefs, noteheads, spacing)

2008-02-21 Thread Reinhold Kainhofer
Am Donnerstag, 21. Februar 2008 schrieb Kieren MacMillan: Hi Till, So this is no easy way to scale all notes to the same duration. No, but a Scheme-savvy person (Mats? or you, Till?) should be able to whip up something like unifyDuration = #(define-music-function (parser location music

Re:what does adorn mean in this context? question continues GDP

2008-02-21 Thread Jay Hamilton
I knew/know what adorn in English and articulations are in music however in the context of 1.7.2.1 of the GDP they don't seem to mean that. What is 'adorned' here? Does it mean enhanced? (not to me) And looking at the code and seeing the result does anyone see a difference between text and

Error about paper block?

2008-02-21 Thread Ben Lewis
When running Lilypond, I'm continually getting a notice about a \paper { ... } block, when I have one at the top of my document. I'm preparing a file with multiple \book { ... } sections, each with a \layout { ... } block. Is there something special about this that I need to know? ~Ben -- My

Re: GDP: Repeats

2008-02-21 Thread Graham Percival
On Thu, 21 Feb 2008 16:03:38 -0500 Palmer, Ralph [EMAIL PROTECTED] wrote: I'm currently working on rewriting Repeats in the Notation Reference, and I don't care for the existing structure. Currently, it looks like this: I'm not wild about the current structure either, but I'm not certain that

Re: tempo marking fuction

2008-02-21 Thread Anh Hai Trinh
That's it. Thank you! -AT On Thu, 21 Feb 2008 08:24:47 -0500, Mats Bengtsson [EMAIL PROTECTED] wrote: Ledocq-Boccart wrote: Hi, Maybe these links will help! http://lilypond.org/doc/v2.10/Documentation/user/lilypond/lily-5ec9ac4df8.ly