]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-quarter.ly
Make relative-includes configurable with a -d option.
[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.11.51"
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 }