Updates:
        Status: Accepted
        Labels: -Fixed_2_15_24

Comment #10 on issue 1861 by [email protected]: DynamicText attached to spacer rest not correctly aligned
https://code.google.com/p/lilypond/issues/detail?id=1861

Greg reported that this is not fixed in fact. There are some inconsistencies in current behaviour, illustrated by the following example:

\version "2.18.2" % same with 2.19.22

\score {
  <<
    \new Staff \relative g' {
      << g1 s1\sfz^"1" >> % sfz attached to spacer too far left
      \revert Script.self-alignment-X
      << g1 s1\sfz^"2" >> % correct position after revert
    }
    \new Staff \relative g' {
      << g1\sfz^"3" s1 >> % sfz correct when attached to note instead
      << g1 s1\sfz^"4" >> % sfz too far left as in no. 1
      g1\sfz^"5" % sfz correct when no spacer involved
      << g1 s1\sfz^"6" >> % sfz attached to spacer now correct
    }
  >>
}

Could someone please test this example with 2.15.24, to see if there is a regression?
Issue 3299 covers a similar topic.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to