]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-the-number-of-lines-in-a-staff.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / changing-the-number-of-lines-in-a-staff.ly
index ce4d1cec6289c17054592e0f3090b7b1072386ab..19ab74b4496519d83f3e39b3b9bb064b19a3bb7d 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 = "specific-notation, staff-notation"
 
   texidoc = "
 The number of lines in a staff may changed by overriding the
@@ -20,6 +20,7 @@ The number of lines in a staff may changed by overriding the
   doctitle = "Changing the number of lines in a staff"
 } % begin verbatim
 
+
 upper = \relative c'' {
   c4 d e f
 }
@@ -40,4 +41,3 @@ lower = \relative c {
     }
   >>
 }
-