]> git.donarmstrong.com Git - lilypond.git/blob - input/new/tick-bar-lines.ly
MusicXML: src-dir rather than srcdir.
[lilypond.git] / input / new / tick-bar-lines.ly
1 \version "2.11.65"
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   c4 d e f \bar "'"
12   g4 f e d \bar "'" 
13   c4 d e f \bar "'"
14   g4 f e d
15   \bar "|."
16 }