]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/specifying-context-with-beatgrouping.ly
Docs: update LSR, mostly fixing German texidocs
[lilypond.git] / input / lsr / specifying-context-with-beatgrouping.ly
index 621f2195ca627cb89693d35385e4a92df4582a16..ccc9c57535792db6c4bf789a037755e2e7b36de9 100644 (file)
@@ -12,12 +12,22 @@ altos:
 "
   doctitlees = "Especificar el contexto con beatGrouping"
 
+%% Translation of GIT committish :<0364058d18eb91836302a567c18289209d6e9706>
+  texidocde = "
+Wenn der Kontext angegeben wird, kann die Auswirkung von @code{beatGrouping}
+auf den angegebenen Kontext beschränkt werden und die Werte, die in Kontexten
+auf höhrer Ebene angegeben wurden, können verändert werden.  Der
+@code{\\set}-Befehl muss @emph{nach} den @code{\\time}-Befehl geschrieben
+werden:
+"
+  doctitlede = "Den Kontext für beatGrouping angeben"
+
   lsrtags = "rhythms"
   texidoc = "
 By specifying the context, the effect of @code{beatGrouping} can be
 limited to the context specified, and the values which may have
 been set in higher-level contexts can be overridden.  The
-@code{\set} commands must be placed @emph{after} all @code{\time}
+@code{\\set} commands must be placed @emph{after} all @code{\\time}
 commands:
 "
   doctitle = "Specifying context with beatGrouping"
@@ -36,7 +46,7 @@ commands:
     \new Voice {
       \relative c' {
         \voiceTwo
-        \set Voice.beatGrouping = #'(1 3 3)
+        \set beatGrouping = #'(1 3 3)
         f8 f f f f f f
       }
     }