lilypond-user
[Top][All Lists]
Advanced

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

Re: staff group vs. single staff barlines


From: Mats Bengtsson
Subject: Re: staff group vs. single staff barlines
Date: Mon, 13 Sep 2004 12:50:39 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040803

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
address@hidden
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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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