The following works fine over here.

/Mats

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

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

  \paper {
    raggedright = ##t
  }
}


Werner LEMBERG wrote:
Try to make also the SpanBar object transparent!


Example, please. I tried but I wasn't successful.


Werner



_______________________________________________ Lilypond-devel mailing list [EMAIL PROTECTED] 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: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe =============================================


_______________________________________________ Lilypond-devel mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to