/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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe =============================================
_______________________________________________ Bug-lilypond mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-lilypond
