]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/tick-bar-lines.ly
269632891f775cc823e3e07910b0e0650e43e639
[lilypond.git] / Documentation / snippets / tick-bar-lines.ly
1 %% DO NOT EDIT this file manually; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
4 %% and then run scripts/auxiliar/makelsr.py
5 %%
6 %% This file is in the public domain.
7 \version "2.14.2"
8
9 \header {
10   lsrtags = "staff-notation"
11
12 %% Translation of GIT committish: d5307870fe0ad47904daba73792c7e17b813737f
13   texidocfr = "
14 Lorsque les barres de mesure ne sont là que dans un but de coordination
15 et non pour accentuer le rythme, il arrive souvent qu'elles se
16 présentent sous la forme d'une simple encoche.
17
18 "
19   doctitlefr = "Barre de mesure en encoche"
20
21   texidoc = "
22 'Tick' bar lines are often used in music where the bar line is used
23 only for coordination and is not meant to imply any rhythmic stress.
24
25 "
26   doctitle = "Tick bar lines"
27 } % begin verbatim
28
29
30 \relative c' {
31   \set Score.defaultBarType = #"'"
32   c4 d e f
33   g4 f e d
34   c4 d e f
35   g4 f e d
36   \bar "|."
37 }