我正在使用带有ragged-last
系统的分数,并且我想在分数旁边放置一个标记列,从而填补最终小节线和边距之间的空白。有什么方法可以做到这一点?
例子:
\paper {
ragged-last = ##t
}
\score {
\new Staff <<
\new Voice = "example" {
c4 d e f | g a b c
\bar "|."
}
>>
}
\markup {
\column {
\line { "Some text I want" }
\line { "next to the score" }
}
}