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