]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/new/tick-bar-lines.ly
Doc-es: pre-merge update of texidoc committishes.
[lilypond.git] / input / new / tick-bar-lines.ly
index 8493fa5e29f99b8b5c0e7263cac66e2fdc538a66..d237aa67da4d131b8f7247852ddf84c1816eafac 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.11.65"
+\version "2.12.0"
 \header {
   lsrtags = "staff-notation"
   texidoc = "
@@ -8,9 +8,10 @@ only for coordination and is not meant to imply any rhythmic stress.
   doctitle = "Tick bar lines"
 }
 \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 "|."
 }