]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/aligning-objects-created-with-the--mark-command.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / aligning-objects-created-with-the--mark-command.ly
index 5c55788f947392c513793ae439a45c0256e6f809..8ab123ef88df364ba63c4fc2415a85d38b172e1b 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.16.0"
 
 \header {
   lsrtags = "text"
@@ -17,6 +17,7 @@ This behavior can be modified to align at right or left.
   doctitle = "Aligning objects created with the \\mark command"
 } % begin verbatim
 
+
 \relative c' {
   c1 \mark "(Center)"
   c1
@@ -28,5 +29,3 @@ This behavior can be modified to align at right or left.
   \mark "(Right)"
   c1
 }
-
-