]> git.donarmstrong.com Git - lilypond.git/blob - input/test/move-notehead.ly
release: 1.3.145
[lilypond.git] / input / test / move-notehead.ly
1
2
3 fragment = \notes {
4     \outputproperty #(make-type-checker 'note-head-interface)
5       #'extra-offset = #'(2 . 3)
6     c''2 c
7 }
8
9 \paper { linewidth = -1.; } 
10
11 \score {
12   \notes\relative c \fragment
13   \paper { }  
14 }