Re: center figured bass vertically

2018-08-14 Thread Torsten Hämmerle
mari+lilypond wrote > Hi Torsten, > > your answer did overlap with my last mail. It seems that your suggestion > solves my questions in a way as I imagined. Hi Markus, I had some difficulties submitting my answer and, in the end, it appeared four times - sorry for that. Just a remark regarding

Re: center figured bass vertically

2018-08-14 Thread mari+lilypond
Hi Torsten, your answer did overlap with my last mail. It seems that your suggestion solves my questions in a way as I imagined. Many thanks to all! Markus On 14.08.2018 19:15, Torsten Hämmerle wrote: > mari+lilypond wrote >> I use \dynamicUp (because it's not only cello but also a singing voice

Re: center figured bass vertically

2018-08-14 Thread Torsten Hämmerle
mari+lilypond wrote > 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? Hi Markus, Beyond the technical solution

Re: center figured bass vertically

2018-08-14 Thread mari+lilypond
} > \new Staff = "cello" > { > \clef bass \cello > } > \new FiguredBass \with { alignAboveContext = "cello" } \figuredBass > >> > } > > Many thanks for your help > Markus > >> >> Try: >>

Re: center figured bass vertically

2018-08-14 Thread Torsten Hämmerle
mari+lilypond wrote > 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? Hi Markus, Beyond the technical solution

Re: center figured bass vertically

2018-08-14 Thread Torsten Hämmerle
mari+lilypond wrote > 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? Hi Markus, Beyond the technical solution

Re: center figured bass vertically

2018-08-14 Thread Torsten Hämmerle
mari+lilypond wrote > 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? Hi Markus, Beyond the technical solution

Re: center figured bass vertically

2018-08-14 Thread mari+lilypond
boveContext = "cello" } \figuredBass >> } Many thanks for your help Markus > > Try: > > \new Staff = "cello" > { > \clef bass \cello > } > \new FiguredBass \with { alignAboveContext = "cello" } \figuredBass > > > > -

Re: center figured bass vertically

2018-08-14 Thread Lukas-Fabian Moser
Hi Markus, 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

Re: center figured bass vertically

2018-08-14 Thread mari+lilypond
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 = \f

Re: center figured bass vertically

2018-08-14 Thread Pierre Perol-Schneider
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, a

center figured bass vertically

2018-08-14 Thread mari+lilypond
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" ce