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

Delta Between Two Patch Sets: input/regression/metronome-mark-loose-column.ly

Issue 4683043: Fix #1695: Clef change placed outside score. (Closed)
Left Patch Set: Add regression test. Created 13 years, 8 months ago
Right Patch Set: Update regtest version. Created 13 years, 8 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | lily/break-align-engraver.cc » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 \version "2.15.5" 1 \version "2.15.6"
2 2
3 \header { 3 \header {
4 texidoc = "Metronome marks aligned on notes do not interfere with 4 texidoc = "Metronome marks aligned on notes do not interfere with
5 the positioning of loose columns in other staves. Here the loose 5 the positioning of loose columns in other staves. Here the loose
6 column supporting the clef is correctly placed immediately before 6 column supporting the clef is correctly placed immediately before
7 the second note in the lower staff." 7 the second note in the lower staff."
8 } 8 }
9 9
10 \score { 10 \score {
11 << 11 <<
12 \new Staff \relative c' { 12 \new Staff \relative c' {
13 c8 c c c 13 c8 c c c
14 \tempo 4 = 60 14 \tempo 4 = 60
15 c2 15 c2
16 } 16 }
17 \new Staff \relative c' { 17 \new Staff \relative c' {
18 c2 \clef bass c2 18 c2 \clef bass c2
19 } 19 }
20 >> 20 >>
21 \layout { 21 \layout {
22 \context { 22 \context {
23 \Score 23 \Score
24 \override NonMusicalPaperColumn #'stencil = #ly:paper-column::print 24 \override NonMusicalPaperColumn #'stencil = #ly:paper-column::print
25 } 25 }
26 } 26 }
27 } 27 }
LEFTRIGHT

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