]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/aligning-and-centering-instrument-names.ly
Merge commit 'origin'
[lilypond.git] / input / lsr / aligning-and-centering-instrument-names.ly
index e4c5c905ded6e6401944570b7065afcd8d72c079..9b4b87db7b9e6188ff576e9d8a5ba61513737369 100644 (file)
@@ -1,6 +1,7 @@
 %% Do not edit this file; it is auto-generated from input/new
 %% This file is in the public domain.
-\version "2.11.61"
+%% Note: this file works from version 2.12.0
+\version "2.13.1"
 
 \header {
   texidoces = "
@@ -36,12 +37,16 @@ first and the following systems, respectively."
   doctitle = "Aligning and centering instrument names"
 } % begin verbatim
 
-\paper { left-margin = 3\cm }
+
+\paper {
+  left-margin = 3\cm
+}
+
 \score {
   \new StaffGroup <<
     \new Staff {
       \override Staff.InstrumentName #'self-alignment-X = #LEFT
-      \set Staff . instrumentName = \markup \left-column {
+      \set Staff.instrumentName = \markup \left-column {
         "Left aligned"
         "instrument name"
       }
@@ -53,7 +58,7 @@ first and the following systems, respectively."
     \new Staff {
       \override Staff.InstrumentName #'self-alignment-X = #CENTER
       \set Staff.instrumentName = \markup \center-column {
-        "Centered"
+        Centered
         "instrument name"
       }
       \set Staff.shortInstrumentName = #"Centered"