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

Issue 5820061: Issue 2403: MultiMeasureRest's 'staff-position in RhythmicStaff is wrong per default (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 1 month ago by dak
Modified:
12 years, 1 month ago
Reviewers:
CC:
lilypond-devel_gnu.org
Base URL:
http://git.savannah.gnu.org/gitweb/?p=lilypond.git/trunk/
Visibility:
Public.

Description

Issue 2403: MultiMeasureRest's 'staff-position in RhythmicStaff is wrong per default The multimeasure rest does not look good for a staff line count of 2 (one would need to extend the test in this patch to check for line 1 in a similar way as line 2 and 3 are currently checked), but then it does not seem worth bothering as long as the normal whole rest looks awful for a staff line count of 2 as well. Test with \version "2.15.31" \new StaffGroup { $(make-simultaneous-music (map (lambda (x) #{ \new Staff \with { \override StaffSymbol #'line-count = #x } { c'1 r1 R1 \override MultiMeasureRest #'staff-position = #4 R1 } #}) (iota 6))) }

Patch Set 1 #

Patch Set 2 : Address compiler warnings. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -4 lines) Patch
M lily/multi-measure-rest.cc View 1 1 chunk +8 lines, -4 lines 0 comments Download

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