bug-lilypond
[Top][All Lists]
Advanced

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

Issue 658 in lilypond: Inconsistency when moving a Script in different


From: codesite-noreply
Subject: Issue 658 in lilypond: Inconsistency when moving a Script in different situations
Date: Thu, 14 Aug 2008 15:11:07 -0700

Issue 658: Inconsistency when moving a Script in different situations
http://code.google.com/p/lilypond/issues/detail?id=658

New issue report by v.villenave:
% In the following example, the Y-offset override produces
% a different result each time it is used.

\version "2.11.55"

\relative c' {
  \time 6/8
  f4. f4 f8(
  \once \override Script #'Y-offset = #4
  % no effect
  d'4.-> ~ d4.)
  f,4. f4 f8
  \once \override Script #'Y-offset = #4
  % desired effect
  d'4.-> ~ d4.
  f,4. f4 f8(
  \break
  \once \override Script #'Y-offset = #4
  % strange effect
  d'4.-> ~ d4.)
}


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]