lilypond-user
[Top][All Lists]
Advanced

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

Re: how to move a clef horizontally


From: Lukas-Fabian Moser
Subject: Re: how to move a clef horizontally
Date: Sun, 27 Dec 2020 22:02:06 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

Folks,

How about: [... very elegant solution ...]

While Harm's solution is great, I'm under the impression that it shouldn't be needed, i.e., that LilyPond's behaviour classifies as a bug. I tried to boil the example down to its essentials:

\version "2.20.0"

\new PianoStaff
<<
  \new Staff = "upper" {
    e''4 \clef bass f
  }
  \new Staff = "lower" {
    \clef bass
    c16 e' \change Staff = "upper" g' c''
    \change Staff = "lower"
    d,4
  }
>>

Also, compare:

\version "2.20.0"

\new PianoStaff
<<
  \new Staff = "upper" {
    \clef bass
    e4*3/4 \clef violin s4*1/4 f
  }
  \new Staff = "lower" {
    \clef bass
    c16 e \change Staff = "upper" g c''
    \change Staff = "lower"
    d,4
  }
>>

What do you think?

Lukas

Attachment: examples.png
Description: PNG image


reply via email to

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