lilypond-devel
[Top][All Lists]
Advanced

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

Re: barline problem


From: Mats Bengtsson
Subject: Re: barline problem
Date: Thu, 25 Mar 2004 10:43:53 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113

Try to make also the SpanBar object transparent!

   /Mats

Werner LEMBERG wrote:
In the small sample below I'm not able to make the barline disappear
completely (see attached image also).  Apparently I'm doing something
wrong -- or is this a bug?  I even tried to move the \override command
out of the PianoStuff context, directly into `\score { \notes {...',
without success.  Replacing `Score.BarLine' with `PianoStaff.BarLine'
doesn't work either.


    Werner


======================================================================


%
% This file shows a problem with barlines in lilypond
% CVS 2004-03-23 21:42 MET.
%
% . The barline doesn't disappear completely.

\version "2.1.34"

\score {
  \new PianoStaff
  <<
    \override Score.BarLine #'transparent = ##t

    \new Staff \notes {
      s1 | \break
    }
    \new Staff \notes {
      s1 |
    }
  >>

  \paper {
    raggedright = ##t
  }
}

% EOF


------------------------------------------------------------------------


------------------------------------------------------------------------

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

--
=============================================
        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]