]> git.donarmstrong.com Git - lilypond.git/blob - input/test/stem-centered.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / test / stem-centered.ly
1
2 \version "2.1.26"
3 % possible rename to ancient- something.
4 \header {
5     texidoc ="@cindex Ancient Mensural Note Heads
6 Mensural note heads. "
7 }
8
9 \score {
10         \notes {
11         \relative c'' {
12                 \override NoteHead  #'style = #'mensural
13                 c\maxima*1/8
14                 c\longa*1/4 c\breve*1/2 c1 c2 c4 c8 
15                 }
16         }
17         \paper{raggedright=##t}
18 }
19