X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fdefault-direction-of-stems-on-the-center-line-of-the-staff.ly;h=12ab026a49a4a67bb4cf9b9e2eb0fe40988128e8;hb=b97565a9af1c13369ac7e7e9ea80c2638dbc0e51;hp=5ab392bb135430a24da24b9ccc55ec1a766bc766;hpb=37ca1f80bf5401accd17056938f4f7b2c147ddb2;p=lilypond.git diff --git a/input/lsr/default-direction-of-stems-on-the-center-line-of-the-staff.ly b/input/lsr/default-direction-of-stems-on-the-center-line-of-the-staff.ly index 5ab392bb13..12ab026a49 100644 --- a/input/lsr/default-direction-of-stems-on-the-center-line-of-the-staff.ly +++ b/input/lsr/default-direction-of-stems-on-the-center-line-of-the-staff.ly @@ -1,10 +1,27 @@ %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. -\version "2.11.49" +\version "2.13.1" \header { lsrtags = "editorial-annotations" +%% Translation of GIT committish: 55ea64f469d9c1703222654c9e5bc8490b04a67a + 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: 0364058d18eb91836302a567c18289209d6e9706 + 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}. @@ -12,6 +29,7 @@ by the @code{Stem} property @code{neutral-direction}. " doctitle = "Default direction of stems on the center line of the staff" } % begin verbatim + \relative c'' { a4 b c b \override Stem #'neutral-direction = #up @@ -19,3 +37,4 @@ by the @code{Stem} property @code{neutral-direction}. \override Stem #'neutral-direction = #down a4 b c b } +