]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/default-direction-of-stems-on-the-center-line-of-the-staff.ly
resolve merge
[lilypond.git] / input / lsr / default-direction-of-stems-on-the-center-line-of-the-staff.ly
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
deleted file mode 100644 (file)
index 4f2fe64..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-%% 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.12.3"
-
-\header {
-  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'' {
-  a4 b c b
-  \override Stem #'neutral-direction = #up
-  a4 b c b
-  \override Stem #'neutral-direction = #down
-  a4 b c b
-}
-