Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1026)

Issue 5555046: Makes sure dynamics don't budge for tuplet brackets. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 3 months ago by MikeSol
Modified:
12 years, 3 months ago
Reviewers:
Keith, janek, carl.d.sorensen, mike
CC:
lilypond-devel_gnu.org
Visibility:
Public.

Description

Makes sure dynamics don't budge for tuplet brackets.

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -3 lines) Patch
M lily/tuplet-bracket.cc View 1 chunk +6 lines, -3 lines 2 comments Download

Messages

Total messages: 5
Carl
LGTM
12 years, 3 months ago (2012-01-18 18:35:34 UTC) #1
Keith
LGTM If you run it through fixcc.py we won't get the trailing whitespace warning. http://codereview.appspot.com/5555046/diff/1/lily/tuplet-bracket.cc ...
12 years, 3 months ago (2012-01-19 02:27:36 UTC) #2
janek
So the problem was that by default tupletBracket doesn't have outside-staff-priority (because we want it ...
12 years, 3 months ago (2012-01-21 22:02:10 UTC) #3
mike_apollinemike.com
On Jan 21, 2012, at 11:02 PM, janek.lilypond@gmail.com wrote: > So the problem was that ...
12 years, 3 months ago (2012-01-21 22:06:05 UTC) #4
janek
12 years, 3 months ago (2012-01-22 00:41:09 UTC) #5
2012/1/21 mike@apollinemike.com <mike@apollinemike.com>:
> On Jan 21, 2012, at 11:02 PM, janek.lilypond@gmail.com wrote:
>> { % this produced wrong output in 2.15.26, but now is ok:
>>   \override TupletBracket #'outside-staff-priority = #3
>>   \times 2/3 {c''4\ff c'' c''}
>> }
>
> The idea is that if outside-staff-priority is set for either the
tuplet-bracket or the dynamics, their vertical spacing with respect to each
other should be out of the hands of tuplet-bracket.cc and in the hands of the
axis-group-interface.cc .

Sounds nice, but i don't see how it actually happens.  There's nothing
like "axis-group-interface" in the code that follows :(

thanks,
Janek
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b