bug-lilypond
[Top][All Lists]
Advanced

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

Clef change placed outside score


From: Jay Anderson
Subject: Clef change placed outside score
Date: Tue, 14 Jun 2011 20:55:23 -0700

\version "2.14.1"

%The bass clef in the lower staff is placed to the left of the staff. If either
%the tempo mark is removed or the triplets are changed to a quarter note the
%the clef is placed correctly. This was not an error in 2.12.3.

musx = \relative c'
{
  % Change this to c4 for correct clef placement
  \times 2/3 {c8 c c}

  % Comment this out for correct clef placement
  \tempo "asdf"

  c4 c c
}

musy = \relative c'
{
  \clef treble c4 \clef bass c4 c c
}

\score
{
  <<
    \new Staff \musx
    \new Staff \musy
  >>
}

Attachment: error3.preview.png
Description: PNG image


reply via email to

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