lilypond-user
[Top][All Lists]
Advanced

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

Re: miss-aligned dynamic in presence of chords with reverse noteheads


From: Richard Shann
Subject: Re: miss-aligned dynamic in presence of chords with reverse noteheads
Date: Mon, 06 Jan 2025 09:21:25 +0000
User-agent: Evolution 3.46.4-2

On Sun, 2025-01-05 at 16:18 -0500, Kieren MacMillan wrote:
> Hi Richard,
> 
> Maybe just tweak it to the left a little…?

Thank you - I'll use this as the starting point for a workaround - the
tweak needs to vanish when the part is being typeset, but I can cope
with that ok.

Richard

> 
> %%%  SNIPPET BEGINS
> \version "2.24"
> 
> \layout {
>   ragged-right = ##f
>   line-width = 5\in
> }
> 
> upper = {
>   g''4 r8
>   d''
>   d''2
> }
> 
> dyns = {
>   s4.
>   s8-\tweak X-offset #-0.5 \sf
>   s2
> }
> 
> lowest = {
>   g'4 e'8 <c' d'> r2
> %  g'4 e'8 c' r2
> }
> 
> \score { 
>   <<
>     \new Staff \upper
>     \new Dynamics \with { \override VerticalAxisGroup.staff-affinity
> = #UP } \dyns
>     \new Staff \lowest
>   >>
> } 
> %%%  SNIPPET ENDS
> 
> I mean, it would be great if there was a setting for “attach to left-
> most note in column”, but I don’t know of one.
> 
> Hope that helps!
> Kieren.
> ______________________________________________
> 
> My work day may look different than your work day. Please do not feel
> obligated to read or respond to this email outside of your normal
> working hours.
> 




reply via email to

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