On 1/2/11 5:12 PM, Frauke Jurgensen wrote:
Hmm, when I tried this, I got something like mensurstriche
instead...but that must be because I was using a PianoStaff. When I
get rid of the PianoStaff, I can get the (lack of space-occupying) bar
lines I want, but attempts at creating a StaffGroup to give me back my
curly brace have failed so far.

Those 'mensurstriche' are created by the spanbar engraver. A solution is here: http://lsr.dsi.unimi.it/LSR/Item?id=299

or more rigorous:

\layout {
  \context {
        \PianoStaff
        \override SpanBar #'stencil = ##f
  }
}

best,
Peter

On Sun, Jan 2, 2011 at 3:14 PM, Peter Van Kranenburg
<peter.van.kranenb...@meertens.knaw.nl>  wrote:
On 1/2/11 3:55 PM, James Bailey wrote:



minor change since you said you needed a final barline:
\version "2.12.3"
\layout {
    \context { \Score \remove Timing_translator \remove Bar_number_engraver
}
    \context { \Staff \override TimeSignature #'stencil = ##f
    }
}
music = {
    \override Staff.BarLine #'stencil = ##f
    \repeat unfold 32 { \repeat unfold 2 { a8[ a a a] } }
    \revert Staff.BarLine #'stencil
    \bar "|."
}
\score { \music \layout {} }


best,
Peter


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user




_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to