On Tue, Jun 14, 2011 at 11:55 PM, Jay Anderson <horndud...@gmail.com> 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 _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond