]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/default-direction-of-stems-on-the-center-line-of-the-staff.ly
Merge remote-tracking branch 'origin/master' into translation
[lilypond.git] / Documentation / snippets / default-direction-of-stems-on-the-center-line-of-the-staff.ly
index bfefa7b1f165b0c754b51e9c2c9b9ab9a048f44a..50ff9bc0cda6324f42da991d69ae65a725c612b1 100644 (file)
@@ -4,39 +4,11 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.2"
+\version "2.17.6"
 
 \header {
-%% Translation of GIT committish: 30339cb3706f6399c84607426988b25f79b4998c
-  texidocfr = "
-La direction des hampes des notes placées sur la ligne médiane de la
-portée est gérée par la propriété @code{neutral-direction} de l'objet
-@code{Stem}.
-
-"
-  doctitlefr = "Direction par défaut des hampes de la ligne médiane"
-
   lsrtags = "editorial-annotations"
 
-
-%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
-  texidoces = "
-La dirección predeterminada de las plicas sobre la tercera línea
-del pentagrama está determinada por la propiedad
-@code{neutral-direction} del objeto @code{Stem}.
-
-"
-  doctitlees = "Dirección predeterminada de las plicas sobre la tercera línea del pentagrama"
-
-
-%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
-  texidocde = "
-Die Richtung von Hälsen auf der mittleren Linie kann mit der @code{Stem}-Eigenschaft
-@code{neutral-direction} gesetzt werden.
-
-"
-  doctitlede = "Standardrichtung für Hälse auf der Mittellinie"
-
   texidoc = "
 The default direction of stems on the center line of the staff is set
 by the @code{Stem} property @code{neutral-direction}.
@@ -48,9 +20,8 @@ by the @code{Stem} property @code{neutral-direction}.
 
 \relative c'' {
   a4 b c b
-  \override Stem #'neutral-direction = #up
+  \override Stem.neutral-direction = #up
   a4 b c b
-  \override Stem #'neutral-direction = #down
+  \override Stem.neutral-direction = #down
   a4 b c b
 }
-