lilypond-user
[Top][All Lists]
Advanced

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

Re: How to suppress bar lines?


From: Urs Liska
Subject: Re: How to suppress bar lines?
Date: Thu, 29 Jul 2010 23:32:45 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.11) Gecko/20100711 Lightning/1.0b1 Thunderbird/3.0.6

If you try solution 3. you won't be able to show individual barlines anymore.
So you probably will want to try 2.

Best
Urs

Am 29.07.2010 23:29, schrieb Éditions IN NOMINE:
Well several issues :

1. \cadenzaOn, and you place the barlines where you want. But you'll have to force the breaks too (don't do it, and your staff will jump out of your page on the right !)
2. use \override BarLine #'transparent = ##t or ##f when you want
3. in the layout block, you can remove the Barline engraver like this :
\layout{
      \context {
      \Score
      \override BarLine #'transparent = ##t
    }
}
Hope that helps you !

JMarc
TheOldFellow a écrit :
Hi,
Sorry about the newbie question.  I need to suppress all bar lines (except those explicit with /bar).  I have tried adding automaticBars, e.g.:

\version "2.12.3"
\score {

    \new StaffGroup \relative c''  {
\set automaticBars = ##f
c4 d e c c d e c
        c d e c c d e c c1
      
    }
}

to a score, but this seems to have no effect.  I am probably putting it in the wrong place, or have the syntax wrong.  Could some kind soul give me an example.

Richard.

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