]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/ancient-time-signatures.ly
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into...
[lilypond.git] / Documentation / snippets / ancient-time-signatures.ly
1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
4 \version "2.13.20"
5
6 \header {
7   lsrtags = "ancient-notation"
8
9 %% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b
10   texidoces = "
11 Las indicaciones de compás también se pueden grabar en estilo antiguo.
12
13 "
14   doctitlees = "Indicaciones de compás antiguas"
15
16   texidoc = "
17 Time signatures may also be engraved in an old style.
18
19
20
21 "
22   doctitle = "Ancient time signatures"
23 } % begin verbatim
24
25 {
26   \override Staff.TimeSignature #'style = #'neomensural
27   s1
28 }
29