bug-lilypond
[Top][All Lists]
Advanced

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

Dynamics attached to spacers sometimes aligned incorrectly


From: Greg
Subject: Dynamics attached to spacers sometimes aligned incorrectly
Date: Sun, 12 Jul 2015 11:20:50 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> I'm not top posting.

This may be related to issue 3299 but I don't have the technical knowledge
to confirm this.

\version "2.18.2"

\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
    }
  >>
}




reply via email to

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