Do you mean something like the following?


midbar = \notes{ \once \override Score.SpanBar #'transparent = ##t \bar "|" }

\score {
  \notes \relative c' \new StaffGroup <<
    \new Staff {
      a2 \midbar a2
      a2 \midbar a2
    }
    \new Staff {
      f2 f2 f2 f2
    }
  >>
}

If you want the mid-measure barlines dotted, you can replace "|"
by ":".

   /Mats

D Josiah Boothby wrote:
Is it possible to create mid-measure barlines within a staff group that don't cross the white space between staves? If I need to supply a sample of the original in order for anyone to know what I'm talking about, please let me know.

Josiah



_______________________________________________
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user

-- ============================================= 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-user mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to