X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fde%2Fuser%2Fcheatsheet.itely;h=1cc871634f3ad781532f3aad3422f0a949f5739f;hb=3eb1e37e2e0b3966142cd04b85e30ab882308612;hp=3fa60ed58330cce0ac4f7a95073f6b32a56d424b;hpb=62bd8f673cb93c886334082489274803932297da;p=lilypond.git diff --git a/Documentation/de/user/cheatsheet.itely b/Documentation/de/user/cheatsheet.itely index 3fa60ed583..1cc871634f 100644 --- a/Documentation/de/user/cheatsheet.itely +++ b/Documentation/de/user/cheatsheet.itely @@ -1,13 +1,13 @@ -@c -*- coding: utf-8; mode: texinfo; -*- +@c -*- coding: utf-8; mode: texinfo; documentlanguage: de -*- @c This file is part of lilypond.tely @ignore - Translation of GIT committish: fc6469f52dc27d4b5c22067367878a5c2ff5fb45 + Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d When revising a translation, copy the HEAD committish of the version that you are working on. See TRANSLATION for details. @end ignore -@c \version "2.11.38" +@c \version "2.12.0" @c TODO: add tablature. @@ -36,7 +36,7 @@ c1 c2 c8 c16 @tab @lilypond[fragment,relative=2,notime] \override Staff.Clef #'break-visibility = #all-invisible -c4. c4.. +c4. c4.. @end lilypond @item @code{c d e f g a b } @@ -67,7 +67,7 @@ s4_" " @tab Taktangaben @tab @lilypond[fragment] -\override Staff.Clef #'transparent = ##t +\override Staff.Clef #'stencil = #empty-stencil \time 3/4 s4_" " \time 4/4 @@ -98,7 +98,8 @@ d ~ d @lilypond[notime,fragment] \clef treble \key es \major -s4 +\hideNotes +c128 @end lilypond @item @var{note}@code{'} @@ -212,7 +213,7 @@ a\> a a\! @tab @lilypond[fragment,relative=2] \set Staff.implicitTimeSignatureVisibility = #all-invisible - + @end lilypond @@ -249,21 +250,21 @@ twinkle @item @code{\new Lyrics} -@tab Textausgabe +@tab Gesangtext @tab @lilypond[fragment] \new Lyrics \lyricmode { twinkle } @end lilypond @item @code{twin -- kle} -@tab Text-Trennstrich +@tab Gesangtext-Trennstrich @tab @lilypond[fragment,relative=2] \set Staff.implicitTimeSignatureVisibility = #all-invisible << { g'1 g } \new Lyrics \lyricsto "" { twin -- kle } ->> +>> @end lilypond @item @code{\chordmode @{ c:dim f:maj7 @}}