bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1695 in lilypond: Clef change placed outside score


From: lilypond
Subject: Issue 1695 in lilypond: Clef change placed outside score
Date: Wed, 15 Jun 2011 13:10:17 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect Priority-High

New issue 1695 by address@hidden: Clef change placed outside score
http://code.google.com/p/lilypond/issues/detail?id=1695

I cannot confirm this problem. No matter how I try to open or edit the .ly file (in ConTEXT or in emacs), when I try to compile, LilyPond chokes, and the log has multiple "invalid UTF-8" lines. Here's the file as submitted:

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


Attachments:
        error3.preview.png  4.1 KB




reply via email to

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