]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adding-indicators-to-staves-which-get-split-after-a-break.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / adding-indicators-to-staves-which-get-split-after-a-break.ly
index e2c62cd2507229b8fb12e2ef243b26e15556fca3..528b3f3853911c3c053c4335f34319a68c29de74 100644 (file)
@@ -4,10 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.16.0"
 
 \header {
-  lsrtags = "staff-notation, vocal-music"
+  lsrtags = "staff-notation, symbols-and-glyphs, vocal-music"
 
   texidoc = "
 This snippet defines the @code{\\splitStaffBarLine} command, which adds
@@ -49,7 +49,7 @@ splitStaffBarLine = {
         (ly:bar-line::print grob)
         X RIGHT
         (grob-interpret-markup grob splitStaffBarLineMarkup)
-        0 0))
+        0))
   \break
 }
 
@@ -102,4 +102,3 @@ splitStaffBarLine = {
     }
   }
 }
-