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

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

Issue 331860043: Multiple properties for \override \override-lines markup
Patch Set: Revert changes in Documentation/snippets, incorporate Thomas Morley's suggestion Created 6 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:
View unified diff | Download patch
« no previous file with comments | « Documentation/de/notation/fretted-strings.itely ('k') | Documentation/de/notation/text.itely » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1028 matching lines...) Expand 10 before | Expand all | Expand 10 after
1039 Es ist auch möglich, eigene Textfelder zu erstellen und dann auf sie 1039 Es ist auch möglich, eigene Textfelder zu erstellen und dann auf sie
1040 in der Beschriftungsdefinition zu verweisen: 1040 in der Beschriftungsdefinition zu verweisen:
1041 1041
1042 @lilypond[papersize=a5,quote,verbatim,noragged-right] 1042 @lilypond[papersize=a5,quote,verbatim,noragged-right]
1043 \book { 1043 \book {
1044 \paper { 1044 \paper {
1045 indent = 0\mm 1045 indent = 0\mm
1046 scoreTitleMarkup = \markup { 1046 scoreTitleMarkup = \markup {
1047 \fill-line { 1047 \fill-line {
1048 \null 1048 \null
1049 \override #`(direction . ,UP) { 1049 \override #`(direction . ,UP)
1050 \dir-column { 1050 \dir-column {
1051 \center-align \fontsize #-1 \bold 1051 \center-align \fontsize #-1 \bold
1052 \fromproperty #'header:mycustomtext %% User-defined field 1052 \fromproperty #'header:mycustomtext %% User-defined field
1053 \center-align \fontsize #4 \bold 1053 \center-align \fontsize #4 \bold
1054 \fromproperty #'header:piece 1054 \fromproperty #'header:piece
1055 }
1056 } 1055 }
1057 \fromproperty #'header:opus 1056 \fromproperty #'header:opus
1058 } 1057 }
1059 } 1058 }
1060 } 1059 }
1061 \header { tagline = ##f } 1060 \header { tagline = ##f }
1062 \score { 1061 \score {
1063 { s1 } 1062 { s1 }
1064 \header { 1063 \header {
1065 piece = "FUGA I" 1064 piece = "FUGA I"
(...skipping 2198 matching lines...) Expand 10 before | Expand all | Expand 10 after
3264 mit LilyPond machen wollen. 3263 mit LilyPond machen wollen.
3265 3264
3266 @knownissues 3265 @knownissues
3267 3266
3268 Nicht alle musikalischen Ereignisse werden von 3267 Nicht alle musikalischen Ereignisse werden von
3269 @file{event-listener.ly} unterstützt. Es handelt sich eher um ein 3268 @file{event-listener.ly} unterstützt. Es handelt sich eher um ein
3270 gut gemachtes @qq{proof of concept}. Wenn Ereignisse, die Sie 3269 gut gemachtes @qq{proof of concept}. Wenn Ereignisse, die Sie
3271 brauchen, nicht in enthalten sind, können Sie @file{event-listener.ly}· 3270 brauchen, nicht in enthalten sind, können Sie @file{event-listener.ly}·
3272 in Ihr LilyPond-Verzeichnis kopieren und die Datei verändern, 3271 in Ihr LilyPond-Verzeichnis kopieren und die Datei verändern,
3273 sodass sie die benötigte Information ausgibt. 3272 sodass sie die benötigte Information ausgibt.
OLDNEW
« no previous file with comments | « Documentation/de/notation/fretted-strings.itely ('k') | Documentation/de/notation/text.itely » ('j') | no next file with comments »

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