Remy,
Thanks for the suggestion, but I have the same problem with this that I
have with the Documentation: it works fine as a snippet, but when I put it
in the entire piece, the ossia staff is below the bass staff, and the ossia
lyrics are beneath the soprano lyrics under the top staff. I need to
Here is another way (especially if one uses Frescobaldi and its Score
Wizard to create the score structure:
%% CODE %%
\version "2.19"
\language "english"
soprano = {
a'2.
<<
{
f'4( ~ |
f'4. g'8 a'4 f' ~ |
}
\new Staff = "Solo" \with { alignAboveContext = #"sopranos" }
Got it, thanks! I'll try it out now.
On Sun, Jan 3, 2021 at 1:31 PM Remy CLAVERIE
wrote:
> Hi Jerry,
>
>
>
> Here is a MWE with ossia/lyrics:
>
>
>
> \version "2.18.2"
>
> OssiaLyrics = \lyricmode {
> Ma -- gni -- fi -- cat
> }
>
> \new Staff
> <<
> \new Voice \relative c {
> c''4 b d c
Hi Jerry,
Here is a MWE with ossia/lyrics:
\version "2.18.2"
OssiaLyrics = \lyricmode {
Ma -- gni -- fi -- cat
}
\new Staff
<<
\new Voice \relative c {
c''4 b d c
<<
{ c4 b d c }
\new Staff
<<
\new Voice = "V" \relative c'' { e4 d f e }