我希望Lilypond在流行乐谱中并不常见但在snippet repository中遗漏并且不知道我的搜索短语。它基本上是一个内置的尾声块,与它前面的柱子分开。 (我对代码的尝试与上传的visual example不匹配。)
我猜测这些成分是“乱七八糟”,一些空白,以及一个单独的分数{}阻止了结尾音乐本身,但是有没有办法结束一个系统并在没有换行的情况下启动另一个系统? (很难想象以前没有做过 - 甚至更难以想象它无法完成。)
更新(2012年3月8日):我gotten close到了我想要的地方,其中包含以下内容:
\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
coda中唯一缺少的是systemStartBracket。谁能想出如何在系统中间插入一个?
感谢。
答案 0 :(得分:2)
我会尝试一种不同的方法:使用http://lilypond.org/doc/v2.14/Documentation/notation/modifying-single-staves#ossia-staves中描述的同时工作人员,并将其垂直与已终止的员工对齐。