]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-quarter.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[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.3.22"
7
8 \score {
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     }
22     \layout { raggedright = ##t }
23 }