lilypond-user
[Top][All Lists]
Advanced

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

Re: placing fermata over bar of music


From: Paul Scott
Subject: Re: placing fermata over bar of music
Date: Mon, 8 Feb 2010 17:30:14 -0700
User-agent: Mutt/1.5.20 (2009-06-14)

On Mon, Feb 08, 2010 at 04:50:27PM -0700, Paul Scott wrote:
> On Mon, Feb 08, 2010 at 05:04:09PM -0500, Kieren MacMillan wrote:
> > Hi Paul,
> > 
> > > I'm looking for a way to put a centered fermata over a bar of music.
> > 
> > Did anyone answer this?
> 
> No.  I was about to post again since I was almost there.
> 
> > Here's one possibility:
> > 
> > \version "2.13.12"
> > noMMR = \once \override MultiMeasureRest #'transparent = ##t
> > \new Staff << { \noMMR R1^\fermataMarkup } { a4 b c' d' } >>

Ok.  Now I have one tremolo where the slashes collide with accidentals on the 
second note
when I use this trick but not when I don't:

\version "2.13.12"

\new Staff 
{ 
  << { \once \override MultiMeasureRest #'transparent = ##t 
       R1^\fermataMarkup } \\ 
     { \repeat tremolo 16 { fis'32( ais') } } >> 
  \repeat tremolo 16 { fis'32( ais') } 
}

Paul






reply via email to

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