]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-quarter.ly
a1fc977745ea5098dd5b9bbf2ecec789c42d5ba0
[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.16.0"
7 \layout { ragged-right = ##t }
8
9 \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 }