]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/how-to-print-two-rehearsal-marks-above-and-below-the-same-barline-method-1.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / how-to-print-two-rehearsal-marks-above-and-below-the-same-barline-method-1.ly
index 2bf2b2a013529d557b92bac72a16795d40552d9d..72d4a9b1016e5183327a62c53b3f55010d91bb66 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 = "expressive-marks, staff-notation, editorial-annotations, tweaks-and-overrides"
+  lsrtags = "editorial-annotations, expressive-marks, staff-notation, tweaks-and-overrides"
 
   texidoc = "
 This method prints two 'rehearsal marks', one on top of the other. It
@@ -36,6 +36,7 @@ box of the mark from its original value.
   doctitle = "How to print two rehearsal marks above and below the same barline (method 1)"
 } % begin verbatim
 
+
 \relative c'{
     c d e f |
     \once \override Score.RehearsalMark #'extra-offset = #'(0 . -8.5)