]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/mensural-note-heads.ly
Doc: add grid line example.
[lilypond.git] / input / test / mensural-note-heads.ly
index a6e45d67ad139c96a76c9ecd5931d62f46f34f12..4097392568b783b610355f802213ae804eaefe77 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.2.0"
+\version "2.10.0"
 
 \header {
     texidoc ="@cindex Ancient Mensural Note Heads
@@ -7,13 +7,13 @@ Mensural notes may also have note heads. "
 }
 
 \score {
-       \notes {
+        {
        \relative c'' {
                \override NoteHead  #'style = #'mensural
                c\maxima*1/8
                c\longa*1/4 c\breve*1/2 c1 c2 c4 c8 
                }
        }
-       \paper{raggedright=##t}
+       \layout{ragged-right=##t}
 }