bug-lilypond
[Top][All Lists]
Advanced

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

Notehead below Key signature


From: Wendl, Arnold
Subject: Notehead below Key signature
Date: Thu, 21 Jun 2018 13:27:10 +0000

> very ugly

Hello,

in some situations (e.g. a StaffGroup without key signature above a staff with 
key signature) the notehead is placed too far left, below the key signature.

Example (both 2.18.2 and 2.19.81):

\score {
  <<
    \new StaffGroup <<
      \new Staff \with { instrumentName = "Horn I in E" } {
        e'1 \break e' \bar "|."
      }
      \new Staff \with { instrumentName = "Horn II in E" } {
        g1 \break c' \bar "|."
      }
    >>
    \new Staff \with { instrumentName = "Bass clarinet in B♭" } {
      \key fis \major
      fis1 \break cis1 \bar "|."
    }
  >>
  \layout { indent = 50 \mm }
}

Arnold (from the German user forum)



reply via email to

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