]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/tick-bar-lines.ly
Imported Upstream version 2.14.2
[lilypond.git] / Documentation / snippets / tick-bar-lines.ly
diff --git a/Documentation/snippets/tick-bar-lines.ly b/Documentation/snippets/tick-bar-lines.ly
new file mode 100644 (file)
index 0000000..766fccc
--- /dev/null
@@ -0,0 +1,27 @@
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
+%% This file is in the public domain.
+\version "2.14.0"
+
+\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 "|."
+}