]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/aligning-objects-created-with-the--mark-command.ly
Release: bump version.
[lilypond.git] / Documentation / snippets / aligning-objects-created-with-the--mark-command.ly
index 2e467c5d650cadf43158176f40723dd8f026a83e..491b8ec23f75fb98596547d349a57735c4a98e90 100644 (file)
@@ -1,7 +1,10 @@
-%% 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.13.31"
+\version "2.14.2"
 
 \header {
   lsrtags = "text"
@@ -14,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
@@ -25,5 +29,3 @@ This behavior can be modified to align at right or left.
   \mark "(Right)"
   c1
 }
-
-