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