2013/6/12 Pothárn Imre <potharn.i...@gmail.com>:
>> I'm not top posting.
>
> % When the incipit has a soprano clef,
> % the staff lines are not aligned
> % irrespective of the clef of main part
>
>
> \version "2.16.2"
>
> incipit =  \markup {
>   \score {
>     { \clef soprano
>         s4 \bar "" }
>         \layout  { }
>         } }
>
> main = { g'1}
>
> \new Voice=bug { \set Staff.instrumentName=\incipit
>                 \main }
>
>
> _______________________________________________
> bug-lilypond mailing list
> bug-lilypond@gnu.org
> https://lists.gnu.org/mailman/listinfo/bug-lilypond

As a work-around you could add:
\override Staff.Clef #'Y-extent = #'(0 . 0)

-Harm

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

Reply via email to