]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/tick-bar-lines.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / input / lsr / tick-bar-lines.ly
index bce7980715660df1dd377a305293964a6e04808e..470e41a5f66b3609d29427cb2a74e341f86d2bd2 100644 (file)
@@ -1,19 +1,23 @@
-%% Do not edit this file; it is auto-generated from input/new
+%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.65"
+\version "2.13.1"
+
 \header {
   lsrtags = "staff-notation"
+
   texidoc = "
 'Tick' bar lines are often used in music where the bar line is used
 only for coordination and is not meant to imply any rhythmic stress.
+
 "
   doctitle = "Tick bar lines"
 } % 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 "|."
 }