]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/how-to-print-two-rehearsal-marks-above-and-below-the-same-barline-method-1.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / how-to-print-two-rehearsal-marks-above-and-below-the-same-barline-method-1.ly
index 7f74fea3888b09d80b7d2fd44a75bf76f1dbc0fa..72d4a9b1016e5183327a62c53b3f55010d91bb66 100644 (file)
@@ -1,10 +1,13 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
 %% This file is in the public domain.
-\version "2.12.2"
+\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
@@ -33,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)