]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/tick-bar-lines.ly
Merge branch 'master' of carldsorensen@git.sv.gnu.org:/srv/git/lilypond
[lilypond.git] / input / lsr / tick-bar-lines.ly
1 %% Do not edit this file; it is auto-generated from input/new
2 %% This file is in the public domain.
3 %% Note: this file works from version 2.12.0
4 \version "2.13.1"
5 \header {
6   lsrtags = "staff-notation"
7   texidoc = "
8 'Tick' bar lines are often used in music where the bar line is used
9 only for coordination and is not meant to imply any rhythmic stress.
10 "
11   doctitle = "Tick bar lines"
12 } % begin verbatim
13
14 \relative c' {
15   \set Score.defaultBarType = #"'"
16   c4 d e f
17   g4 f e d
18   c4 d e f
19   g4 f e d
20   \bar "|."
21 }