]> git.donarmstrong.com Git - lilypond.git/blob - input/new/tick-bar-lines.ly
Remove unused folder input/new/revised/. (cherry picked from commit 4998e00067f678ea4...
[lilypond.git] / input / new / tick-bar-lines.ly
1 \version "2.12.0"
2 \header {
3   lsrtags = "staff-notation"
4   texidoc = "
5 'Tick' bar lines are often used in music where the bar line is used
6 only for coordination and is not meant to imply any rhythmic stress.
7 "
8   doctitle = "Tick bar lines"
9 }
10 \relative c' {
11   \set Score.defaultBarType = #"'"
12   c4 d e f
13   g4 f e d
14   c4 d e f
15   g4 f e d
16   \bar "|."
17 }