X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fstencil-hacking.ly;h=b95fffb857b9f7c44ad65c8ed07f38299097b309;hb=d873e86e58792e7d4fc743365338e385677233da;hp=525b8444991a3de962678d29cf577d17b15f82c8;hpb=4403ffec24286b9d3d59ca555cdd37598d2c4505;p=lilypond.git diff --git a/input/regression/stencil-hacking.ly b/input/regression/stencil-hacking.ly index 525b844499..b95fffb857 100644 --- a/input/regression/stencil-hacking.ly +++ b/input/regression/stencil-hacking.ly @@ -1,5 +1,5 @@ -\version "2.7.14" +\version "2.12.0" \header { texidoc=" You can write stencil callbacks in Scheme, thus providing custom glyphs for notation elements. A simple example is @@ -18,7 +18,7 @@ Example usage: \\property NoteHead \\override #'print-function = - #(parenthesize-callback Note_head::print) + #(parenthesize-callback ly:note-head::print) " @@ -49,19 +49,19 @@ GROB. The dimensions of the stencil is not affected. parenthesize-stencil) -\layout { raggedright = ##t } +\layout { ragged-right = ##t } \relative c' { c4 e \override NoteHead #'stencil = - #(parenthesize-callback Note_head::print) + #(parenthesize-callback ly:note-head::print) g bes \revert NoteHead #'stencil \override Beam #'stencil = - #(parenthesize-callback Beam::print) + #(parenthesize-callback ly:beam::print) a8 gis8 a2.