lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Beam collision next note's accidental within single voice


From: Nick Payne
Subject: RE: Beam collision next note's accidental within single voice
Date: Tue, 13 Jan 2009 08:25:10 +1100

Why not move the beam instead. A few choices:

%======================
\version "2.12.1"

\new Staff  \relative c'' {
        \time 3/8
        d,4 ~ \once\override Beam #'damping = #+inf.0 d32 ees'16. |
        d,4 ~ \once\override Beam #'positions = #'(5.5 . 6.5) d32 ees'16. |
        d,4 ~ \stemDown d32 ees'16. |
}
%======================

Nick

> -----Original Message-----
> From: address@hidden
> [mailto:address@hidden On
> Behalf Of Tom Hall
> Sent: Tuesday, 13 January 2009 07:57
> To: address@hidden
> Subject: Beam collision next note's accidental within single voice
> 
> 
> Hello list
> 
> how can I move a beamed note (the e-flat below) to the right, to avoid
> collision
> of the accidental with the beam of the preceding note?
> 
> I've managed to lift the beams OK by overriding the beam positions, but
> what's
> needed i think is a horizontal right shift e-flat.
> 
> I've looked at posts and LM section 4.5.2. on \override NoteColumn
> #'force-hshift, but am thinking this only applies to multiple voices,
> as seems
> to have no effect on the below.
> 
> I imagine that this is straightforward, but am fairly new to tweaks...
> 
> Regards
> 
> Tom
> 
> 
> %%%%%%%%%%%%%%%%%%%%
> 
> \version "2.12.1"
> 
> \new Staff  \relative c'' {
>       \time 3/8
>       d,4 ~ d32
>       % attempt to move eb right from LM section 4.5.2, doesn't work
>       \once \override NoteColumn #'force-hshift = #0.5
>       ees'16. |
> }
> 
> %%%%%%%%%%%%%%%%%%%%%

Attachment: test.png
Description: PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]