Box around notes: Difference between revisions
m Replace version="2.24.0" with version="2.24" now that the LilyWiki extension supports auto-selecting the latest release in a stable series |
Fix cropping problem |
||
| (4 intermediate revisions by 3 users not shown) | |||
| Line 2: | Line 2: | ||
<lilypond version="2.24" full> | <lilypond version="2.24" full> | ||
#(define-event-class 'music-boxer-event 'span-event) | #(define-event-class 'music-boxer-event 'span-event) | ||
| Line 300: | Line 294: | ||
\score { | \score { | ||
\new Staff \melody | \new Staff \melody | ||
} | |||
%% The following is only for display purposes only and can be removed | |||
\paper { | |||
paper-height = 3.5\cm | |||
tagline = ##f | |||
indent = #0 | |||
} | } | ||
| Line 320: | Line 321: | ||
[[Category:Scheme]] | [[Category:Scheme]] | ||
[[Category:Specific notation]] | [[Category:Specific notation]] | ||
[[Category:Snippet]] | |||