Excerpt from Lilypond for separate codes

I hope that Lilypond is not uncommon in pop music, but is missing from the fragment repository and eludes search phrases. This is basically a built-in code block, allocated separately from the bars preceding it. (My code attempts do not match the loaded visual example .)

I suppose the ingredients are tattered-right, some spaces and a separate block {} for coda music itself, but is there a way to finish one system and start another without breaking the line? (It is hard to think that this has not been done before - and even more so, to imagine that it is impossible to do.)

Update (March 8, 2012): I received a closure according to what I want, with the following

\stopStaff s1 \startStaff \bar "" \mark \markup { \musicglyph #"scripts.coda" } \override Score.Clef #'space-alist = #'( (cue-clef extra-space . 2.0) (staff-bar extra-space . 0.0) (key-cancellation minimum-space . 3.5) (key-signature minimum-space . 3.5) (time-signature minimum-space . 4.2) (first-note minimum-fixed-space . 5.0) (next-note extra-space . 1.0) (right-edge extra-space . 0.5) ) \override Staff.Clef #'full-size-change = ##t \set Staff.forceClef = ##t \clef "treble_8" \key \default 

The only thing missing from the code is systemStartBracket. Can someone figure out how to insert it in the middle of the system?

Thanks.

+6
source share
1 answer

I would try a different approach: use concurrent staff as described at http://lilypond.org/doc/v2.14/Documentation/notation/modifying-single-staves#ossia-staves , and align it vertically with the completed staff.

+2
source

Source: https://habr.com/ru/post/902008/


All Articles