]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/note-head-style.ly
new file.
[lilypond.git] / input / regression / note-head-style.ly
index 204af6b6c4be4d88e0d9e8697bc7b611608e237c..9fc8710db1cc53930eea5bc95811fe8ae0632d99 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.22"
+\version "2.4.0"
 \header{
 texidoc="
 Note head shapes may be set from several choices.  
@@ -11,7 +11,7 @@ dimensions.
 "
 }
 
-pattern = \notes <<
+pattern =  <<
       \new Voice {
         \override Stem  #'direction = #UP
         e'4
@@ -24,7 +24,7 @@ pattern = \notes <<
     >>
 
 \score {
-  \notes \transpose c c {
+   \transpose c c {
     \clef C
 
     \override Staff.NoteHead  #'style = #'default
@@ -36,7 +36,7 @@ pattern = \notes <<
     \pattern
         \break
 
-    \override Staff.NoteHead  #'style = #'neo_mensural
+    \override Staff.NoteHead  #'style = #'neomensural
     s1*0^\markup { "neomensural" }
     \pattern
 
@@ -76,7 +76,7 @@ pattern = \notes <<
     \break
   }
 
-  \paper {
+  \layout {
     indent = 0.0
     raggedright = ##t
   }