bug-lilypond
[Top][All Lists]
Advanced

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

Re: 2.1.34: Instrument name in header messes w/justification


From: Mats Bengtsson
Subject: Re: 2.1.34: Instrument name in header messes w/justification
Date: Tue, 30 Mar 2004 15:00:13 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113

I have fixed this bug in the CVS version.

  /Mats

Doug Asherman wrote:
Possible bug: if you specify the instrument name in the \header block, it can throw off the justification of the music. Setting raggedright to ##f doesn't fix this; and the problem is stranger than that.

- Doug

\version "2.1.34"

\header {
  title = "Suite No. 3"
  composer = "J.S. Bach"
  instrument = "bbo"
}

melody = \notes \relative c' {
  \time 3/4 \key c \major
  c8-- b16 a g f e d c g e g
  % bar 2
  c,4 ~ c16 d( e f g a b c)
  % bar 3
  d( c b a) g( a b c d e f d)
  % bar 4
  e(f e d c) d( e f g a b c)
  % bar 5
  d( c b a) g( a b c d e f d)
  % bar 6
  e( f e d c) c( b a g f e d)
}

\score {
  \context Staff {
    \clef bass
    \melody
  }
  \paper {
    pagenumber = "no"
  }
}


_______________________________________________
Bug-lilypond mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/bug-lilypond

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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