]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/inserting-score-fragments-above-a-staff,-as-markups.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / inserting-score-fragments-above-a-staff,-as-markups.ly
index 36c40856618b25e017ee57bfde12b695dc69fed4..d556d5b80d5e820055a1658e6792bb3bb8ab894b 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"
+  lsrtags = "real-music, staff-notation"
 
   texidoc = "
 The @code{\\markup} command is quite versatile.  In this snippet, it
@@ -17,6 +17,7 @@ contains a @code{\\score} block instead of texts or marks.
   doctitle = "Inserting score fragments above a staff as markups"
 } % begin verbatim
 
+
 tuning = \markup {
   \score {
     \new Staff \with { \remove "Time_signature_engraver" }
@@ -43,4 +44,3 @@ tuning = \markup {
   g8 a g a
   g8 a g a
 }
-