]> git.donarmstrong.com Git - lilypond.git/blob - input/test/mensural-note-heads.ly
fix keep-inside-line on the left side (issue #130)
[lilypond.git] / input / test / mensural-note-heads.ly
1
2 \version "2.7.39"
3
4 \header {
5     texidoc ="@cindex Ancient Mensural Note Heads
6 Mensural notes may also have note heads. "
7 }
8
9 \score {
10          {
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         \layout{ragged-right=##t}
18 }
19