]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/note-head-solfa.ly
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / input / regression / note-head-solfa.ly
index 1e5b776c39d38b68eee3164c10f3198010fae007..a7a78b8eba7a38b8daa05a2b6bf2ca4cd31c741f 100644 (file)
@@ -1,28 +1,22 @@
 
 \header {
 
-  texidoc = "With @code{Shape_note_heads_engraver}, the style of the
-note head is adjusted according to the step of the scale, as measured
-relative to the @code{tonic} property."
+  texidoc = "With @code{shapeNoteStyles}, the style of the note head
+is adjusted according to the step of the scale, as measured relative
+to the @code{tonic} property."
 
 }
-\version "2.5.1"
+\version "2.7.39"
 
 fragment = {
   \key c \major
-  \set shapeNoteStyles = ##(triangle cross slash  triangle cross slash  triangle cross slash)
-  c d e f g a b c 
   \set shapeNoteStyles = ##(do re mi fa #f la ti)
-  b a g f e d c 
+  c d e f g a b c d e f g a b c
 }
 
 
 \transpose c d 
-\new Voice \with {
-  \remove "Note_heads_engraver"
-  \consists "Shape_note_heads_engraver"
-} \relative {
-
+ \relative {
   \fragment
 }