[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Lilypond-auto] Issue 3443 in lilypond: wrong alignment of text markups
From: |
lilypond |
Subject: |
[Lilypond-auto] Issue 3443 in lilypond: wrong alignment of text markups |
Date: |
Sun, 07 Jul 2013 19:54:27 +0000 |
Status: Accepted
Owner: ----
Labels: Regression
New issue 3443 by address@hidden: wrong alignment of text markups
http://code.google.com/p/lilypond/issues/detail?id=3443
Report:
http://lists.gnu.org/archive/html/bug-lilypond/2013-07/msg00063.html
Marks are aligned to the right edge of objects in unstable release, whereas
they are centred in the stable release in agreement with the documentation.
Compare, for example, the arrow above the treble clef in the example near
the end of
Comment and examples from Harm:
2.12.3 was good.
With 2.14.2 aligning to time-signature went wrong.
Same with 2.16.2.
2.17.21 aligns all wrong.
Workaround:
Add \once \override Score.<grob-to-align>
#'break-align-anchor-alignment = #CENTER
Where <grob-to-align> should be replaced by the grob-name of the grob from:
\override Score.RehearsalMark #'break-align-symbols = #'(<grob-to-align>
Attached the slightly modified file from the NR
\sourcefilename "aligning-marks-with-various-notation-objects.ly"
lily-f5397883.ly
(I modified it to make it work with every version since 2.12.3,
coloring red the observed misalignments and printing the used version
as instrumentName.
It contains the commented workaround.)
Attachments:
2-12-3-aligning-marks-with-various-notation-objects-bug.preview.png
3.9 KB
2-14-2-aligning-marks-with-various-notation-objects-bug.preview.png
3.3 KB
2-16-2-aligning-marks-with-various-notation-objects-bug.preview.png
3.2 KB
2-17-21-aligning-marks-with-various-notation-objects-bug.preview.png 3.6
KB
aligning-marks-with-various-notation-objects-bug.ly 1.9 KB
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
- [Lilypond-auto] Issue 3443 in lilypond: wrong alignment of text markups,
lilypond <=