(Integrating LaTeX and
[lilypond.git] / input / regression / accidental-placement.ly
blobebd62ced08f28194e334e7d81726c3cc6bb0ac9f
1 \version "1.7.18"
3 \header {
5 texidoc ="Accidentals are placed as closely as possible.
6 Accidentals in corresponding octaves are aligned.
7 The top accidental should be nearest to the chord. The
8 flats in a sixth should be staggered. "
13 \score { \notes \context Voice \relative c' {
14 cis4
16 \transpose c c' {
17 <<bis es gis>>4
18 <<es! as!>>
19 <<gis! cis!>>
20 <<g! des'>>
21 <<ges! es'!>>
23 <<cis d es fis gis ases bes ces d dis >>4
24 <<bes'! fis!>>
25 <<bes! cis!>>
26 <<c! es ges beses>>
27 <<bes! c d f >>
28 <<bes,! c d f >>
30 \paper { raggedright = ##t}
33 %% new-chords-done %%