[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lilypond-auto] Issue 2245 in lilypond: wrong/inconsistent placement
From: |
lilypond |
Subject: |
Re: [Lilypond-auto] Issue 2245 in lilypond: wrong/inconsistent placement of lyrics and dynamics under suspended notes |
Date: |
Sun, 29 Jun 2014 23:22:50 +0000 |
Updates:
Status: Started
Owner: address@hidden
Labels: Patch-new
Comment #8 on issue 2245 by address@hidden: wrong/inconsistent
placement of lyrics and dynamics under suspended notes
http://code.google.com/p/lilypond/issues/detail?id=2245#c8
Issue 2245: always align dynamics and lyrics on "main" notehead
Until now, LyricTexts and DynamicTexts had their X-parents set to
the first NoteHead in the NoteColumn. This resulted in inconsistent
alignment - placement of lyrics and dynamics depended on the order
of notes in the input:
% this was aligned differently
{ <f' g'>1\p <g' f'>\p }
\addlyrics { la la }
By using NoteColumns themselves as the X-parents, we make sure that
the input order won't matter. Since the NoteColumn contains all NoteHeads
(including suspended ones, which usually should be ignored when aligning),
we add a function for calculating X-extent of the "main" part of the
NoteColumn, i.e. without suspended NoteHeads.
http://codereview.appspot.com/108270044
--
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
- Re: [Lilypond-auto] Issue 2245 in lilypond: wrong/inconsistent placement of lyrics and dynamics under suspended notes, lilypond, 2014/06/28
- Re: [Lilypond-auto] Issue 2245 in lilypond: wrong/inconsistent placement of lyrics and dynamics under suspended notes, lilypond, 2014/06/29
- Re: [Lilypond-auto] Issue 2245 in lilypond: wrong/inconsistent placement of lyrics and dynamics under suspended notes,
lilypond <=
- Message not available
- Re: [Lilypond-auto] Issue 2245 in lilypond: wrong/inconsistent placement of lyrics and dynamics under suspended notes, lilypond, 2014/06/29
- Message not available
- Re: [Lilypond-auto] Issue 2245 in lilypond: wrong/inconsistent placement of lyrics and dynamics under suspended notes, lilypond, 2014/06/29
- Message not available
- Re: [Lilypond-auto] Issue 2245 in lilypond: wrong/inconsistent placement of lyrics and dynamics under suspended notes, lilypond, 2014/06/30
- Message not available
- Re: [Lilypond-auto] Issue 2245 in lilypond: wrong/inconsistent placement of lyrics and dynamics under suspended notes, lilypond, 2014/06/30
- Message not available
- Re: [Lilypond-auto] Issue 2245 in lilypond: wrong/inconsistent placement of lyrics and dynamics under suspended notes, lilypond, 2014/06/30
- Message not available
- Re: [Lilypond-auto] Issue 2245 in lilypond: wrong/inconsistent placement of lyrics and dynamics under suspended notes, lilypond, 2014/06/30