bug-lilypond
[Top][All Lists]
Advanced

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

Issue 802 in lilypond: Trill spanners should begin at the same place, re


From: codesite-noreply
Subject: Issue 802 in lilypond: Trill spanners should begin at the same place, regardless of the staff size
Date: Wed, 15 Jul 2009 14:47:22 +0000

Status: Accepted
Owner: v.villenave
CC: lemzwerg
Labels: Type-Defect Priority-Medium Engraving-nitpick

New issue 802 by v.villenave: Trill spanners should begin at the same place, regardless of the staff size
http://code.google.com/p/lilypond/issues/detail?id=802

% new report from Werner:

\header { texidoc = "
The horizontal position of the beginning of a trill spanner must be
positioned correctly relative to the note head it is attached to, even if
scaled to a smaller size.

Here is a counterexample, clearly showing an unwanted horizontal shift.
This is a regression; it has worked with version 2.11.13, for example.
" }

<<
 \new Staff \with {
   fontSize = #-6
   \override StaffSymbol #'staff-space = #(magstep -6)
 }
 \relative {
   c'1\startTrillSpan | c\stopTrillSpan |
 }

 \new Staff \relative {
   c'1\startTrillSpan | c\stopTrillSpan |
 }


Attachments:
        trill-position.png  8.8 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]