Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments. Please
Sign in
to add in-line comments.
Keyboard Shortcuts
File
u
:
up to issue
m
:
publish + mail comments
M
:
edit review message
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
<Enter>
:
respond to / edit current comment
d
:
mark current comment as done
Issue
u
:
up to list of issues
m
:
publish + mail comments
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
#
:
close issue
Comment/message editing
<Ctrl>
+
s
or
<Ctrl>
+
Enter
:
save comment
<Esc>
:
cancel edit
Rietveld
Code Review Tool
Help
|
Bug tracker
|
Discussion group
|
Source code
|
Sign in
(135)
Issues
Repositories
Search
Open Issues
|
Closed Issues
|
All Issues
|
Sign in
with your
Google Account
to create issues and add comments
Side by Side Diff: input/regression/bar-line-segno.ly
Issue
181144
:
Issue 659: alternate segno symbol (Closed)
Patch Set: First update: changing segno marker to S
Created 15 years, 3 months ago
Left:
Base
Patch Set 1: None
Patch Set 2: First update: changing segno marker to S
Patch Set 3: Update 2: more detailed regression test, spacing issue solved
Patch Set 4: Update 3: corrected typos, improved regtest, spacing problems solved
Patch Set 5: Correction in span-bar.cc due to Neil's proposal
Patch Set 6: Added various combinations of repeat signs and segno
Patch Set 7: Added various combinations of repeat signs and segno
Patch Set 8: Cleaned up; various combinations of repeat signs and segno according to Alexander Kobel's proposals
Patch Set 9: replaced hard-coded width with calculated value
Patch Set 10: Corrections: indentation/moving segno stuff into lower else if-layer
Patch Set 11: corrections in output-lib.scm; documentation added
Patch Set 12: Docstring corrections; announcement in changes.tely
Patch Set 13: Whitespace issues
Right:
Patch Set 1: None
Patch Set 2: First update: changing segno marker to S
Patch Set 3: Update 2: more detailed regression test, spacing issue solved
Patch Set 4: Update 3: corrected typos, improved regtest, spacing problems solved
Patch Set 5: Correction in span-bar.cc due to Neil's proposal
Patch Set 6: Added various combinations of repeat signs and segno
Patch Set 7: Added various combinations of repeat signs and segno
Patch Set 8: Cleaned up; various combinations of repeat signs and segno according to Alexander Kobel's proposals
Patch Set 9: replaced hard-coded width with calculated value
Patch Set 10: Corrections: indentation/moving segno stuff into lower else if-layer
Patch Set 11: corrections in output-lib.scm; documentation added
Patch Set 12: Docstring corrections; announcement in changes.tely
Patch Set 13: Whitespace issues
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Jump to:
input/regression/bar-line-segno.ly
lily/bar-line.cc
lily/span-bar.cc
mf/feta-scripts.mf
scm/output-lib.scm
View unified diff
|
Download patch
« no previous file with comments
|
« no previous file
|
lily/bar-line.cc »
('j') |
lily/bar-line.cc »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
2
\header { texidoc = "Segno bar lines can be used to mark
3
the begin and the end of a segno part." }
4
5
\version "2.13.11"
6
7
\paper { ragged-right = ##t }
8
9
\relative \new StaffGroup <<
Neil Puttock
2010/01/07 22:55:40
\relative c'
\relative c'
10
\new Staff {
11
c4 c c c \bar ".S" \break
12
c4 c c c \bar "S." \break
13
c4 c c2 }
14
\new Staff {
15
c4 c c c
16
c4 c c c
17
c4 c c2
18
}
19
>>
20
OLD
NEW
« no previous file with comments
|
« no previous file
|
lily/bar-line.cc »
('j') |
lily/bar-line.cc »
('J')
Issue 181144: Issue 659: alternate segno symbol (Closed)
Created 15 years, 3 months ago by marc
Modified 14 years, 11 months ago
Reviewers: Reinhold, Neil Puttock, carl.d.sorensen_gmail.com
Base URL:
Comments: 12
Recent Issues
|
This issue
This is Rietveld
f62528b