]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/tick-bar-lines.ly
MusicXML: src-dir rather than srcdir.
[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.11.65"
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   c4 d e f \bar "'"
15   g4 f e d \bar "'" 
16   c4 d e f \bar "'"
17   g4 f e d
18   \bar "|."
19 }