bug-lilypond
[Top][All Lists]
Advanced

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

Issue 580 in lilypond: Self-alignment-X definition affects spanners on o


From: codesite-noreply
Subject: Issue 580 in lilypond: Self-alignment-X definition affects spanners on other staves
Date: Thu, 14 Feb 2008 08:08:23 -0800

Issue 580: Self-alignment-X definition affects spanners on other staves
http://code.google.com/p/lilypond/issues/detail?id=580

New issue report by v.villenave:
% In the following snippet, self-alignment-X is defined to #right
% only in the bottom staff; however, it also affects the spanners on the
% top staff (the third spanner in each measure).

\version "2.11.39"

<<
  \new Staff {
   \override TextSpanner #'bound-details #'left #'text = "*"
   \repeat unfold 4 {c'16 \startTextSpan c' c' c' \stopTextSpan }
   \repeat unfold 4 {c'16 \startTrillSpan c' c' c' \stopTrillSpan }
  }
  \new Staff {
    \override TextScript #'self-alignment-X = #RIGHT
    \repeat unfold 2 {c'4 c' c' _ \markup { "FAT" } c'}
  }



Attachments:
        spanner-alignment-problem-1.png  16.1 KB
        spanner-alignment-problem-2.png  16.1 KB


Issue attributes:
        Status: Accepted
        Owner: v.villenave
        Labels: Type-Defect Priority-Medium

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

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