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=59da1ee0d6f142fea27254f4018f618bd42bdeee;hb=5c14a087ca6cbd665fd631452b7b1283ba0387c3;hp=2a889932d548e63ad8cedfe09960a1ad59d06e8c;hpb=c72f247d7d7f66972c0f01fed761cdcc69acf65e;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 2a889932d5..59da1ee0d6 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,18 +1,29 @@ %% 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.38" +\version "2.11.62" \header { - lsrtags = "editorial-and-educational-use" - texidoc = " -The direction of stems on the center line of the staff can be changed, -as demonstrated in this example. -" } -% begin verbatim + lsrtags = "editorial-annotations" + + 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" + + texidoc = " +The default direction of stems on the center line of the staff is set +by the @code{Stem} property @code{neutral-direction}. + +" + doctitle = "Default direction of stems on the center line of the staff" +} % begin verbatim \relative c'' { - a b c b + a4 b c b \override Stem #'neutral-direction = #up - a b c b + a4 b c b \override Stem #'neutral-direction = #down - a b c b + a4 b c b }