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