]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/vertical-line-as-a-baroque-articulation-mark.ly
LSR: Update.
[lilypond.git] / Documentation / snippets / vertical-line-as-a-baroque-articulation-mark.ly
index 36ac6cd71ae3f44d6a0ead923a6f5fcd470c42d6..d4b8abef79171ef95be67926655d5f8af61f70b4 100644 (file)
@@ -1,7 +1,7 @@
 %% Do not edit this file; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.13.4"
+\version "2.13.16"
 
 \header {
   lsrtags = "expressive-marks, ancient-notation"
@@ -17,7 +17,7 @@ demonstrates how to achieve such a notation.
 } % begin verbatim
 
 upline =
-#(let ((m stopped))
+#(let ((m (make-articulation "stopped")))
    (set! (ly:music-property m 'tweaks)
          (acons 'font-size 3
                 (acons 'stencil (lambda (grob)