lilypond-user
[Top][All Lists]
Advanced

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

Re: R1\fermata


From: Phil Holmes
Subject: Re: R1\fermata
Date: Tue, 5 Jul 2011 11:30:59 +0100

No.  Check the Notation Reference:
 

Markups can be added to multi-measure rests. The predefined command \fermataMarkup is provided for adding fermatas.

\compressFullBarRests
\time 3/4
R2.*10^\markup { \italic "ad lib." }
R2.^\fermataMarkup


==
Phil Holmes
 
 
----- Original Message -----
Sent: Tuesday, July 05, 2011 11:12 AM
Subject: R1\fermata

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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user

reply via email to

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