lilypond-user
[Top][All Lists]
Advanced

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

Re: center figured bass vertically


From: mari+lilypond
Subject: Re: center figured bass vertically
Date: Tue, 14 Aug 2018 19:43:51 +0200

Hi,

I'm just trying another way: Coming from the very first example I try to
override some context properties increasing the minimum-distance to
stave so that the lowest <4> is rising up. Unfortunately it does not
work :-(

I'm somehow confused about the correct property names. Or am I
completely on the wrong track?


\version "2.19.82"

cello = \relative c' {
  f2. f4
}

figuredBass = \figuremode {
  <3>4 <4>2 <3>4
}

\score {
  <<
    \new Staff = continuo
    {
      \clef bass \cello
    }
    \context Staff = continuo
    \with {
      \override VerticalAxisGroup.staff-...-spacing.minimum-distance = #10.0
      \override VerticalAxisGroup.nonstaff-...-spacing.minimum-distance
= #10.0
    }
    \figuredBass
  >>
}


On 14.08.2018 16:22, address@hidden wrote:
> Hi Phil,
> 
> On 14.08.2018 15:44, Phil Holmes wrote:
>> It would have been easier if you'd mentioned the violin originally!
> 
> Sorry, that's a problem with trying to create a "minimal example". In
> fact I omitted other details which now seems to come relevant: I use
> \dynamicUp (because it's not only cello but also a singing voice with
> lyrics) and in the very first example (\context Staff =) dynamic was
> drawn above figured bass and now below. How can I swap both in the
> example below?
> 
> \version "2.19.82"
> 
> violin = \relative c'' {
>   e4 f4 g4 a4
> }
> 
> cello = \relative c' {
>   \dynamicUp
>   g2. \p g4
> }
> 
> figuredBass = \figuremode {
>   <3>4 <4>2 <3>4
> }
> 
> \score {
>   <<
>     \new Staff
>     {
>       \clef treble \violin
>     }
>     \new Staff = "cello"
>     {
>       \clef bass \cello
>     }
>     \new FiguredBass \with { alignAboveContext = "cello" } \figuredBass
>   >>
> }
> 
> Many thanks for your help
> Markus
> 
>>
>> Try:
>>
>> \new Staff = "cello"
>> {
>> \clef bass \cello
>> }
>> \new FiguredBass \with { alignAboveContext = "cello" } \figuredBass
>>
>>
>>
>> -- 
>> Phil Holmes
>>
>>
>> ----- Original Message ----- From: <address@hidden>
>> To: "lilypond-user" <address@hidden>
>> Sent: Tuesday, August 14, 2018 2:26 PM
>> Subject: Re: center figured bass vertically
>>
>>
>>> Hi Pierre,
>>>
>>> thank you for your help. Your suggestion is a step in the right
>>> direction, but now I do have the problem that the figured bass is more
>>> nearby violin voice than cello voice:
>>>
>>> \version "2.19.82"
>>>
>>> violin = \relative c'' {
>>>  e4 f4 g4 a4
>>> }
>>>
>>> cello = \relative c' {
>>>  g2. g4
>>> }
>>>
>>> figuredBass = \figuremode {
>>>  <3>4 <4>2 <3>4
>>> }
>>>
>>> \score {
>>>  <<
>>>    \new Staff
>>>    {
>>>      \clef treble \violin
>>>    }
>>>    \new FiguredBass \figuredBass
>>>    \new Staff
>>>    {
>>>      \clef bass \cello
>>>    }
>>>  >>
>>> }
>>>
>>> On 14.08.2018 14:47, Pierre Perol-Schneider wrote:
>>>> Hi Markus,
>>>> Does that help ?
>>>>
>>>> \version "2.19.82"
>>>>
>>>> cello = \relative c' {
>>>>   f2. f4
>>>> }
>>>>
>>>> figuredBass = \figuremode {
>>>>   <3>4 <4>2 <3>4
>>>> }
>>>>
>>>> \score {
>>>>   <<
>>>>     \new FiguredBass \figuredBass
>>>>     \new Staff = continuo
>>>>     {
>>>>       \clef bass \cello
>>>>     }
>>>>   >>
>>>> }
>>>>
>>>> Cheers,
>>>> Pierre
>>>>
>>>> Le mar. 14 août 2018 à 14:33, <address@hidden> a écrit :
>>>>
>>>>> Hi all,
>>>>>
>>>>> if figured bass is drawn below a system it is automatically centered
>>>>> vertically in one line. How can I achieve the same if figured bass is
>>>>> above a system (see example below)?
>>>>>
>>>>> If it can not be done automatically, how can I do it manually?
>>>>>
>>>>> Any help is welcome
>>>>> Markus
>>>>>
>>>>>
>>>>> version "2.19.82"
>>>>>
>>>>> cello = \relative c' {
>>>>>   f2. f4
>>>>> }
>>>>>
>>>>> figuredBass = \figuremode {
>>>>>   <3>4 <4>2 <3>4
>>>>> }
>>>>>
>>>>> \score {
>>>>>   <<
>>>>>     \new Staff = continuo
>>>>>     {
>>>>>       \clef bass \cello
>>>>>     }
>>>>>     \context Staff = continuo
>>>>>     \figuredBass
>>>>>   >>
>>>>> }
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> lilypond-user mailing list
>>>>> address@hidden
>>>>> https://lists.gnu.org/mailman/listinfo/lilypond-user
>>>>>
>>>>
>>>
>>> _______________________________________________
>>> lilypond-user mailing list
>>> address@hidden
>>> https://lists.gnu.org/mailman/listinfo/lilypond-user
>>>
>>
> 
> _______________________________________________
> 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]