]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-quarter.ly
*** empty log message ***
[lilypond.git] / input / regression / accidental-quarter.ly
1 \header {
2
3   texidoc = "Quarter tone notation is supported, including
4     threequarters flat."
5 }
6 \version "2.6.0"
7
8 \relative c'' {
9   \time 12/4 
10   ceses4
11   ceseh
12   ces
13   ceh
14   c
15   c
16   cih
17   cis 
18   cisih
19   cisis
20 }
21 \layout { raggedright = ##t }