]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/printing-the-bar-number-for-the-first-measure.ly
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / Documentation / snippets / printing-the-bar-number-for-the-first-measure.ly
index feaa41da78c4106698ed4b41d04b557df27ab3cb..7280abfdf787efd3a7e5803cd3e7002ea2e4acaa 100644 (file)
@@ -1,10 +1,10 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% generated from LSR http://lsr.di.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.14.2"
+\version "2.18.0"
 
 \header {
   lsrtags = "rhythms"
@@ -20,6 +20,10 @@ must be inserted before the first note for this to work.
   doctitle = "Printing the bar number for the first measure"
 } % begin verbatim
 
+\layout {
+  indent = 0
+  ragged-right = ##t
+}
 
 \relative c' {
   \set Score.barNumberVisibility = #all-bar-numbers-visible