]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/new/aligning-and-centering-instrument-names.ly
Remove unused folder input/new/revised/. (cherry picked from commit 4998e00067f678ea4...
[lilypond.git] / input / new / aligning-and-centering-instrument-names.ly
index 8469fc7f24d048d69c74dbc27d3679ef58227c50..6ad24e927d96b6a744cdc04094f9fa56782c9e16 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.11.61"
+\version "2.12.0"
 
 \header {
   lsrtags = "text, paper-and-layout, titles"
@@ -10,12 +10,15 @@ first and the following systems, respectively."
   doctitle = "Aligning and centering instrument names"
 }
 
-\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"
       }
@@ -27,7 +30,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"