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

Delta Between Two Patch Sets: Documentation/cs/learning/tweaks.itely

Issue 7094044: \tuplet and \tupletSpan to replace \times and tupletSpannerDuration (Closed)
Left Patch Set: Fix embarrassingly half-baked renaming of duration to tuplet-span Created 12 years, 2 months ago
Right Patch Set: Address Keith's comments, add display test, fix display expression Created 12 years, 2 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 | « Documentation/cs/learning/fundamental.itely ('k') | Documentation/cs/usage/lilypond-book.itely » ('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 @c -*- coding: utf-8; mode: texinfo; documentlanguage: cs -*- 1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: cs -*-
2 2
3 @ignore 3 @ignore
4 Translation of GIT committish: a463d80d4be008ce05b12de86fc21f2b7c1c120f 4 Translation of GIT committish: a463d80d4be008ce05b12de86fc21f2b7c1c120f
5 5
6 When revising a translation, copy the HEAD committish of the 6 When revising a translation, copy the HEAD committish of the
7 version that you are working on. For details, see the Contributors' 7 version that you are working on. For details, see the Contributors'
8 Guide, node Updating translation committishes. 8 Guide, node Updating translation committishes.
9 @end ignore 9 @end ignore
10 10
11 @c \version "2.17.10" 11 @c \version "2.17.11"
12 12
13 @node Ladění výstupu 13 @node Ladění výstupu
14 @chapter Ladění výstupu 14 @chapter Ladění výstupu
15 @translationof Tweaking output 15 @translationof Tweaking output
16 16
17 In diesem Kapitel wird erklärt, wie man die Notenausgabe verändern 17 In diesem Kapitel wird erklärt, wie man die Notenausgabe verändern
18 kann. In LilyPond kann man sehr viel konfigurieren, fast jedes 18 kann. In LilyPond kann man sehr viel konfigurieren, fast jedes
19 Notenfragment kann geändert werden. 19 Notenfragment kann geändert werden.
20 20
21 21
(...skipping 4516 matching lines...) Expand 10 before | Expand all | Expand 10 after
4538 4538
4539 \relative c' { 4539 \relative c' {
4540 % Arrange to obtain color from color-notehead procedure 4540 % Arrange to obtain color from color-notehead procedure
4541 \override NoteHead.color = #color-notehead 4541 \override NoteHead.color = #color-notehead
4542 a2 b | c2 d | e2 f | g2 a | 4542 a2 b | c2 d | e2 f | g2 a |
4543 } 4543 }
4544 @end lilypond 4544 @end lilypond
4545 4545
4546 Weiter Beispiele, die die Benutzung dieser programmierbaren 4546 Weiter Beispiele, die die Benutzung dieser programmierbaren
4547 Schnittstelle zeigen, finden sich in @rextend{Optimierungen mit Scheme}. 4547 Schnittstelle zeigen, finden sich in @rextend{Optimierungen mit Scheme}.
LEFTRIGHT

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