bug-lilypond
[Top][All Lists]
Advanced

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

If incipit has soprano clef, its staves are not aligned with main score


From: Pothárn Imre
Subject: If incipit has soprano clef, its staves are not aligned with main score
Date: Wed, 12 Jun 2013 12:20:08 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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




reply via email to

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