]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/merging-multi-measure-rests-in-a-polyphonic-part.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / merging-multi-measure-rests-in-a-polyphonic-part.ly
index 7e5f7f4fdb94b82871ce1ced5d3451d561edeba9..1b78f4dff4cacb5faf35a629c43c5a5853f9ca52 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 = "rhythms"
+  lsrtags = "really-simple, rhythms, version-specific"
 
   texidoc = "
 When using multi-measure rests in a polyphonic staff, the rests will be
@@ -18,6 +18,7 @@ can be printed on the same staff line, using the following setting.
   doctitle = "Merging multi-measure rests in a polyphonic part"
 } % begin verbatim
 
+
 normalPos = \revert MultiMeasureRest #'staff-position
 
 {
@@ -39,4 +40,3 @@ normalPos = \revert MultiMeasureRest #'staff-position
     }
   >>
 }
-