]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/tick-bar-lines.ly
458e522b581316491857e5ed837c5e91c35b029e
[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 \version "2.12.0"
4 \header {
5   lsrtags = "staff-notation"
6   texidoc = "
7 'Tick' bar lines are often used in music where the bar line is used
8 only for coordination and is not meant to imply any rhythmic stress.
9 "
10   doctitle = "Tick bar lines"
11 } % begin verbatim
12
13 \relative c' {
14   \set Score.defaultBarType = #"'"
15   c4 d e f
16   g4 f e d
17   c4 d e f
18   g4 f e d
19   \bar "|."
20 }