]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/tick-bar-lines.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / lsr / tick-bar-lines.ly
diff --git a/input/lsr/tick-bar-lines.ly b/input/lsr/tick-bar-lines.ly
deleted file mode 100644 (file)
index a49da4a..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-%% 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.12.3"
-
-\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' {
-  \set Score.defaultBarType = #"'"
-  c4 d e f
-  g4 f e d
-  c4 d e f
-  g4 f e d
-  \bar "|."
-}