]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/vertical-line-as-a-baroque-articulation-mark.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / vertical-line-as-a-baroque-articulation-mark.ly
index 36ac6cd71ae3f44d6a0ead923a6f5fcd470c42d6..9dca2487025ad69c024b218cf357fd7fb20203ce 100644 (file)
@@ -1,10 +1,13 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
 %% This file is in the public domain.
-\version "2.13.4"
+\version "2.16.0"
 
 \header {
-  lsrtags = "expressive-marks, ancient-notation"
+  lsrtags = "ancient-notation, expressive-marks"
 
   texidoc = "
 This short vertical line placed above the note is commonly used in
@@ -16,8 +19,9 @@ demonstrates how to achieve such a notation.
   doctitle = "Vertical line as a baroque articulation mark"
 } % 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)