lilypond-user
[Top][All Lists]
Advanced

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

Re: R1\fermata


From: Marc Hohl
Subject: Re: R1\fermata
Date: Tue, 05 Jul 2011 12:36:41 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Thunderbird/3.1.10

Am 05.07.2011 12:12, schrieb Mario Moles:

Hi lilyponders!

This is a bug?

In this ly-file lilypond don't print the "fermata":


with Rs, I think you'll have to use \fermataMarkup:

R1\fermataMarkup

HTH,

Marc

\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 <http://mariomoles.altervista.org/>


_______________________________________________
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]