lilypond-user
[Top][All Lists]
Advanced

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

Re: Multiple-staff ossia


From: wjm
Subject: Re: Multiple-staff ossia
Date: Sun, 08 Apr 2012 10:32:38 +1200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120329 Thunderbird/11.0.1

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
                }
...
...
...
++++++



reply via email to

[Prev in Thread] Current Thread [Next in Thread]