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

Side by Side Diff: Documentation/de/notation/input.itely

Issue 326870043: Change all instances of \partcombine to \partCombine in the documentation
Patch Set: Created 6 years, 8 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:
View unified diff | Download patch
OLDNEW
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 1871 matching lines...) Expand 10 before | Expand all | Expand 10 after
1882 } 1882 }
1883 \new Lyrics \allLyrics 1883 \new Lyrics \allLyrics
1884 \new Staff = "Bass" { 1884 \new Staff = "Bass" {
1885 \clef "bass" 1885 \clef "bass"
1886 \bassMusic 1886 \bassMusic
1887 } 1887 }
1888 \new Lyrics \allLyrics 1888 \new Lyrics \allLyrics
1889 \new PianoStaff << 1889 \new PianoStaff <<
1890 \new Staff = "RH" { 1890 \new Staff = "RH" {
1891 \set Staff.printPartCombineTexts = ##f 1891 \set Staff.printPartCombineTexts = ##f
1892 \partcombine 1892 \partCombine
1893 \sopranoMusic 1893 \sopranoMusic
1894 \altoMusic 1894 \altoMusic
1895 } 1895 }
1896 \new Staff = "LH" { 1896 \new Staff = "LH" {
1897 \set Staff.printPartCombineTexts = ##f 1897 \set Staff.printPartCombineTexts = ##f
1898 \clef "bass" 1898 \clef "bass"
1899 \partcombine 1899 \partCombine
1900 \tenorMusic 1900 \tenorMusic
1901 \bassMusic 1901 \bassMusic
1902 } 1902 }
1903 >> 1903 >>
1904 >> 1904 >>
1905 @end lilypond 1905 @end lilypond
1906 1906
1907 Unterschiedliche Partituren, die entweder nur den Chor oder das 1907 Unterschiedliche Partituren, die entweder nur den Chor oder das
1908 Klavier zeigen, können produziert werden, indem die Struktur 1908 Klavier zeigen, können produziert werden, indem die Struktur
1909 verändert wird; die Noten müssen dazu nicht verändert werden. 1909 verändert wird; die Noten müssen dazu nicht verändert werden.
(...skipping 1354 matching lines...) Expand 10 before | Expand all | Expand 10 after
3264 mit LilyPond machen wollen. 3264 mit LilyPond machen wollen.
3265 3265
3266 @knownissues 3266 @knownissues
3267 3267
3268 Nicht alle musikalischen Ereignisse werden von 3268 Nicht alle musikalischen Ereignisse werden von
3269 @file{event-listener.ly} unterstützt. Es handelt sich eher um ein 3269 @file{event-listener.ly} unterstützt. Es handelt sich eher um ein
3270 gut gemachtes @qq{proof of concept}. Wenn Ereignisse, die Sie 3270 gut gemachtes @qq{proof of concept}. Wenn Ereignisse, die Sie
3271 brauchen, nicht in enthalten sind, können Sie @file{event-listener.ly}· 3271 brauchen, nicht in enthalten sind, können Sie @file{event-listener.ly}·
3272 in Ihr LilyPond-Verzeichnis kopieren und die Datei verändern, 3272 in Ihr LilyPond-Verzeichnis kopieren und die Datei verändern,
3273 sodass sie die benötigte Information ausgibt. 3273 sodass sie die benötigte Information ausgibt.
OLDNEW

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