lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 1861 in lilypond: DynamicText attached to spac


From: lilypond
Subject: Re: [Lilypond-auto] Issue 1861 in lilypond: DynamicText attached to spacer rest not correctly aligned
Date: Tue, 14 Jul 2015 18:54:22 +0000

Updates:
        Status: Accepted
        Labels: -Fixed_2_15_24

Comment #10 on issue 1861 by address@hidden: 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

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