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

Delta Between Two Patch Sets: Documentation/notation/repeats.itely

Issue 4810072: Fixes bad slur heights by limiting fit_factor to the interior of slurs. (Closed)
Left Patch Set: Changes regtest texidoc. Created 12 years, 7 months ago
Right Patch Set: Incorporates Keith's comments. Created 12 years, 7 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:
Right: Side by side diff | Download
LEFTRIGHT
(no file at all)
1 @c -*- coding: utf-8; mode: texinfo; -*- 1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore 2 @ignore
3 Translation of GIT committish: FILL-IN-HEAD-COMMITTISH 3 Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
4 4
5 When revising a translation, copy the HEAD committish of the 5 When revising a translation, copy the HEAD committish of the
6 version that you are working on. For details, see the Contributors' 6 version that you are working on. For details, see the Contributors'
7 Guide, node Updating translation committishes.. 7 Guide, node Updating translation committishes..
8 @end ignore 8 @end ignore
9 9
10 @c \version "2.14.0" 10 @c \version "2.14.0"
(...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 @lilypond[verbatim,quote,relative=2] 489 @lilypond[verbatim,quote,relative=2]
490 \repeat unfold 4 { c4 d e f } 490 \repeat unfold 4 { c4 d e f }
491 \alternative { 491 \alternative {
492 { c2 g' } 492 { c2 g' }
493 { c,2 b } 493 { c,2 b }
494 { e2 d } 494 { e2 d }
495 } 495 }
496 c1 496 c1
497 @end lilypond 497 @end lilypond
498 498
499 If there are more alternate endings than repeats then only the first 499 If there are more alternate endings than repeats then the first
500 alternatives are applied. The remaining alternatives will be ignored 500 alternatives are applied, LilyPond will ignore the remaining
501 and not printed. 501 alternatives which will not be printed.
502 502
503 @lilypond[verbatim,quote,relative=2] 503 @lilypond[verbatim,quote,relative=2]
504 \repeat unfold 2 { c4 d e f } 504 \repeat unfold 2 { c4 d e f }
505 \alternative { 505 \alternative {
506 { c2 g' } 506 { c2 g' }
507 { c,2 b } 507 { c,2 b }
508 { e2 d } 508 { e2 d }
509 } 509 }
510 c1 510 c1
511 @end lilypond 511 @end lilypond
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
706 {cross-staff-tremolos.ly} 706 {cross-staff-tremolos.ly}
707 707
708 708
709 @seealso 709 @seealso
710 Snippets: 710 Snippets:
711 @rlsr{Repeats}. 711 @rlsr{Repeats}.
712 712
713 @cindex tremolo, cross-staff 713 @cindex tremolo, cross-staff
714 @cindex cross-staff tremolo 714 @cindex cross-staff tremolo
715 715
LEFTRIGHT

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