]> 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.1.28"
7
8 \score {
9     \notes \relative c'' {
10         \time 12/4 
11         ceses4
12         ceseh
13         ces
14         ceh
15         c
16         c
17         cih
18         cis 
19         cisih
20         cisis
21     }
22     \paper { raggedright = ##t }
23 }