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

Delta Between Two Patch Sets: Documentation/de/notation/fretted-strings.itely

Issue 363880043: Chord names clean-up; no more Banter, exceptionsPartial or \powerChords. (Closed)
Left Patch Set: A slightly better example in Doc/notation/fretted-strings Created 5 years, 3 months ago
Right Patch Set: OK, let’s not create a new @rlsr section just yet. Created 5 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
LEFTRIGHT
1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: de -*- 1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: de -*-
2 2
3 @ignore 3 @ignore
4 Translation of GIT committish: e5a609e373eae846857f9a6d70a402a3d42b7d94 4 Translation of GIT committish: e5a609e373eae846857f9a6d70a402a3d42b7d94
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
(...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 Referenz der Interna: 491 Referenz der Interna:
492 @rinternals{TabNoteHead}, 492 @rinternals{TabNoteHead},
493 @rinternals{TabStaff}, 493 @rinternals{TabStaff},
494 @rinternals{TabVoice}, 494 @rinternals{TabVoice},
495 @rinternals{Beam}. 495 @rinternals{Beam}.
496 496
497 @knownissues 497 @knownissues
498 Akkorde werden nicht gesondert behandelt, sodass die Saitenauswahlfunktion 498 Akkorde werden nicht gesondert behandelt, sodass die Saitenauswahlfunktion
499 eventuell die selbe Saite für zwei Töne eines Akkordes auswählen kann. 499 eventuell die selbe Saite für zwei Töne eines Akkordes auswählen kann.
500 500
501 Damit die Kombination von Stimmen (@code{\partcombine}) richtig funktioniert, 501 Damit die Kombination von Stimmen (@code{\partCombine}) richtig funktioniert,
502 müssen speziell erstellte Stimmen innerhalb des Tabulatursystems 502 müssen speziell erstellte Stimmen innerhalb des Tabulatursystems
503 (@code{TabStaff}) benutzt werden: 503 (@code{TabStaff}) benutzt werden:
504 504
505 @lilypond[quote,ragged-right,verbatim] 505 @lilypond[quote,ragged-right,verbatim]
506 melodia = \partcombine { e4 g g g } { e4 e e e } 506 melodia = \partCombine { e4 g g g } { e4 e e e }
507 << 507 <<
508 \new TabStaff << 508 \new TabStaff <<
509 \new TabVoice = "one" s1 509 \new TabVoice = "one" s1
510 \new TabVoice = "two" s1 510 \new TabVoice = "two" s1
511 \new TabVoice = "shared" s1 511 \new TabVoice = "shared" s1
512 \new TabVoice = "solo" s1 512 \new TabVoice = "solo" s1
513 { \melodia } 513 { \melodia }
514 >> 514 >>
515 >> 515 >>
516 @end lilypond 516 @end lilypond
(...skipping 1390 matching lines...) Expand 10 before | Expand all | Expand 10 after
1907 @example 1907 @example
1908 \set TabStaff.stringTunings = #(four-string-banjo banjo-c-tuning) 1908 \set TabStaff.stringTunings = #(four-string-banjo banjo-c-tuning)
1909 @end example 1909 @end example
1910 1910
1911 @seealso 1911 @seealso
1912 Installierte Dateien: 1912 Installierte Dateien:
1913 @file{ly/string-tunings-init.ly}. 1913 @file{ly/string-tunings-init.ly}.
1914 1914
1915 Schnipsel: 1915 Schnipsel:
1916 @rlsr{Fretted strings}. 1916 @rlsr{Fretted strings}.
LEFTRIGHT

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