]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/de/notation/cheatsheet.itely
Issue 4151: implicitTimeSignatureVisibility->initialTimeSignatureVisibility
[lilypond.git] / Documentation / de / notation / cheatsheet.itely
index 400b7c287e40e16673c528d9d36b2a8df389c304..0c44e12323e544d2f207af39a3d54a91832ac12e 100644 (file)
@@ -1,14 +1,14 @@
 @c -*- coding: utf-8; mode: texinfo; documentlanguage: de -*-
 
 @ignore
-    Translation of GIT committish: 64feeff58e5ce3397de87188a08ac99f7ef8e37b
+    Translation of GIT committish: e5a609e373eae846857f9a6d70a402a3d42b7d94
 
     When revising a translation, copy the HEAD committish of the
     version that you are working on.  For details, see the Contributors'
     Guide, node Updating translation committishes..
 @end ignore
 
-@c \version "2.12.0"
+@c \version "2.19.16"
 
 @c Translators: Till Paala
 
 @item @code{1 2 8 16}
 @tab Tondauern
 @tab
-@lilypond[fragment,relative=2,notime]
+@lilypond[relative=2,notime]
 \set Staff.autoBeaming = ##f
-\override Staff.Clef #'break-visibility = #all-invisible
+\override Staff.Clef.break-visibility = #all-invisible
 c1 c2 c8 c16
 @end lilypond
 
 @item @code{c4. c4..}
 @tab Punktierung
 @tab
-@lilypond[fragment,relative=2,notime]
-\override Staff.Clef #'break-visibility = #all-invisible
+@lilypond[relative=2,notime]
+\override Staff.Clef.break-visibility = #all-invisible
 c4. c4..
 @end lilypond
 
 @item @code{c d e f g a b }
 @tab Tonleiter
 @tab
-@lilypond[fragment,relative=1,notime]
+@lilypond[relative=1,notime]
 c d e f g a b
 @end lilypond
 
 @item @code{fis bes}
-@tab Vorzeichen 
+@tab Vorzeichen
 @tab
-@lilypond[fragment,relative=1,notime]
+@lilypond[relative=1,notime]
 fis bes
 @end lilypond
 
 @item @code{\clef treble \clef bass }
 @tab Notenschlüssel
 @tab
-@lilypond[fragment,notime]
+@lilypond[relative=1,notime]
 \clef treble
 s4_" "
 \clef bass
@@ -70,8 +70,8 @@ s4_" "
 @item @code{\time 3/4 \time 4/4 }
 @tab Taktangaben
 @tab
-@lilypond[fragment]
-\override Staff.Clef #'stencil = #empty-stencil
+@lilypond[relative=1]
+\override Staff.Clef.stencil = #empty-stencil
 \time 3/4
 s4_" "
 \time 4/4
@@ -80,17 +80,17 @@ s16_" "
 
 
 @item @code{r4 r8}
-@tab Pause 
+@tab Pause
 @tab
-@lilypond[relative=2,notime,fragment]
-\override Staff.Clef #'break-visibility = #all-invisible
+@lilypond[relative=2,notime]
+\override Staff.Clef.break-visibility = #all-invisible
 r4 r8
 @end lilypond
 
 @item @code{d ~ d}
 @tab Bindebogen
 @tab
-@lilypond[relative=2,notime,fragment]
+@lilypond[relative=2,notime]
 \set Score.timing = ##f
 \set Staff.autoBeaming = ##f
 d ~ d
@@ -99,7 +99,7 @@ d ~ d
 @item @code{\key es \major }
 @tab Tonart
 @tab
-@lilypond[notime,fragment]
+@lilypond[notime,relative=1]
 \clef treble
 \key es \major
 \hideNotes
