lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

fermata not shown at playing parts


From: 胡海鹏 - Hu Haipeng
Subject: fermata not shown at playing parts
Date: Fri, 16 Jul 2010 20:47:42 +0800 (CST)

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 }
  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 { }
  }


 



网易邮箱,没有垃圾邮件的邮箱。

reply via email to

[Prev in Thread] Current Thread [Next in Thread]