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

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

Issue 5341049: Issue 2024: Let #{ ... #} pass its $ handling to environment cloning (Closed)
Left Patch Set: Created 12 years, 4 months ago
Right Patch Set: Ran convert-ly on scm/*.scm, just a single character changed. Created 12 years, 4 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/pitches.itely ('k') | Documentation/de/usage/running.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: 8cbb38db1591ab95a178643e7bf41db018aa22c0 3 Translation of GIT committish: 8cbb38db1591ab95a178643e7bf41db018aa22c0
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.14.0" 10 @c \version "2.15.18"
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 3390 matching lines...) Expand 10 before | Expand all | Expand 10 after
3411 c4 d8 e f g g4 3411 c4 d8 e f g g4
3412 f2 g4 g 3412 f2 g4 g
3413 } 3413 }
3414 3414
3415 \new GrandStaff << 3415 \new GrandStaff <<
3416 \new Staff { 3416 \new Staff {
3417 \MyCadenza c'1 3417 \MyCadenza c'1
3418 \MyCadenza c'1 3418 \MyCadenza c'1
3419 } 3419 }
3420 \new Staff { 3420 \new Staff {
3421 #(ly:export (mmrest-of-length MyCadenza)) 3421 $(mmrest-of-length MyCadenza)
3422 c'1 3422 c'1
3423 #(ly:export (skip-of-length MyCadenza)) 3423 $(skip-of-length MyCadenza)
3424 c'1 3424 c'1
3425 } 3425 }
3426 >> 3426 >>
3427 @end lilypond 3427 @end lilypond
3428 3428
3429 @seealso 3429 @seealso
3430 Glossar: 3430 Glossar:
3431 @rglos{cadenza}. 3431 @rglos{cadenza}.
3432 3432
3433 Schnipsel: 3433 Schnipsel:
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
3517 Notationsreferenz: 3517 Notationsreferenz:
3518 @ref{Taktzahlen}, 3518 @ref{Taktzahlen},
3519 @ref{Musik ohne Metrum}. 3519 @ref{Musik ohne Metrum}.
3520 3520
3521 Schnipsel: 3521 Schnipsel:
3522 @rlsr{Rhythms}. 3522 @rlsr{Rhythms}.
3523 3523
3524 Referenz der Interna: 3524 Referenz der Interna:
3525 @rinternals{Timing_translator}, 3525 @rinternals{Timing_translator},
3526 @rinternals{Score} 3526 @rinternals{Score}
LEFTRIGHT

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