X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmarkup-note.ly;h=c8c2b86a333b3b9da12dcdf2b40a4b8a27ff0637;hb=f85bd1dd9922bca9fd822549743b8d9524aadced;hp=64b0afa3e655418befab168e5ddb7f5d8e1bdb30;hpb=7e8d660df15820c540b74a4ab74d175284cd9008;p=lilypond.git diff --git a/input/regression/markup-note.ly b/input/regression/markup-note.ly index 64b0afa3e6..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.1.30" +\version "2.10.0" -\score { \notes { 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 +}