>
> -- Forwarded message --
> From: Robert Blackstone
> To: lilypond-user
> Cc:
> Bcc:
> Date: Mon, 4 Feb 2019 08:59:30 +0100
> Subject: Horizontal shifting of chords
> Hi All,
>
> I have been transcribing a piano piece in \time 4/2, tha
Hi Robert,
> I will have a go with the extensive and complicated thing you forwarded. (But
> not today. )
You can also go with a short and simple, but manually-set, thing:
\layout {
line-width = 5\in
ragged-right = ##f
}
{
c''4 4 4 4 \tweak extra-offset #'(6.75 . 0) 1 \bar "|."
}
Hope
Hi Andrew,
Thank you for your reaction.
I can understand that you did not understand why I wanted to centre the final
chord. I was thinking of the perectly centered final rests, and if the last bar
had not contained a \breve chord but a rest R1*2 would have produced it.
I thought that such a th
Thanks Lukas,
This also works nicely. I have added this override to my list of overrides
which still is, as I realize now, very incomplete.
Also I had not, up till now, realized that when looking for a solution of a
problem in "learning.pdf" or" notation.pdf", or on the LilyPond website, one
Am Mo., 4. Feb. 2019 um 10:35 Uhr schrieb Andrew Bernard
:
>
> Hi Robert,
>
> You asked to centre the chord, but then if you add barline offset it's not
> centred, so I am a bit confused what you mean. although the picture makes it
> clear.
>
> I just wanted to say that there are often times whe
Hi Robert,
You asked to centre the chord, but then if you add barline offset it's not
centred, so I am a bit confused what you mean. although the picture makes
it clear.
I just wanted to say that there are often times when you really do want to
centre a chord or a rest in a single, especially in
I have not been able to get what I want. \override
NoteColumn.force-hshift = #x (some value) does nothing. I have tried
to cheat a bit by surreptitiously changing the "time" of the last 2
bars from 4/2 to 6/2 and add a hidden whole note to the end of the
penultimate bar and to the beginni
Hi Malte,
Many thanks for your reaction.
Did it help?
Sure, or rather, you gave me the solution for my problem with "\once \override
Staff.BarLine.extra-spacing-width = #'(-10 . 10)".
I had never seen this anywhere up till now. So I didn't even have to use your
testexample.
But I will definitel
Am 04.02.19 um 08:59 schrieb Robert Blackstone:
Hi All,
I have been transcribing a piano piece in \time 4/2, that ends with a
chord \breve. The penultimate bar ends with the same chord half note.
What LilyPond does here I find rather ugly : both chords need more
space, and I would like to
Hi All,
I have been transcribing a piano piece in \time 4/2, that ends with a chord
\breve. The penultimate bar ends with the same chord half note.
What LilyPond does here I find rather ugly : both chords need more space, and I
would like to center the breve and increase the distance between t
On 26 Jul 2016, at 11:40 , David Kastrup wrote:
> Robert Blackstone writes:
>
\new FiguredBass {
\figuremode { \override BassFigure #'font-size = #-2
< \sh >1 < _ >1 |
}}
>>
}
>>>
>>> Any reason you are using \sh here instead of _+ ?
>>
>>
>> Hi
Robert Blackstone writes:
>>> \new FiguredBass {
>>> \figuremode { \override BassFigure #'font-size = #-2
>>> < \sh >1 < _ >1 |
>>> }}
>
>>> }
>>
>> Any reason you are using \sh here instead of _+ ?
>
>
> Hi David,
> Yes, I do not at all like the accidentals in figured bas
On 26 Jul 2016, at 11:03 , David Kastrup wrote:
> Robert Blackstone writes:
>
>> Dear all,
>>
>> In my experience, figured bass symbols are, or rather look, always perfectly
>> aligned vertically with their bass note.
>> Not, however, in this case. That is, the sharp is well aligned with the
Robert Blackstone writes:
> Dear all,
>
> In my experience, figured bass symbols are, or rather look, always perfectly
> aligned vertically with their bass note.
> Not, however, in this case. That is, the sharp is well aligned with the left
> side of the whole note, as seen in the ME.
>
> +
Dear all,
In my experience, figured bass symbols are, or rather look, always perfectly
aligned vertically with their bass note.
Not, however, in this case. That is, the sharp is well aligned with the left
side of the whole note, as seen in the ME.
++
sh = \markup { \fontsize #-2 \sh
On 1 February 2012 19:21, Paolo Prete wrote:
> Hi,
>
> is there an easy way to shift notes in a way similar to the png
> example attached to this mail?
>
> A way to do that could be using NoteColumn #'force-hshift with an
> invisible additional voice... but I wonder if is there an easier solution.
Oggetto: Re: Horizontal shifting
> A: lilypond-user@gnu.org
> Data: Mercoledì 1 febbraio 2012, 22:02
> On 02/02/12 05:21, Paolo Prete
> wrote:
> > Hi,
> >
> > is there an easy way to shift notes in a way similar to
> the png example attached to this mail?
> &g
On 02/02/12 05:21, Paolo Prete wrote:
Hi,
is there an easy way to shift notes in a way similar to the png example
attached to this mail?
A way to do that could be using NoteColumn #'force-hshift with an invisible
additional voice... but I wonder if is there an easier solution.
You can increas
Hi,
is there an easy way to shift notes in a way similar to the png example
attached to this mail?
A way to do that could be using NoteColumn #'force-hshift with an invisible
additional voice... but I wonder if is there an easier solution.
Thanks all!
Cheers,
Paolo<>___
On Monday 27 October 2008 08:36, Tom Cloyd wrote:
> In a 3 voice piece, I need a rest in the middle voice, but there's not
> enough space. I'm trying to shift the rest to the right,
The rest should be to the left, before a stem. Otherwise, it looks like
the rest should follow the note which pre
Tom Cloyd-2 wrote:
>
> In a 3 voice piece, I need a rest in the middle voice, but there's not
>
>
sorry, i didn't read exactly - for a rest you need \override Voice.Rest
#'X-offset = #2.5
--
View this message in context:
http://www.nabble.com/h
ce shifting
this corresponds to \override NoteColumn #'horizontal-shift = #1 etc.
--
View this message in context:
http://www.nabble.com/horizontal-shifting-of-rests-tp20186856p20187520.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.
__
In a 3 voice piece, I need a rest in the middle voice, but there's not
enough space. I'm trying to shift the rest to the right, using
\once \override NoteColumn #'force-hshift = #2.5 f,4\rest ... |
and it's being completely ignored. I cannot see why, nor can I find this
issue addressed in the
23 matches
Mail list logo