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

Delta Between Two Patch Sets: Documentation/de/notation/rhythms.itely

Issue 331820043: Allow quoted strings as Scheme arguments to markup commands (Closed)
Left Patch Set: Created 7 years, 6 months ago
Right Patch Set: Run makelsr.py for fixing a few \version statements Created 7 years, 5 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
« no previous file with change/comment | « Documentation/de/notation/notation-appendices.itely ('k') | Documentation/de/notation/text.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
(no file at all)
1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: de -*- 1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: de -*-
2 @ignore 2 @ignore
3 Translation of GIT committish: e5a609e373eae846857f9a6d70a402a3d42b7d94 3 Translation of GIT committish: e5a609e373eae846857f9a6d70a402a3d42b7d94
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.19.40" 10 @c \version "2.21.0"
11 11
12 @c Translators: Till Paala 12 @c Translators: Till Paala
13 13
14 @node Rhythmus 14 @node Rhythmus
15 @section Rhythmus 15 @section Rhythmus
16 @translationof Rhythms 16 @translationof Rhythms
17 17
18 @lilypondfile[quote]{rhythms-headword.ly} 18 @lilypondfile[quote]{rhythms-headword.ly}
19 19
20 Dieser Abschnitt erklärt die Eingabe von Rhythmen, Pausen, 20 Dieser Abschnitt erklärt die Eingabe von Rhythmen, Pausen,
(...skipping 3236 matching lines...) Expand 10 before | Expand all | Expand 10 after
3257 @cindex Musikbuchstaben 3257 @cindex Musikbuchstaben
3258 3258
3259 @funindex \musicglyph 3259 @funindex \musicglyph
3260 3260
3261 Musikbuchstaben (wie etwa das Segno-Zeichen) können mit dem Befehl 3261 Musikbuchstaben (wie etwa das Segno-Zeichen) können mit dem Befehl
3262 @code{\musicglyph} als ein 3262 @code{\musicglyph} als ein
3263 @code{\mark}-Zeichen definierte werden: 3263 @code{\mark}-Zeichen definierte werden:
3264 3264
3265 @lilypond[quote,verbatim] 3265 @lilypond[quote,verbatim]
3266 \relative c' { 3266 \relative c' {
3267 c1 \mark \markup { \musicglyph #"scripts.segno" } 3267 c1 \mark \markup { \musicglyph "scripts.segno" }
3268 c1 \mark \markup { \musicglyph #"scripts.coda" } 3268 c1 \mark \markup { \musicglyph "scripts.coda" }
3269 c1 \mark \markup { \musicglyph #"scripts.ufermata" } 3269 c1 \mark \markup { \musicglyph "scripts.ufermata" }
3270 c1 3270 c1
3271 } 3271 }
3272 @end lilypond 3272 @end lilypond
3273 3273
3274 @noindent 3274 @noindent
3275 Siehe @ref{Die Emmentaler-Schriftart}, wo alle Symbole gezeigt sind, die 3275 Siehe @ref{Die Emmentaler-Schriftart}, wo alle Symbole gezeigt sind, die
3276 mit dem Befehl @code{\musicglyph} ausgegeben werden können. 3276 mit dem Befehl @code{\musicglyph} ausgegeben werden können.
3277 3277
3278 Übliche Veränderungen der Positionierung von Übungszeichen finden 3278 Übliche Veränderungen der Positionierung von Übungszeichen finden
3279 sich in @ref{Text formatieren}. Zu noch präzieserer Kontrolle 3279 sich in @ref{Text formatieren}. Zu noch präzieserer Kontrolle
(...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after
3706 Notationsreferenz: 3706 Notationsreferenz:
3707 @ref{Taktzahlen}, 3707 @ref{Taktzahlen},
3708 @ref{Musik ohne Metrum}. 3708 @ref{Musik ohne Metrum}.
3709 3709
3710 Schnipsel: 3710 Schnipsel:
3711 @rlsr{Rhythms}. 3711 @rlsr{Rhythms}.
3712 3712
3713 Referenz der Interna: 3713 Referenz der Interna:
3714 @rinternals{Timing_translator}, 3714 @rinternals{Timing_translator},
3715 @rinternals{Score} 3715 @rinternals{Score}
LEFTRIGHT

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