Hello,
I encount a serious problem. My teacher found that my fermatas are only on
the silent parts. When I gave him the following snippet, the problem persisted.
Is it a bug? Must I use \fermata instead of ^\fermataMarkup?
Regards
Haipeng
\version "2.13.24"
\layout {
\context {
\StaffGroup
\name Orchestra
\remove "Span_bar_engraver"
}
\context {
\Score
\accepts Orchestra
}
\context {
\StaffGroup
\name SquareStaff
systemStartDelimiter = #'SystemStartSquare
}
\context {
\Orchestra
\accepts SquareStaff
}
\context {
\StaffGroup
\accepts SquareStaff
}
}
\header { tagline = ##f }
one = \relative c' {
\clef treble \time 4/4
c4 e g c^\fermataMarkup | c g e c^\fermataMarkup \bar "||"
}
two = \relative c' {
\clef treble \time 4/4
c4 e g r^\fermataMarkup | c g e r^\fermataMarkup \bar "||"
}
three = \relative c' {
\clef treble \time 4/4
c4 e g c^\fermataMarkup ~ | c1^\fermataMarkup \bar "||"
}
four = \relative c'' {
\clef treble \time 4/4
R1^\fermataMarkup | c g e c^\fermataMarkup \bar "||"
}
five = \relative c' {
\clef treble \time 4/4
c1^\fermataMarkup | R1^\fermataMarkup \bar "||"
}
\score {
\new Orchestra <<
\new SquareStaff <<
\new Staff { \one }
\new Staff { \two }
>>
\new Staff { \three }
\new Staff { \four }
\new Staff { \five }
>>
\layout { }
}
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user