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

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

Issue 6498052: bar-line interface part 2/2: New bar line definition standard (Closed) Base URL: http://git.savannah.gnu.org/gitweb/?p=lilypond.git/trunk/
Left Patch Set: forgot to run makelsr.py Created 12 years, 6 months ago
Right Patch Set: use define-session-public for public alists Created 12 years, 6 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 1
2 \header 2 \header
3 { 3 {
4 4
5 texidoc = "Broken tuplets are adorned with little arrows. The arrows 5 texidoc = "Broken tuplets are adorned with little arrows. The arrows
6 come from the @code{edge-text} property, and thus be replaced with 6 come from the @code{edge-text} property, and thus be replaced with
7 larger glyphs or other text. " 7 larger glyphs or other text. "
8 8
9 } 9 }
10 10
11 \version "2.17.4" 11 \version "2.17.5"
12 12
13 \paper { 13 \paper {
14 ragged-right = ##t·· 14 ragged-right = ##t··
15 indent = 0.0 15 indent = 0.0
16 } 16 }
17 17
18 18
19 \relative c'' { 19 \relative c'' {
20 \override TupletNumber #'text = #tuplet-number::calc-fraction-text 20 \override TupletNumber #'text = #tuplet-number::calc-fraction-text
21 21
22 \override TupletBracket #'edge-text = #(cons 22 \override TupletBracket #'edge-text = #(cons
23 (markup #:fontsize 6 23 (markup #:fontsize 6
24 #:arrow-head X LEFT #f) 24 #:arrow-head X LEFT #f)
25 (markup #:arrow-head X RIGHT #f)) 25 (markup #:arrow-head X RIGHT #f))
26 \times 11/19 { 26 \times 11/19 {
27 c4 c4 c4 c4 27 c4 c4 c4 c4
28 \bar "-" \break 28 \bar "-" \break
29 c4 c4 c4 c4 29 c4 c4 c4 c4
30 c4 c4 c4 c4 30 c4 c4 c4 c4
31 \bar "-" \break 31 \bar "-" \break
32 c4 c4 c4 c4 32 c4 c4 c4 c4
33 c4 c4 c4· 33 c4 c4 c4·
34 } 34 }
35 }··· 35 }···
LEFTRIGHT

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