]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/tick-bar-lines.ly
Docs: reorganize documentation directory structure
[lilypond.git] / Documentation / snippets / tick-bar-lines.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.13.1"
4
5 \header {
6   lsrtags = "staff-notation"
7
8   texidoc = "
9 'Tick' bar lines are often used in music where the bar line is used
10 only for coordination and is not meant to imply any rhythmic stress.
11
12 "
13   doctitle = "Tick bar lines"
14 } % begin verbatim
15
16 \relative c' {
17   \set Score.defaultBarType = #"'"
18   c4 d e f
19   g4 f e d
20   c4 d e f
21   g4 f e d
22   \bar "|."
23 }