|
|
GNU LilyPond-- -- |
||||||||||
|
Automatic note splittingLilyPond can automatically converting long notes to tied notes. This
is done by replacing the \score{
\notes\relative c'{ \time 2/4
c2. c8 d4 e f g a b c8 c2 b4 a g16 f4 e d c8. c2
}
\paper{ \translator{
\ThreadContext
\remove "Note_heads_engraver"
\consists "Completion_heads_engraver"
} } }
This engraver splits all running notes at the bar line, and inserts ties. One of its uses is to debug complex scores: if the measures are not entirely filled, then the ties exactly show how much each measure is off. BUGS Not all durations (especially those containing tuplets) can be represented exactly; the engraver will not insert tuplets. |
||||||||||
|
Go back to index of LilyPond.
Please send GNU LilyPond questions and comments to lilypond-user@gnu.org. Please send comments on these web pages to (address unknown) Copyright (c) 1997--2002 Han-Wen Nienhuys and Jan Nieuwenhuizen. Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved. |
|||||||||||
This page was built from LilyPond-1.6.6 (stable-branch) by