TCH] tablature: provide custom fret labels
---
scm/tablature.scm | 13 +
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/scm/tablature.scm b/scm/tablature.scm
index 419f93c..1aa766d 100644
--- a/scm/tablature.scm
+++ b/scm/tablature.scm
@@ -255,3 +255,16 @@
(let ((wi
Marc,
Do you have a regtest file that uses the custom fret label?
Thanks,
Carl
On 11/27/10 11:46 AM, "Marc Hohl" wrote:
> Am 27.11.2010 15:27, schrieb Carl Sorensen:
>> [...]
>> TabNoteHead supports the text-interface, which has a 'text property. It's
>> in the Internals reference.
>>
>
Am 27.11.2010 15:27, schrieb Carl Sorensen:
[...]
TabNoteHead supports the text-interface, which has a 'text property. It's
in the Internals reference.
Thanks for clarification - I just saw that you included this in your
recent patch,
in combination with the harmonic/parentheses stuff - gr
On 11/27/10 2:24 AM, "Marc Hohl" wrote:
> Am 27.11.2010 02:41, schrieb Carl Sorensen:
>>
>>
>> On 11/24/10 12:40 AM, "Marc Hohl" wrote:
>>
>>
>>> Am 24.11.2010 00:41, schrieb Neil Puttock:
>>>
On 23 November 2010 23:30, Carl Sorensen wrote:
> Pushed,
Am 27.11.2010 02:41, schrieb Carl Sorensen:
On 11/24/10 12:40 AM, "Marc Hohl" wrote:
Am 24.11.2010 00:41, schrieb Neil Puttock:
On 23 November 2010 23:30, Carl Sorensen wrote:
Pushed, thanks.
That was quick, thanks!
I'm sorry I'm a bit late, but thi
On 11/24/10 12:40 AM, "Marc Hohl" wrote:
> Am 24.11.2010 00:41, schrieb Neil Puttock:
>> On 23 November 2010 23:30, Carl Sorensen wrote:
>>
>>
>>> Pushed, thanks.
>>>
> That was quick, thanks!
>> I'm sorry I'm a bit late, but this
>>
>> +(define-markup-command (customFretLabel
>> +
On 24 November 2010 07:40, Marc Hohl wrote:
> I attached a patch to remove the unnecessary markup definition.
Thanks, applied.
Cheers,
Neil
___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel
Am 24.11.2010 00:41, schrieb Neil Puttock:
On 23 November 2010 23:30, Carl Sorensen wrote:
Pushed, thanks.
That was quick, thanks!
I'm sorry I'm a bit late, but this
+(define-markup-command (customFretLabel
+layout props fret-label) (string?)
seems
On 23 November 2010 23:30, Carl Sorensen wrote:
> Pushed, thanks.
I'm sorry I'm a bit late, but this
+(define-markup-command (customFretLabel
+layout props fret-label) (string?)
seems unncessary; it's just an inferior version of vcenter. There's
nothing about i
On 11/23/10 1:23 PM, "Marc Hohl" wrote:
> Hello everybody,
>
> this small patch extends lilypond's tablature features.
> It provides a custom callback to print a given string instead of the
> fret number.
>
> This patch is needed for providing proper harmonics support (i.e. declaring
> guita
From a34ec51095cdc2f5e06e847c85fcd86b95ae7b1e Mon Sep 17 00:00:00 2001
From: Marc Hohl
Date: Tue, 23 Nov 2010 21:18:25 +0100
Subject: [PATCH] tablature: provide custom fret labels
---
scm/tablature.scm | 13 +
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/scm/tablatur
11 matches
Mail list logo