LSR: Local update.
[lilypond/mpolesky.git] / Documentation / snippets / aligning-objects-created-with-the--mark-command.ly
blobbd8f6ad4fbe5fef8be3ebb7d789a01add11df159
1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
4 \version "2.13.10"
6 \header {
7 lsrtags = "text"
9 texidoc = "
10 By default the @code{\\mark} command centers objects over a bar line.
11 This behavior can be modified to align at right or left.
14 doctitle = "Aligning objects created with the \\mark command"
15 } % begin verbatim
17 \relative c' {
18 c1 \mark "(Center)"
20 \once \override Score.RehearsalMark #'self-alignment-X = #LEFT
21 \mark "(Left)"
22 c4 c c c
23 c4 c c c
24 \once \override Score.RehearsalMark #'self-alignment-X = #RIGHT
25 \mark "(Right)"