]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/marking-notes-of-spoken-parts-with-a-cross-on-the-stem.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / input / lsr / marking-notes-of-spoken-parts-with-a-cross-on-the-stem.ly
index 8331189ec49c2afaf037f3681121b30350ca634e..4aa2af76181ba1e0e5a94f35b17ff1dcf6deeb13 100644 (file)
@@ -1,20 +1,19 @@
-%% Do not edit this file; it is auto-generated from input/new
+%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-%% Note: this file works from version 2.12.0
 \version "2.13.1"
 
 \header {
   lsrtags = "editorial-annotations, vocal-music"
 
   texidoc = "
-This example shows how to put crosses on stems. Mark the beginning
-of a spoken section with the @code{\\speakOn} keyword, and end it
-with the @code{\\speakOff} keyword.
+This example shows how to put crosses on stems.  Mark the beginning of
+a spoken section with the @code{\\speakOn} keyword, and end it with the
+@code{\\speakOff} keyword.
+
 "
   doctitle = "Marking notes of spoken parts with a cross on the stem"
 } % begin verbatim
 
-
 speakOn = {
   \override Stem #'stencil = #(lambda (grob)
     (let* ((x-parent (ly:grob-parent grob X))
@@ -47,3 +46,4 @@ speakOff = {
     }
   }
 }
+