bug-lilypond
[Top][All Lists]
Advanced

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

Re: Clef change placed outside score


From: Ralph Palmer
Subject: Re: Clef change placed outside score
Date: Wed, 15 Jun 2011 09:11:22 -0400

On Tue, Jun 14, 2011 at 11:55 PM, Jay Anderson <address@hidden> wrote:

> \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
>  >>
> }
>
>
Greetings, Jay Anderson and Lilyponders -

This has  been submitted as Issue 1695 :
http://code.google.com/p/lilypond/issues/detail?id=1695

Ralph


reply via email to

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