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