bug-lilypond
[Top][All Lists]
Advanced

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

Issue 928 in lilypond: `Dynamics' items aren't vertically centered


From: lilypond
Subject: Issue 928 in lilypond: `Dynamics' items aren't vertically centered
Date: Fri, 11 Dec 2009 08:13:18 +0000

Status: Accepted
Owner: lemzwerg
Labels: Type-Defect Priority-Medium

New issue 928 by lemzwerg: `Dynamics' items aren't vertically centered
http://code.google.com/p/lilypond/issues/detail?id=928

% git version cd13e633

\version "2.13.9"

\header { texidoc = "
  Items in a @code{Dynamics} context should be vertically centered.

  Here is a counterexample.
" }

<<
  \new Voice \relative {
    c1 | c1 | c1
  }

  \new Dynamics {
\override TextSpanner #'(bound-details left text) = "rit."
    s1\f | s1\startTextSpan | s1\stopTextSpan
  }

  \new Voice \relative {
    c1 | c1 | c1
  }


% EOF


Attachments:
        dynamics-textspanner.png  4.7 KB

--
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]