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

Delta Between Two Patch Sets: input/regression/measure-counter-broken.ly

Issue 6730044: Issue 2445: Add measure counter to LilyPond Base URL: http://git.savannah.gnu.org/gitweb/?p=lilypond.git/trunk/
Left Patch Set: revert addition to Staff context Created 12 years, 5 months ago
Right Patch Set: fixes based on David's review Created 12 years, 5 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
LEFTRIGHT
1 \version "2.17.5" 1 \version "2.17.6"
2 2
3 \header { 3 \header {
4 texidoc = "Measures split across line breaks may be numbered in a measure 4 texidoc = "Measures split across line breaks may be numbered in a measure
5 count. Each segment receives a number. The first number has its ordinary 5 count. Each segment receives a number. The first number has its ordinary
6 appearance, but numbers after the break are enclosed in parentheses." 6 appearance, but numbers after the break are enclosed in parentheses."
7 } 7 }
8 8
9 \layout { 9 \layout {
10 indent = 0 10 indent = 0
11 ragged-right = ##t 11 ragged-right = ##t
12 } 12 }
13 13
14 \relative c' { 14 \relative c' {
15 \startMeasureCount 15 \startMeasureCount
16 a4 b c d 16 a4 b c d
17 a4 b 17 a4 b
18 \bar "" 18 \bar ""
19 \break 19 \break
20 c4 d 20 c4 d
21 a4 b c d 21 a4 b c d
22 \stopMeasureCount 22 \stopMeasureCount
23 } 23 }
24 24
25 \layout { 25 \layout {
26 \context { 26 \context {
27 \Staff 27 \Staff
28 \consists #Measure_counter_engraver 28 \consists #Measure_counter_engraver
29 } 29 }
30 } 30 }
LEFTRIGHT

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