]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/chant-or-psalms-notation.ly
Imported Upstream version 2.12.3
[lilypond.git] / input / lsr / chant-or-psalms-notation.ly
index 49a23ec6075434c240739bdb4b5f597650498636..17aa31b20900fdbee317678abf27db5f4cca95e7 100644 (file)
@@ -1,6 +1,6 @@
 %% 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.52"
+\version "2.12.3"
 
 \header {
   lsrtags = "rhythms, vocal-music, ancient-notation, contexts-and-engravers"
@@ -19,14 +19,15 @@ aren't always the same length.
 "
   doctitle = "Chant or psalms notation"
 } % begin verbatim
-stemOn = { \override Staff.Stem #'transparent = ##f }
+
+stemOn = { \revert Staff.Stem #'transparent }
 stemOff = { \override Staff.Stem #'transparent = ##t }
 
 \score {
   \new Staff \with { \remove "Time_signature_engraver" }
   {
     \key g \minor
-    \set Score.timing = ##f
+    \cadenzaOn
     \stemOff a'\breve bes'4 g'4
     \stemOn a'2 \bar "||"
     \stemOff a'\breve g'4 a'4
@@ -35,3 +36,4 @@ stemOff = { \override Staff.Stem #'transparent = ##t }
     \stemOn g'2 \bar "||"
   }
 }
+