lilypond-user
[Top][All Lists]
Advanced

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

Re: unmetered music - page breaks and empty bar lines


From: Peter Van Kranenburg
Subject: Re: unmetered music - page breaks and empty bar lines
Date: Sun, 02 Jan 2011 23:26:13 +0100
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7

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
<address@hidden>  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
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user






reply via email to

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