bug-lilypond
[Top][All Lists]
Advanced

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

Hairpin end misplaced


From: Peter Toye
Subject: Hairpin end misplaced
Date: Thu, 31 Oct 2019 10:08:29 +0000

In the following example I want the hairpin to show that the first two notes 
have a diminuendo, but the third note should be at the same dynamic as the 
second (see the 1st line). In the first line when space is short  the hairpin 
continues to the next note. It works OK in the 1st line where there's enough 
space, or in the 3rd line when the second note has its own dynamic.

The problem seems to be that the end of the hairpin is aligned to the 
right-hand side of the notehead, rather than the stem, and there isn't enough 
room between the notes to show exactly where the composer wants the hairpin to 
end. Overriding Hairpin.minimum-length doesn't change this.

A workaround (thanks to Phil Holmes) is to add -\hide\p to the second note.

\version "2.19.52"
\language "english"
{
  \new Staff {
    \time 2/4
    \clef "treble"
    c''8\> 8\! 4 4 4 4 4|\break
    c''8\> 8\! 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4\break
    c''8\> 8\p 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4\break
  }
}
 
Regards,

Peter
mailto:address@hidden
www.ptoye.com


reply via email to

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