lilypond-devel
[Top][All Lists]
Advanced

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

Re: Figured bass inside a staff collides with articulations...


From: Richard Shann
Subject: Re: Figured bass inside a staff collides with articulations...
Date: Tue, 28 Sep 2010 15:26:33 +0100

Unfortunately the suggested text gives the figures shifted up if one of
the notes is very high, as originally noted by Reinhold.
I would love to see a fix for this too, I am thinking of allowing over
the note bass figures in the Denemo output.

Richard Shann

On Mon, 2010-09-27 at 12:00 -0400, address@hidden wrote:
> ate: Mon, 27 Sep 2010 17:53:45 +0200
> From: Patrick Schmidt <address@hidden>
> Subject: Re: Figured bass inside a staff collides with
>         articulations...
> To: Reinhold Kainhofer <address@hidden>
> Cc: Lilypond Bugreports <address@hidden>, LilyPond Development
>         <address@hidden>
> Message-ID: <address@hidden>
> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
> 
> 
> Am 27.09.2010 um 17:32 schrieb Reinhold Kainhofer:
> 
> > Bass figures can be either added as a separate FiguredBass context  
> > (which has
> > the drawback that all figures will be shifted up if one of the  
> > notes in the
> > staff is very high), or directly inside a staff.
> >
> > In the latter case, all figures will collide with articulations  
> > like accents,
> > fermatas, etc. The figures are properly shifted up to avoid note  
> > heads, not
> > not to avoid articulations.
> >
> > Simple test case is attached.
> >
> > Any idea how to fix that problem?
> 
> This works:
> 
> \version "2.13.34"
> 
> \score {
>    <<
>      \new FiguredBass {
>        \figuremode { <3 4>2 <2 6> | <3> <5 7>}
>      }
>      \new Staff = "test" {
>          \relative c' { \clef "bass" c2 d,-> | e'\fermata f }
>      }
>    >>
> }
> 
> Cheers,
> patrick
> 
> 




reply via email to

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