]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/ancient-time-signatures.ly
Merge commit 'ce4b499'
[lilypond.git] / input / lsr / ancient-time-signatures.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.11.38"
4
5 \header {
6   lsrtags = "ancient-notation"
7  texidoc = "
8 Time signatures may also be engraved in an old style.
9
10
11 " }
12 % begin verbatim
13 \score {
14    { 
15     \override Staff.TimeSignature  #'style = #'neomensural
16     s1 
17   }
18         \layout {raggedright = ##t}
19 }
20
21