lilypond-user
[Top][All Lists]
Advanced

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

Re: Two questions


From: ghe
Subject: Re: Two questions
Date: Wed, 1 May 2013 11:38:02 +0200 (CEST)
User-agent: Alpine 2.02 (DEB 1266 2009-07-14)



\relative c'
{
 \repeat unfold 32 { c4 g'8 g } \bar "|"
 \repeat unfold 32 { c4 g'8 g } \bar "|."
}

\layout {
 \set Score.defaultBarType = #""
}


Great!  I'm using LilyPond 2.14.2 on Debian, so this has to be written as:

\layout { \context { \Score defaultBarType = "empty"  } }

And the span bars even adapt automatically to the staff bars :)

Thank you very much!

--ghe



reply via email to

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