gregorio-project / gregorio

The Gregorio Project
http://gregorio-project.github.io
Other
155 stars 43 forks source link

Show nabc and hide gabc #1547

Open okutavio opened 2 years ago

okutavio commented 2 years ago

I don't seem to find a way to display lyrics and only nabc. Is there a hide gabc function? so as to have \gresetgabc{invisible} \gresetnabc[1]{visible}

rpspringuel commented 2 years ago

There is no single command to do this, as the gabc is made up of several components which you'll need to hide individually:

\gresetnotes{invisible}
\gresetlines{invisible}
\gresetclef{invisible}
\gresetinitiallines{0}
okutavio commented 2 years ago

Actually, this is still not working as using \gresetnotes{invisible} renders \gresetnabc invisible

rpspringuel commented 2 years ago

Hmm... In that case, there's clearly some unexpected behavior here. I'll have to look into why that is the case.