Greetings,
A possible solution using a markup, I guess, although it is a somewhat messy solution requiring a bit of fiddling with the numbers indicated. The numbers chosen depend on the length of the required staff-name in the markup. If the X value doesn't move the markup far enough to the left the Y value has no effect
Hope this helps
Regards
Bill
++++++++++
your code
...
...
...
...
\override SystemStartBracket #'transparent = ##t
\override SystemStartBracket #'X-offset = #0
} <<
\new Staff
\with { \remove "Time_signature_engraver" }
{
\relative c'    {                       
\clef treble
\once \override TextScript #'X-offset =#-10.0 %adjust to suit
\once \override TextScript #'Y-offset =#-0.7 %adjust to suit
c1^"Violin" \glissando g'1 \glissando c,1
                }
...
...
...
++++++

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to