lilypond-user
[Top][All Lists]
Advanced

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

Re: Clef moves notes why??


From: Valentin Villenave
Subject: Re: Clef moves notes why??
Date: Thu, 24 Jan 2019 22:33:30 +0000

On 1/24/19, Reggie <address@hidden> wrote:
> Need to? But what If I wish to have the clef on the right side of the
> barline but have the notes on the other staff be lined up as if I DID put
> clef to the left of the barline?

Well, you need to cheat:

%%%%%%
<<
  \new Staff {
    \repeat unfold 100 { c'4 }
  }

  \new Staff {
    \repeat unfold 20 { g'2 }
    g'1
    \stopStaff
    s1*3
    s1*5/8\startStaff
    \once \override TextScript.extra-offset = #'(-.3 . -4.6)
    s4.^\markup \override #'(thickness . 2) \draw-line #'(0 . 4)
    \once \hide Staff.BarLine
    \clef treble
    \repeat unfold 20 { e'2 }
  }
>>
%%%%%%

V.



reply via email to

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