]> 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.18.0
[lilypond.git] / Documentation / snippets / how-to-print-two-rehearsal-marks-above-and-below-the-same-barline-method-1.ly
index 72d4a9b1016e5183327a62c53b3f55010d91bb66..1a84268db61adb0477c4f709530d357e3dd58c95 100644 (file)
@@ -1,10 +1,11 @@
-%% 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.16.0"
+% DO NOT EDIT this file manually; it is automatically
+% generated from Documentation/snippets/new
+% Make any changes in Documentation/snippets/new/
+% and then run scripts/auxiliar/makelsr.py
+%
+% This file is in the public domain.
+%% Note: this file works from version 2.17.24
+\version "2.17.24"
 
 \header {
   lsrtags = "editorial-annotations, expressive-marks, staff-notation, tweaks-and-overrides"
@@ -39,16 +40,16 @@ box of the mark from its original value.
 
 \relative c'{
     c d e f |
-    \once \override Score.RehearsalMark #'extra-offset = #'(0 . -8.5)
-    \once \override Score.RehearsalMark #'baseline-skip = #9
+    \once \override Score.RehearsalMark.extra-offset = #'(0 . -8.5)
+    \once \override Score.RehearsalMark.baseline-skip = #9
     \mark \markup \center-column { \circle 1 \box A }
     g f e d |
-    \once \override Score.RehearsalMark #'extra-offset = #'(0 . -8.5)
-    \once \override Score.RehearsalMark #'baseline-skip = #9
+    \once \override Score.RehearsalMark.extra-offset = #'(0 . -8.5)
+    \once \override Score.RehearsalMark.baseline-skip = #9
     \mark \markup \center-column { \flat { \bold \small \italic Fine. } }
     g f e d |
-    \once \override Score.RehearsalMark #'extra-offset = #'(0 . -8.5)
-    \once \override Score.RehearsalMark #'baseline-skip = #9
-    \override Score.RehearsalMark #'break-visibility = #begin-of-line-invisible
-    \mark \markup \center-column { \musicglyph #"scripts.ufermata" \box z }
+    \once \override Score.RehearsalMark.extra-offset = #'(0 . -8.5)
+    \once \override Score.RehearsalMark.baseline-skip = #9
+    \override Score.RehearsalMark.break-visibility = #begin-of-line-invisible
+    \mark \markup \center-column { \fermata \box z }
 }