]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/printing-the-bar-number-for-the-first-measure.ly
LSR: Update.
[lilypond.git] / Documentation / snippets / printing-the-bar-number-for-the-first-measure.ly
index 64cc2fd9f04799327f404a2c2bd3c3c9b335dbbe..cd0cda6ef70b7052fc52ce9dde7e6402a18e7b85 100644 (file)
@@ -61,6 +61,7 @@ must be inserted before the first note for this to work.
 \relative c' {
   \set Score.barNumberVisibility = #all-bar-numbers-visible
   \bar ""
-  c1 d e f \break
-  g1 e d c
+  c1 | d | e | f \break
+  g1 | e | d | c
 }
+