]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/note-head-style.ly
Issue 4422/5: Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / note-head-style.ly
index 987b312febc4e69a14f6e4e3c1f3cdd1522b91be..c0833981e46053e04357afe8e42e34421a7a14ff 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.6"
+\version "2.19.22"
 \header{
   texidoc="
 Note head shapes may be set from several choices.
@@ -17,7 +17,7 @@ dimensions.
 }
 
 pattern =
-#(define-music-function (parser location name style) (markup? ly:context-mod?)
+#(define-music-function (name style) (markup? ly:context-mod?)
 #{ <<
   s1^#name
   \new Voice \with #style {
@@ -31,7 +31,7 @@ pattern =
 >> #})
 
 patternStyle =
-#(define-music-function (parser location style) (symbol?)
+#(define-music-function (style) (symbol?)
   #{
      \pattern #(symbol->string style) \with {
        \override NoteHead.style = #style