]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/chant-or-psalms-notation.ly
Doc-de: update macros.itely and nitpicks
[lilypond.git] / input / lsr / chant-or-psalms-notation.ly
index 55bac7d0a3c6d010e9a0da0b7eae1fbf5fe5271c..27ba98ad56019ab8e62be4c0d6567ff0bf94bb50 100644 (file)
@@ -1,26 +1,40 @@
-%% Do not edit this file; it is auto-generated from LSR!
-%% Tags: rhythms, vocal-music, ancient-notation, contexts-and-engravers
-\version "2.11.35"
+%% 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.13.1"
 
 
-\header { texidoc = "
+\header {
+  lsrtags = "rhythms, vocal-music, ancient-notation, contexts-and-engravers"
+
+%% Translation of GIT committish: aea975539ec44fd0f1a8fd25930b88b5ab64b53a
+  texidoces = "
+Este tipo de notaciĆ³n se utiliza para el canto de los Salmos, en
+que las estrofas no siempre tienen la misma longitud.
+
+"
+  doctitlees = "NotaciĆ³n de responsos o salmos"
+
+  texidoc = "
 This form of notation is used for the chant of the Psalms, where verses
 aren't always the same length.
 This form of notation is used for the chant of the Psalms, where verses
 aren't always the same length.
-" }
-% begin verbatim
-stemon = { \override Staff.Stem #'transparent = ##f }
-stemoff = { \override Staff.Stem #'transparent = ##t }
+
+"
+  doctitle = "Chant or psalms notation"
+} % begin verbatim
+
+stemOn = { \revert Staff.Stem #'transparent }
+stemOff = { \override Staff.Stem #'transparent = ##t }
 
 \score {
 
 \score {
-\new Staff \with {\remove "Time_signature_engraver" }
-{
-       \key g \minor
-       \set Score.timing = ##f
-       \stemoff a'\breve bes'4 g'4
-       \stemon a'2 \bar "||"
-       \stemoff a'\breve g'4 a'4
-       \stemon f'2 \bar "||"
-       \stemoff a'\breve^\markup { \italic flexe }
-       \stemon g'2 \bar "||"
-}
-\layout { raggedright = ##t}
+  \new Staff \with { \remove "Time_signature_engraver" }
+  {
+    \key g \minor
+    \cadenzaOn
+    \stemOff a'\breve bes'4 g'4
+    \stemOn a'2 \bar "||"
+    \stemOff a'\breve g'4 a'4
+    \stemOn f'2 \bar "||"
+    \stemOff a'\breve^\markup { \italic flexe }
+    \stemOn g'2 \bar "||"
+  }
 }
 }
+