Leo Correia de Verdier <leo.correia.de.verd...@gmail.com> writes: > You need to make an end point for the hairpin. In this case you could > add some empty zero-duration placeholder at the end of the measure to > attach the end of the hairpin, like > s1*0\! > or > <>\! > Also, please do minimal examples that can compile to show the problems > you’re having, like > > \version "2.22.1" > { \time 3/4 > a2.\<( > a2.\>) <>\! }
I strongly recommend against using 1*0 for anything. Compare those two examples: \new Staff { c'1\< c'1\> <>\! } \addlyrics { A -- men } \new Staff { c'1\< c'1\> s1*0\! } \addlyrics { A -- men } Explaining what goes wrong in the second example is quite more complicated than never recommending to use 1*0 in the first place. And given that <> or s1*0 are comparatively likely to be used right at the end of some passage (namely when there is nothing else coming up that one could attach a post-event to), problems of those kinds are actually not all that unlikely. -- David Kastrup