@@ -109,7 +109,7 @@ c128
 @item @var{note}@code{'}
 @tab Oktavierung
 @tab
-@lilypond[relative=2,notime,fragment]
+@lilypond[relative=2,notime]
 \set Score.timing = ##f
 \set Staff.autoBeaming = ##f
 a a'
@@ -118,7 +118,7 @@ a a'
 @item @var{note}@code{,}
 @tab Oktavierung nach unten
 @tab
-@lilypond[relative=2,notime,fragment]
+@lilypond[relative=2,notime]
 \set Score.timing = ##f
 \set Staff.autoBeaming = ##f
 c c,
@@ -128,9 +128,9 @@ c c,
 @item @code{c( d e)}
 @tab Legatobogen
 @tab
-@lilypond[fragment,relative=2]
+@lilypond[relative=2]
 \set Score.timing = ##f
-\set Staff.implicitTimeSignatureVisibility = #all-invisible
+\set Staff.initialTimeSignatureVisibility = #all-invisible
 \set Staff.autoBeaming = ##f
 c( d e)
 @end lilypond
@@ -139,9 +139,9 @@ c( d e)
 @item @code{c\( c( d) e\)}
 @tab Phrasierungsbogen
 @tab
-@lilypond[fragment,relative=2]
+@lilypond[relative=2]
 \set Score.timing = ##f
-\set Staff.implicitTimeSignatureVisibility = #all-invisible
+\set Staff.initialTimeSignatureVisibility = #all-invisible
 \set Staff.autoBeaming = ##f
 c\( c( d) e\)
 @end lilypond
@@ -150,9 +150,9 @@ c\( c( d) e\)
 @item @code{a8[ b]}
 @tab Balken
 @tab
-@lilypond[fragment,relative=2]
+@lilypond[relative=2]
 \set Score.timing = ##f
-\set Staff.implicitTimeSignatureVisibility = #all-invisible
+\set Staff.initialTimeSignatureVisibility = #all-invisible
 \set Staff.autoBeaming = ##f
 a8-[ b-]
 @end lilypond
@@ -161,23 +161,23 @@ a8-[ b-]
 @item @code{<< \new Staff ... >>}
 @tab mehr Notensysteme
 @tab
-@lilypond[fragment]
+@lilypond[relative=1]
 << \new Staff {
-     \set Staff.implicitTimeSignatureVisibility = #all-invisible
-     c'1
+     \set Staff.initialTimeSignatureVisibility = #all-invisible
+     c1
    }
    \new Staff {
-     \set Staff.implicitTimeSignatureVisibility = #all-invisible
-     c'1
+     \set Staff.initialTimeSignatureVisibility = #all-invisible
+     c1
    } >>
 @end lilypond
 
-  
+
 @item @code{c-> c-.}
 @tab Artikulationszeichen
 @tab
-@lilypond[fragment,relative=2]
-\set Staff.implicitTimeSignatureVisibility = #all-invisible
+@lilypond[relative=2]
+\set Staff.initialTimeSignatureVisibility = #all-invisible
 c-> c-.
 @end lilypond
 
@@ -185,8 +185,8 @@ c-> c-.
 @item @code{c2\mf c\sfz}
 @tab Dynamik
 @tab
-@lilypond[fragment,relative=2]
-\set Staff.implicitTimeSignatureVisibility = #all-invisible
+@lilypond[relative=2]
+\set Staff.initialTimeSignatureVisibility = #all-invisible
 c2\mf c\sfz
 @end lilypond
 
@@ -194,9 +194,9 @@ c2\mf c\sfz
 @item @code{a\< a a\!}
 @tab Crescendo
 @tab
-@lilypond[fragment,relative=2]
+@lilypond[relative=2]
 \set Score.timing = ##f
-\set Staff.implicitTimeSignatureVisibility = #all-invisible
+\set Staff.initialTimeSignatureVisibility = #all-invisible
 \set Staff.autoBeaming = ##f
 a\< a a\!
 @end lilypond
@@ -204,9 +204,9 @@ a\< a a\!
 @item @code{a\> a a\!}
 @tab Decrescendo
 @tab
-@lilypond[fragment,relative=2]
+@lilypond[relative=2]
 \set Score.timing = ##f
-\set Staff.implicitTimeSignatureVisibility = #all-invisible
+\set Staff.initialTimeSignatureVisibility = #all-invisible
 \set Staff.autoBeaming = ##f
 a\> a a\!
 @end lilypond
@@ -215,8 +215,8 @@ a\> a a\!
 @item @code{< >}
 @tab Noten im Akkord
 @tab
-@lilypond[fragment,relative=2]
-\set Staff.implicitTimeSignatureVisibility = #all-invisible
+@lilypond[relative=2]
+\set Staff.initialTimeSignatureVisibility = #all-invisible
 <c e>
 @end lilypond
 
@@ -224,26 +224,26 @@ a\> a a\!
 @item @code{\partial 8}
 @tab Auftakt
 @tab
-@lilypond[fragment,relative=2]
+@lilypond[relative=2]
 \partial 8
 f8 c2 d e
 @end lilypond
 
 
-@item @code{\times 2/3 @{f g a@}}
+@item @code{\tuplet 3/2 @{f g a@}}
 @tab Triolen
 @tab
-@lilypond[relative=1,fragment]
-\set Staff.implicitTimeSignatureVisibility = #all-invisible
-\times 2/3 { f8 g a }
+@lilypond[relative=1]
+\set Staff.initialTimeSignatureVisibility = #all-invisible
+\tuplet 3/2 { f8 g a }
 @end lilypond
 
 
 @item @code{\grace}
 @tab Verzierungen
 @tab
-@lilypond[relative=2,fragment]
-\set Staff.implicitTimeSignatureVisibility = #all-invisible
+@lilypond[relative=2]
+\set Staff.initialTimeSignatureVisibility = #all-invisible
 \context Voice { \grace b16 c4 }
 @end lilypond
 
@@ -254,17 +254,17 @@ twinkle
 
 
 @item @code{\new Lyrics}
-@tab Gesangtext
+@tab Gesangstext
 @tab
-@lilypond[fragment]
+@lilypond[relative=1]
 \new Lyrics \lyricmode { twinkle }
 @end lilypond
 
 @item @code{twin -- kle}
-@tab Gesangtext-Trennstrich 
+@tab Gesangstext-Trennstrich
 @tab
-@lilypond[fragment,relative=2]
-\set Staff.implicitTimeSignatureVisibility = #all-invisible
+@lilypond[relative=2]
+\set Staff.initialTimeSignatureVisibility = #all-invisible
 <<
    { g'1 g }
   \new Lyrics \lyricsto "" { twin -- kle }
@@ -272,25 +272,25 @@ twinkle
 @end lilypond
 
 @item @code{\chordmode @{ c:dim f:maj7 @}}
-@tab Akkorde 
+@tab Akkorde
 @tab
-@lilypond[fragment,relative=2]
-\set Staff.implicitTimeSignatureVisibility = #all-invisible
+@lilypond[relative=2]
+\set Staff.initialTimeSignatureVisibility = #all-invisible
 \chordmode { c:dim f:maj7 }
 @end lilypond
 
 @item @code{\context ChordNames}
 @tab Akkordsymbole drucken
 @tab
-@lilypond[fragment,relative=2]
+@lilypond[relative=2]
 \chords { c:dim f:maj7 }
 @end lilypond
 
 @item @code{<<@{e f@} \\ @{c d@}>>}
 @tab Mehrstimmigkeit
 @tab
-@lilypond[fragment,relative=2]
-\set Staff.implicitTimeSignatureVisibility = #all-invisible
+@lilypond[relative=2]
+\set Staff.initialTimeSignatureVisibility = #all-invisible
 \context Staff <<{e f} \\ {c d}>>
 @end lilypond