LEFT | RIGHT |
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 Loading... |
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}. |
LEFT | RIGHT |