Hi lilyponders!
This is a bug?
In this ly-file lilypond don't print the "fermata":
\version "2.15.2"

\paper {
  #(set-paper-size "a3")
}

global = {
  \key c \major
  \time 4/4
}

violin = \relative c'' {
  \global
  % Qui segue la musica.
  R1\fermata|
}

\score {
  \new Staff \with {
    instrumentName = "Vl."
    midiInstrument = "violin"
  } \violin
  \layout { }
  \midi {
    \context {
      \Score
      tempoWholesPerMinute = #(ly:make-moment 100 4)
    }
  }
}

-- 
oiram/bin/selom
MkarlM-HomePage 
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to