[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Adjusting space between a note and the following accidental(s)
From: |
Risto Vääräniemi |
Subject: |
Re: Adjusting space between a note and the following accidental(s) |
Date: |
Sat, 15 Jul 2017 23:17:54 +0300 |
Hi Kieren,
On 15 July 2017 at 22:26, Kieren MacMillan
<address@hidden> wrote:
> Not necessarily:
>
> \version "2.19.63"
> \language "english"
>
> \new Staff \with { \omit TimeSignature \omit Clef } <<
> { \time 3/4 \clef bass \voiceOne b8 f b4 c'8( cs') }
> \new Voice { \voiceTwo d8 c d4 e8( \tweak Accidental.extra-spacing-width
> #'(-10 . 0) e!)}
>>>
Thanks again for the pointer. :) This did the trick: "\tweak
Accidental.extra-spacing-width #'(0 . -1.2)".
-Risto