【发布时间】:2020-12-07 20:44:12
【问题描述】:
刚接触 LilyPond 并试图用它来转录一些风笛音乐。在这个乐谱中有两组重复,但是它没有将重复小节末端添加到第一组,而只是第二组。即使我尝试用\bar ":|." 强制它,它也会被忽略。
\score {
\header {
}
{
\clef "treble"
\time 3/4
\hideKeySignature
\repeat volta 2 {
\bar ".|:"
\grg a8. b16 \dblc c4 \grg e
\grg a8. b16 \dblc c4~ c4
\dblb b8 \grG a \dblb b4~ b4
\grg c16. b32 \grg a16. b32 \dblc c4~ c4
\break
\grg a8. b16 \dblc c4 \grg e
\grg a8. b16 \dblc c4~ c4
\dblb b8 \grG a \dblb b4 \thrwd d4
\dblc c8. b16 \grg a4~ a4
%% No bar end repeat line here?
}
\break
\repeat volta 2 {
\bar ".|:"
\thrwd d8. e16 \grg f4 A
\grf g8 f \dble e4~ e4
\thrwd d8 c \dblb b4~ b4
\grg c16. b32 \grg a16. b32 \dblc c4~ c4
\break
\thrwd d8. e16 \grg f4 A
\grf g8 f \dble e4~ e4
\thrwd d8 c \dblb b4 \thrwd d4
\dblc c8. b16 \grg a4~ a4
}
}
}
【问题讨论】:
标签: lilypond