X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmarkup-note.ly;h=c8c2b86a333b3b9da12dcdf2b40a4b8a27ff0637;hb=5cc83d5ff83ca5c8413831bf4b3874caeb40568b;hp=9869682c4441cd4b48b6fc225fa3c7c085e041c0;hpb=06b1da466f99f6c4a01ee6a3e611d25bd5359d4c;p=lilypond.git diff --git a/input/regression/markup-note.ly b/input/regression/markup-note.ly index 9869682c44..c8c2b86a33 100644 --- a/input/regression/markup-note.ly +++ b/input/regression/markup-note.ly @@ -1,11 +1,13 @@ \header { - texidoc = "The note markup function may be used to make metronome + texidoc = "The note markup function may be used to make metronome markings. It works for a variety of flag, dot and duration settings." } -\version "2.3.17" +\version "2.10.0" -\score { { c4^\markup { +\relative c'' +{ + c4^\markup { \note #"1" #1 \note #"2" #1 \note #"4" #1 @@ -38,6 +40,17 @@ \note #"32." #1 \note #"64." #1 -} + \override #'(style . cross) + { \note-by-number #2 #1 #1 + \note-by-number #2 #1 #-1 + } + \override #'(style . triangle) + { \note-by-number #2 #1 #1 + \note-by-number #2 #1 #-1 + } + + } -} } + \override NoteHead #'style = #'triangle + c4 a +}