]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/tick-bar-lines.ly
Doc-es: pre-merge update of texidoc committishes.
[lilypond.git] / input / lsr / tick-bar-lines.ly
index bce7980715660df1dd377a305293964a6e04808e..4da266db33b72ff19d8b67aec66fe976c871bdd7 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.65"
+%% Note: this file works from version 2.12.0
+\version "2.12.0"
 \header {
   lsrtags = "staff-notation"
   texidoc = "
@@ -11,9 +12,10 @@ only for coordination and is not meant to imply any rhythmic stress.
 } % begin verbatim
 
 \relative c' {
-  c4 d e f \bar "'"
-  g4 f e d \bar "'" 
-  c4 d e f \bar "'"
+  \set Score.defaultBarType = #"'"
+  c4 d e f
+  g4 f e d
+  c4 d e f
   g4 f e d
   \bar "|."
 }